Forum replies created
Hi,
Please post your url to your post slider.
Thanks!
Denzel
Hi,
No plugin is able to delete your custom css, it’s saved in database option table with a name that is unique to the theme. The plugin would not have know that name.
You must have accidentally selected all codes and deleted them.
The only way now is for you to look at your previous thread on this forum and re-apply your Custom CSS codes.
Thanks!
Denzel
Hi,
You webpage looks fine to me. No overflowing of text.
I cannot help with design.
Thanks!
Denzel
Hi,
Please use this plugin. http://www.filmtraveler.com/2008/11/18/wordpress-plugin-shorten-link-text/
You should be able to use it to shorten your previous and next post link.
Thanks!
Denzel
Hi,
Please add the following codes to your Theme Options -> Custom CSS
.menu-header::after {
background: none !important;
}
It will clear up your content boxes.
Thanks!
Denzel
Hi,
Please use the following in Theme Options-> Custom CSS
It will make your date red color, if there is a post.
#wp-calendar a {
color: red;
}
And please elaborate on where and what color you want to add to the calender.
Thanks!
Denzel
Hi,
Please post url to the webpage that you mentioned.
Thanks!
Denzel
Hi,
Sorry, I have no suggestions. Never tried out multilingual site. See if others have any good suggestions.
Thanks!
Denzel
Hi,
You are doing it totally wrong.
Your child theme is wrong. It cannot have a whole set of complete theme files and with style.css pointing to Evolve plus as the parent theme. This way you have a duplicate of all the functions, that’s more than a thousand fatal errors!
In a child theme you can only have style.css and other standard template files, and only one functions.php, cannot have a whole set of theme function files.
Please refer to the following or hire a developer to assist you.
https://codex.wordpress.org/Child_Themes
This screenshot shows an almost complete set of functions files in your evolve Plus-child theme.
http://prntscr.com/7qbku3
This is your evolve Plus-child theme style.css header, which clearly point to evolve-plus as the template, which results in all these fatal errors. http://prntscr.com/7qbm40
Thanks!
Denzel
Hi,
Please use the following. Theme Options-> Custom CSS
.nav-next {
clear: both !important;
float: right !important;
}
Thanks!
Denzel