Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    30.07.2016 at 08:39 #29491

    You are welcome!
    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    30.07.2016 at 08:38 #29490

    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.

    Denzel Chia
    Moderator
    Posts: 2656
    29.07.2016 at 07:07 #29459

    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

    Denzel Chia
    Moderator
    Posts: 2656
    29.07.2016 at 06:59 #29458

    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

    Denzel Chia
    Moderator
    Posts: 2656
    29.07.2016 at 06:52 #29457

    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.

    Denzel Chia
    Moderator
    Posts: 2656
    29.07.2016 at 06:43 #29456

    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

    Denzel Chia
    Moderator
    Posts: 2656
    29.07.2016 at 06:18 #29455

    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

    Denzel Chia
    Moderator
    Posts: 2656
    29.07.2016 at 06:13 #29454

    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.

    Denzel Chia
    Moderator
    Posts: 2656
    28.07.2016 at 01:38 #29406

    Hi,

    That looks like some kind of visual composing plugin.
    It’s not our product.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    27.07.2016 at 05:54 #29386

    You are welcome!
    Thank you