Forum replies created
You are welcome!
Thank you.
Hi,
Purge your cache and turn off caching. Keep if turn off while carrying out the following.
Try manual re-install your Evolve Plus theme.
If it does not work, you can try disabling one plugin at a time and clear browser history.
Do this until you find the plugin that is causing this issue.
Thank you.
Hi,
I don’t think this is a bug.
Your “book” is a custom post type created by a plugin.
You need to edit breadcrumb function to work with your plugin, this is not covered in our support scope.
You can contact our developers for this customization https://theme4press.com/theme-customization-service/
Thank you
Hi,
Did you edit the theme codes or make a child theme to over-ride parent theme?
If yes, Please check your custom code.
The word page contents is not wrapped in any HTML tag, doesn’t seem like it’s generated by the theme.
Thank you
Hi,
Use custom excerpt instead of auto generating it.
Edit your post, scroll down and you will see Excerpt meta-box, type an excerpt for that post.
Please see my post for custom excerpt.
http://image.prntscr.com/image/b1e0d0ace30b455691bd2310b8dc44af.png
Thank you.
Hi,
The following is a block of css code from evolve-plus/custom-css.php, ( line 265 – 275 )
Which is causing this behavior.
ul.nav-menu li a:active,
ul.nav-menu li:active > a,
ul.nav-menu li a:focus,
ul.nav-menu li:focus > a,
ul.nav-menu li a:hover,
ul.nav-menu li:hover> a,
ul.nav-menu li:hover,
ul.nav-menu li a:hover span,
ul.nav-menu li:hover> a span,
ul.nav-menu li:hover> .sf-with-ul::after {
color: ' . $evolve_top_menu_hover_font_color . ' !important;
}
You can try removing the word !important and see if you are able to get your custom css working.
Please do this carefully to prevent fatal error.
Thank you
Hi,
Please use the following for your #3 issue.
In Theme Options -> Custom CSS
.header {
background: #fff none repeat scroll 0 0 !important;
}
Thank you
Hi,
Contact template uses wp_mail function to send your mail.
Your mail servers could be requiring SMTP and authentication.
Please install this plugin https://wordpress.org/plugins/wp-mail-smtp/ and setup SMTP for wp_mail
Thank you.
Hi,
That looks like some kind of visual composing plugin.
It’s not our product.
Thank you.
You are welcome!
Thank you