Forum Replies Created
-
in reply to: Tower Theme – Testimonials
Hello,
What type of testimonial are you using? Please go to file vc_templates/testimonial_carousel.php and find these lines:
$output .= '<h6>'.get_the_title().' '; if($c > 0) $output .= ',';Edit to this:
$output .= '<h6>'.get_the_title().''; if($c > 0) $output .= ',';If you want to remove the comma too, then delete the last comma inside the single quotes.
Let us know.Best regards!
in reply to: Add Author Link to Blog PostsHello,
Sorry but this is not possible.
Best regards!
in reply to: Google Maps PluginHello,
This is a shortcode. You can add it in a text editor. Create a row, add a text element from visual composer. Inside the text box, add the map shortcode.
Example: https://www.clipular.com/c/5940297626550272.png?k=TAizwmTMbsF2_mcOUJgCR4yiVf8*Please keep in mind that we do not offer support on third party plugins.
Best regards!
in reply to: Visual Composer is not working after Specular updateHello,
That’s great! Thanks for sharing!
Best regards!
in reply to: Specular Theme don't change correctly languageHello,
Sorry for the late reply.
We check this several times in different days, but the result is always the same. The issue does not happen. Please see a screen recording of the test: https://drive.google.com/file/d/0Bwx4oRkF5PKDMDB2b2RydHROTDQ/viewI suggest you clear cache and refresh the page several times. Then try again.
Best regards!
in reply to: MapsHello,
Sorry but we do not support third party plugins.
This is not a tested plugin so we can’t guarantee that it works well with theme.
However i can suggest to check if there is anyiframeincluded in the out put. Usually it’s the culprit for it. If it’s not, open inspect element(press F12 in your keyboar to display it), find the main css class for the pop up and hide it using custom css. The cod eshould be something like this:
.the-pop-up-css-class {display: none;}You can always use the google map element of Visual Composer. Read this article to learn how to find the right url to add into it: https://support.codeless.co/?ht_kb=generate-the-right-google-map-link
Best regards!
in reply to: Services full pageHello,
Please add this code into the page’s custom css box:
@media (max-width: 979px){ .section-style.parallax_section { padding-top: 140px !important; padding-right: 60px !important; }}So it will affect only this page. See result screenshot: https://pho.to/AcjS7
Best regards!
in reply to: Translate "Read More"Hello,
Done! I edited file: includes/view/blog/loop-index.php.
Please check your blog page.Best regards!
in reply to: Specular WidgetHello,
I edited it. Please check your site.
Best regards!
in reply to: Site loading slowHello,
To set the portfolio item description text at the top, you do not need to change the css. Do it directly from the single portfolio items options. Go to Single Portfolio Options > Page Style > Content Position, in the list that will open, select the position of the description text. See screenshot: https://pho.to/AcjLB
-Sorry but it’s not possible linking a portfolio item with another different page, using theme options.
Let us know if you need further help.
-It’s great to know that we were able to help. If you are happy with our support, please rate the product with 5 stars under the Downloads tab of your Envato profile.
This is very important for us to be able to keep working hard and provide more
awesome work.Thank you for being an awesome customer!
in reply to: Problem with slider on mobileHello,
Please add this code into your custom css box:
@media (max-width: 480px){ .viewport { overflow-x: hidden;} div#rev_slider_6_1_wrapper { padding: 20px !important; }}Change the value to your wish. Let us know.
Best regards!
in reply to: Tower header menu logo issuesHello,
Are you using a sticky header? The sticky header is slightly smaller than the normal one. Go to General Options > Header Options > Sticky Nav > Sticky Header Height, first. Increase the sticky header height here.
-Yes, you can edit out header css to fit in all menu items you want (always as much as the header width can support). Edit it using custom css.
If you still need help, send us your site’s url so we can give it a closer look.PS: To send screenshots, you can use one of these online image sharing:
https://share.pho.to/
https://postimage.io/Best regards!
in reply to: Change Color of Service Square IconHello,
Sorry but that is not possible. The services have the same css classes. If you change the color for one, it will affect all other services squares.
Best regards!
in reply to: Footer suddenly stopped workingHello,
The “Overwrite the default post layout” does not change the location of your page’s menu, but it adds a sidebar to it.
I see you have third party plugins added in your site. One of them is conflicting with theme scripts. I suggest you disable them all first. Then start activating one at a time until you find the culprit.
Let us know.Best regards!
in reply to: Random Empty SpaceHello,
This is caused by the slider added in the portfolio items before the testimonials. Please try adding this code into your custom css box:
.swiper-wrapper { height: auto !important; }Let us know.
Best regards!