Forum Replies Created
-
in reply to: SUPPORT MENU AND LAYOUT PAGEThis reply has been marked as private.in reply to: Dropdown menus are not working correctly
Hello,
I added this code into your Custom Css box in General Options:
.menu-item { overflow: visible !important; }The sub-menu is showing now. This was an auto-generated code that was stopping the sub-menu to show. Please be careful with the additional code you add in theme so that it won’t conflict with the default settings.
Best regards!
in reply to: Update from v1.2.5 to currentHello,
This is not normal. Theme update should do no-change to your site. Since it only overwrites theme files and all the content is stored in the database. However, you can do the manual update.
-Download again theme from Envato > Downloads; This way you are getting the latest version uploaded.
-Unzip the main zip file and extract only theme folder;
-Go to wp-content/themes, rename the old theme. Then upload the new version.
-Check your site.Let us know if you need further help.
Best regards!
in reply to: SUPPORT MENU AND LAYOUT PAGEHello,
Please send us some wp credentials in a private reply. So we can check it closely.
Best regards!
in reply to: SUPPORT MENU AND LAYOUT PAGEHello,
You can de-enqueue the js files you do not want in file functions.php. Or use a plugin to block the js files and css you do not want to load. However this is not a recommended way since it may cause other issues in the site.
I suggest you, if you can, use another plugin that works with theme scripts and does the job you are looking for.
Let us know if we can help.Best regards!
in reply to: google does not like the web pageHello,
We have tested theme with the latest WordPress version and there are no issues with it. It doesn’t matter how much plugins you are using. It could be just one plugin having these libraries and giving the error.
However, we update theme frequently so if there is any security issue we will update for sure!
Please try deactivating the third party plugins first. Let us know if the situation persists.Best regards!
in reply to: Update from v1.2.5 to currentHello,
Did you made any changes to theme files directly? We strongly suggest to save a copy of theme files first! Just go to wp-content/themes folder in your wordpress root folder. And save a copy of the current theme folder. Then proceed in updating theme automatically, using Envato Market plugin. Or manually.
Best regards!
in reply to: various little problemsHello,
Please send us some valid wp credentials in a private reply. So we can check and fix these for you.
Best regards!
in reply to: Specular js library select2 is creating issuesHello,
This is strange because the Visual Composer does not have any issue with the version of Select2 library used in theme!
What version of the plugin are you using? Are you in parent theme or child theme? You can try removing the select2 library by de-enqueueing it from the list of used scripts. Go to file functions.php, comment out this line:
wp_enqueue_script('select2');Please keep in mind that we do not offer support on third party plugins.
Best regards!
in reply to: google does not like the web pageHello,
The list of the plugins included in theme are:
WP Bakery plugin;
Revolution slider;
Layerslider;
Envato Market;You can also check them in theme’s profile in Themeforest: https://themeforest.net/item/tower-businessdriven-multipurpose-wp-theme/11941335?s_rank=5
Best regards!
in reply to: Change font menuHello,
The menu is quite the same in style, meaning they are both transparent with white menu item font and border bottom.
What you need to do to make it similar tot he example site, is add a hover color to the background image (add it in the Codeless Slider settings ). So the white font is more visible. Also change the color/width of the border-bottom. The color by default is taken from theme’s main color. To change it you should use custom css. Add the code in your Custom Css box.
As for the menu item that is surrounded with borders, that too is achieved with custom css.
Let us know if you need help.Best regards!
in reply to: Mailchimp WooCommerceHello,
Glad to know you found what you needed. Thank you for sharing with the community!
Let us know if there is anything we can help you with.Best regards!
in reply to: Sign up/Login June themeHello,
Sorry but we do not offer support on third party plugins unless specified in the theme’s profile in Themeforest. However, where were many customers who used Loco translate plugin without any issue. So it has no compatibility problem with this theme.
I suggest you check out the plugins tutorials and knowledge base to check if any configuration is not set up properly. Also contact the plugin support for more guidance.
If you still have problems, you can use the included .PO/.MO files to translate the site. Check this article for more details: https://support.ellethemes.com/?ht_kb=translate-site-using-po-mo-files
Best regards!
in reply to: I Can't change header menu colorHello,
Please go to the page’s General Settings > Page Options & Style > Header Color Style for Header, select the dark version and save! See screenshot of the option: https://postimg.cc/image/42s7nw77b/
Let me know.
Best regards!
in reply to: Dropdown menus are not working correctlyHello,
DO you use any caching or minify plugin in the server? Sometimes When minify is enabled, the dropdown menu no longer work. That’s because the js files responsive for it should not get minified.
Can you please check with your host and let us know?Best regards!