Forum Replies Created
-
in reply to: Tower theme creating tables
Hello,
If you want to display products then Woocommerce is the right plugin for you. What exactly are you trying to do?
Let us know.Best regards!
in reply to: space between images and other elementsHello,
Please set the row type as “Full width content“. Then add custom css to completely set it like the portfolio style above.
If you send us your wp credentials in a private reply, we can do it for you.
Let us know.Best regards!
in reply to: Content Alignment to left sideHello,
Please add your login information in your profile. So we can give it a closer look.
Read this article for more information.Best regards!
in reply to: burger menuHello,
I added the code into your custom css box. Please check your site. It’s ok now.
Best regards!
in reply to: Missin content "Small issue"Hello,
This is one of the default styles in Tower theme. You do not need to do anything but activate the page header option in the Page’s General Settings > Page Header Options. See screenshot of that page’s options:
https://www.clipular.com/c/6739945509355520.png?k=FiJqnlNN-KG1lq0CMny_34poW0gBest regards!
in reply to: Social Media IconsHello,
You can do it using custom css. Add it into your custom css box.
Let us know if you need help.Best regards!
in reply to: Services full pageHello,
These services have two titles, both H2. But with different font sizes. If you try to make one smaller in mobile, the sub-title will get the same size too. Since they have the same css class.
Please try adding this code into the page’s custom css box:@media (max-width: 979px){ h2 { line-height: 44px !important; }}Let us know if it’s what you need.
Best regards!
in reply to: burger menuHello,
Please add this code into your custom css box:
@media (max-width: 979px){ .mobile_small_menu { color: #ffffff !important; } .close:hover { color: #ffffff !important; }}Let us know.
Best regards!
in reply to: Problems with testimonial carouselHello,
Yes, get only these files from the new theme update folder:
vc_templates/testimonial_carousel.php
vc_templates/testimonial_cycle.php
js/main.js
and replace them in your current theme. It will overwrite the current files and fix the issue. All other files will remain intact.Best regards!
in reply to: Page background imageHello,
Do you have the fullwidth layout? If yes, then the rows are covering all background. To make it visible either set the site to boxed layout (General Options > Layout) or edit the page’s background to transparent in page’s General Options > Page Options & Style > Page Content Background.
Let us know.Best regards!
in reply to: Services full pageHello,
yes, you can. Please add this code:
@media (max-width: 979px){ .header_wrapper { height: 110px !important; }}Change the value to your wish.
Best regards!
in reply to: Open link in new windowHello,
This is the default style of these links. To make them blue in normal state too (not only on hover), add this code into the page’s custom css box:
a { color: #0096d6 !important; }Best regards!
in reply to: Paid Support & Header ImageHello,
Please check your screenshot here: https://pho.to/Aclz5
You have left the page header height 0px. That’s why it is not showing up. I made a test with the flex slider and it is displaying your slider images well. Please check this page: https://www.entdoctorlevine.com/test/-Can you please explain better about “I’m using the “section” plugin element to display the content.“? What do you mean? What plugin are you using? I do see that there is currently some content in this page. Did you fix your issue?
Let us know.
Best regards!
in reply to: Tower Demo template not workingHello,
I can assure you the dummy data import, either using the setup wizard or backup file has no issue. These are processes tested multiple times before launching, from our team and the Envato team (which inspects in detail every theme before setting it up in the market).
One important part for this process to be successful is the server where the site is hosted. In order to add content into the database(that’s what dummy data import does) there is needed a stable server connection and enough server resources such as memory limit, execution time limit, user’s access rights.
Other installed third party plugins may conflict and cause this too.Let us know if we can help with anything.
Best regards!
in reply to: Tower Theme – Testimonials2-To edit name and position style please add this code into your custom css box:
.testimonial_carousel .item .param h6 { font-size: 19px; color: #8d6dc4 !important; } .testimonial_carousel .item .param span.position { font-size: 20px; color: #8d6dc4 !important; }Change the values to your wish.
Best regards!