Forum replies created
Hi,
In WordPress, you cannot add your own jQuery file link.
You cannot add the following into your website.
It will break theme and other third party plugin scripts.
You need to use function wp_enqueue_script https://developer.wordpress.org/reference/functions/wp_enqueue_script/ to load your javascript files.
You need to use WordPress included jQuery and jQuery ui.
You have to write your jQuery in no-conflict using jQuery instead of $
Our support does not include custom coding assistance.
You can contact our developer for customization service, if you require further assistance on this issue.
https://theme4press.com/theme-customization-service/
Thank you.
Hi,
Your button for first slide is using class name button.
The subsequent button on other slide is using the default class name bootstrap-button, which is why they are styled differently.
You need to edit your slides, find the button HTML code.
For example,
Change it to the following.
Thank you
Hi
For your google analytic code, please use the recommendations in this article.
http://www.wpbeginner.com/beginners-guide/how-to-install-google-analytics-in-wordpress/
I had visited your website.
The words “page contents” is no longer visible on your header.
http://screencast-o-matic.com/watch/cDjn0cimW5
Whatever you did, had removed the words from your header.
Please clear your browser history if you are still seeing it.
Thank you
Hi,
I had login to your website to take a look.
First of all, Please remove your google analytic code from Theme Options -> Custom CSS
It’s not suppose to be entered there.
There is something wrong with your website cache, it’s persistence and does not show new content after selecting purge all cache.
In order to determine if it’s a theme issue.
I installed and activated twenty sixteen theme, cleared cache, but it does not show up on front end.
I am unable to switch to default theme, I had removed twenty sixteen theme from your website before logging out.
Cannot troubleshoot with your persistence caching.
Please remove all types of cache on your website, and re-install your Evolve Plus Theme.
Thank you
Hi,
Please try using the following in Theme Options -> Custom CSS
.footer-widgets .widget-title {
color: #fff !important;
}
.footer-widgets .widget-content {
color: #fff !important;
}
.footer-widgets .widget-content a {
color: #fff !important;
}
Hi,
Please use the following in Theme Options -> Custom CSS
ul.nav-menu .active a {
background: #ffb6c1 none repeat scroll 0 0 !important;
}
Thank you
Hi,
Please try the following in Theme Options -> Custom CSS
.widget {
background: #f1f1f1 none repeat scroll 0 0 !important;
}
Thank you
Hi,
The theme option values are saved in database, nothing to do with theme.
If you are still worried you can export the theme options and keep as backup.
Thank you
Hi,
You can try using the following in Theme Options -> Custom CSS
@media screen and (max-width:768px){
.resp-acc {
display: inline !important;
float: left !important;
position: relative;
}
.woocommerce-menu .dd-container {
display: inline !important;
float: left !important;
position: relative;
top: -8px;
}
.woocommerce-menu-holder {
width: 100px !important;
margin: 0px auto !important;
position: relative;
left: 10px;
}
}
Thank you
Hi,
Social icons and shopping card icon not aligned properly for a mobile browser. I’d like to modify it.
Is this your URL? http://ellero.com/ (Summer2016)
Please tell us how you want to align the icons. I will try and see if it’s possible.
How can I add additional button to the header and re-arrange current icons for the mobile browser?
This requires modifying theme codes, which is not cover in our support scope.
You can open up social-buttons.php and add HTML code after the PHP foreach loop, or contact our developers for this customization. https://theme4press.com/theme-customization-service/
Which file is responsible for generating header on mobile browser?
No special mobile browser header file, only header file and they are located in evolve-plus/template/header_v… depending on which header you selected in theme options.