Forum replies created

    In reply to Page fault
    Denzel Chia
    Moderator
    Posts: 2656
    10.05.2016 at 02:11 #27516

    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?

    Hide Title

    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.

    Denzel Chia
    Moderator
    Posts: 2656
    10.05.2016 at 02:03 #27515

    Hi,

    Please use the following in Theme Options -> Custom CSS

    .page-template-contact-php #gmap {
    display: none !important;
    }

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    10.05.2016 at 01:59 #27514

    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.

    Denzel Chia
    Moderator
    Posts: 2656
    10.05.2016 at 01:49 #27513

    Hi,

    Please use poedit to translate your theme.
    https://poedit.net/

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    09.05.2016 at 09:44 #27460

    You are welcome.

    Denzel Chia
    Moderator
    Posts: 2656
    09.05.2016 at 09:42 #27459

    You are welcome.

    Denzel Chia
    Moderator
    Posts: 2656
    09.05.2016 at 09:41 #27458

    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.

    Denzel Chia
    Moderator
    Posts: 2656
    09.05.2016 at 09:23 #27455

    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.

    Denzel Chia
    Moderator
    Posts: 2656
    09.05.2016 at 09:20 #27453

    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.

    Denzel Chia
    Moderator
    Posts: 2656
    09.05.2016 at 09:09 #27449

    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