Forum Replies Created
-
in reply to: Import demo data is not working
Hello,
Sorry for the late reply.
I checked the site in firefox and you are right. Please send us your ftp. We need to check the javascript files for this.Best regards!
in reply to: My CSS selectors are overriddenHello,
In this case you can use
!importantto give priority to your custom code.
Example:.single_testimonial dl dd .param .position { color blue !important; }Best regards!
in reply to: Blog Full Text versus Summary TextHello,
To display all text instead of excerpt, please go to file \includes\view\loop-index.php and find these lines:
if($post_format == 'video' || $post_format == 'audio') echo codeless_text_limit(get_the_content(), 60); else echo get_the_excerpt();Replace this line:
echo get_the_excerpt();with this:echo get_the_content();Best regards!
in reply to: stop the header & menu form scrollingHello,
Can you please be more clear? What issues are you having when the mailchimp is active?
the included plugins are located in Tower/plugins folder. But after installing them, the working plugin files are located under wordpress default plugin folder (wp-content/plugins). So there is nothing different from other wp sites.You can also install Mailchimp for WP plugin from Plugins > Add New, search it from the available plugins list (screenshot).
Let us know.Best regards!
in reply to: Override CSS and Javascript IssuesHello,
1-Perhaps you are trying to overwrite the css of a dynamic element that changes classes via js. I don’t see the mentioned pages in the site you send us. Please send us the links of these pages. So we can give a closer look.
2-I hovered to the ‘Contact’ page in menu and the ‘Careers’ menu item was white. I went to ‘Careers’ menu and while still in the page (active menu), the menu is blue. So is ‘Contact’ menu item title. But this happens because you have set it as a parent of page ‘Careers’. So far everything is correct.
I switched to another page in the menu, and now the ‘Contact’ and ‘Careers’ (no longer active pages) are back to white. Still correct.
What do you want to edit here?3-That’s because the menu css has been altered. The sub-menu is moved a little more lower than the default style. Add this code into your custom css box:
.header_8 nav .menu > li > ul.sub-menu { top: 125px !important; }Let us know.
Best regards!
in reply to: Chance text "Search Results"Hello,
Please go to file includes\view\page_header.php ad find this line:
if(is_search()) 16: $title = __('Search Results', 'codeless');Change the search text line here.
Best regards!
in reply to: How to reduce size of search bar in tower themeHello,
Glad to know it’s as you wish now. Thanks for sharing.
Best regards!
in reply to: Coordinates are off on Image MapsHello,
Can you please be more specific? What are you using to create this image map? I only see a list and an image in the link you send us.
Best regards!
in reply to: Codeless slider not responsiveHello,
Please go to file js\main.js and find this line:
linkElement : 'a:not([target="_blank"]):not([href^=#]):not(.lightbox-gallery):not(.zoom):not(.prettyphoto)' 2026 });Replace with this:
linkElement : 'a:not([target="_blank"]):not([href^="#"]):not(.lightbox-gallery):not(.zoom):not(.prettyphoto)' 2026 });Then add this code into your custom css box:
@media (max-width: 480px){ .slider#slider-fullwidth { min-height: 244px !important; }} @media (max-width: 767px){ .codeless_slider .swiper-slide { height: 300px !important; }}Let us know.
Best regards!
in reply to: Clients Carousel ArrowHello,
1-To make clients arrows always visible, please add this code into your custom css box:
.clients_el .pagination a { opacity: 1;}2- To display all clients in mobile please add this code:
@media (max-width: 767px) { .caroufredsel_wrapper .clients_caro { width: 300px !important; height: 1200px !important; }}Let us know.
Best regards!
in reply to: New theme update – Visual Composer FIXHello,
@utopiaupshire,
Please update theme first and then update Visual Composer. See these tutorials for guidance: Update theme, update Visual Composer.Best regards!
in reply to: Visual Composer – No Licenses FoundHello,
All the included plugins, Visual Composer too, have extended licenses. This means they can be used by any one purchasing our theme as long as they use the version included in theme folder. You can not update it on your own terms with this type of licence.
The rules of the marketplace doesn’t allow us to give the plugin activation code. You can use the existing version without any problem. We update frequently all theme plugins to their latest versions in every theme release or in case when an urgent update is needed. So they are always fully compatible with the current theme version.If you want to buy a license by yourself this is allowed, but we thought that this isn’t needed because the version included works perfectly.
You are free to make the choice that best fits your needs.Best regards!
in reply to: animations on mobilein reply to: General Settings don’t workHello,
Did you made any recent changes to theme files? or did you installed any new third party plugin recently? When did this start to happen?
Please disable all third party plugins. Then enable them one at a time. One of them could be conflicting with theme scripts.
Let us know.Best regards!