Forum replies created
Hi,
The span class dojodigital_toggle_title is not part of the WordPress menu.
I googled dojodigital_toggle_title and found this.
https://wordpress.org/support/topic/plugin-wraps-nav-item-instead-of-actual-page-title-even-with-tweak?replies=4
Do you have this plugin installed?
If yes, Please disable to see if you issues is fixed.
If not, please disable one plugin at a time to find out which plugin is causing this issue.
Thank you.
Hi,
Please use the following in Theme Options -> Custom CSS
.page-template-contact-php #gmap {
display: none !important;
}
Thank you
Hi,
Please use the following in Theme Options -> Custom CSS
.entry-content img, .entry-content .wp-caption {
border: medium none !important;
padding: 0 !important;
}
.entry-content table {
border: medium none !important;
}
That’s the best I can provide.
You can use column shortcode instead of table.
Thank you.
You are welcome.
You are welcome.
Hi,
This is a working example.
.content-box p {
margin: 5px 0 !important;
}
.content-box h2 {
margin: 5px 0 !important;
}
.content-box a {
margin: 5px 0 !important;
position: relative;
top: 20px ;
}
.content-box {
padding: 10px 20px 60px 20px !important;
}
You need to adjust the padding and margin of all the elements within the content box.
Hi,
Sorry, you are correct.
It’s a css bug.
Please use the following in your Theme Options -> Custom CSS
.widget_categories ul li {
margin:0px 20px !important;
}
Thank you.
Hi,
Are you using a cache plugin?
If yes, clear your cache content.
You will also need to clear your browser history on mobile and desktop.
So that you can see the same thing on both devices.
Thank you.
Hi,
You can see the changelog on this page.
https://theme4press.com/evolve-multipurpose-wordpress-theme/
Version: 2.6.4 – 8/5/16
Added Contact Form 7 Support
Added option to select elements color
Updated German Translation files
Fixed Infinite Scroll Loader bug
Fixed Blog shortcode bug
Thank you