Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    October 3, 2016 at 6:06 am #30511

    Hi,

    You are right. it isn’t working.
    I will report this to our developers, Please wait for fix in next theme update.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    October 1, 2016 at 10:17 am #30497

    Hi,

    Evolve Plus is only 2.6.8, there is no 4.5.4
    Are you using the correct theme?

    Please post your website URL.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    October 1, 2016 at 10:13 am #30496

    Hi,

    Your link color is the same color as your header background, this is why you cannot see the icons.
    Use the following in Theme Options -> Custom CSS

    .tipsytext {
    color: #fff !important;
    }

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    October 1, 2016 at 10:03 am #30495

    Hi,

    You can use the following in Theme Options -> Custom CSS
    It will remove the title from your home page.

    .home .entry-title {
    display: none !important;
    }

    Regarding ads, it’s not possible to replace title with ads.
    It’s only possible to put in content.
    Please find an ad plugin that has shortcode, you can use it at the top of your content.

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    October 1, 2016 at 9:58 am #30494

    Hi,

    Currently there is no vertical menu.

    You can contact our developer for this customization.
    https://theme4press.com/theme-customization-service/

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    September 30, 2016 at 9:09 am #30477

    Hi,

    Please use the following in Theme Options -> Custom CSS
    It will move the list in menu to the left.

    .widget_nav_menu ul {
    margin-left: -10px !important;
    }

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    September 30, 2016 at 9:04 am #30476

    Hi,

    Please use the following in Theme Options -> Custom CSS

    .sticky {
    background: #ffffff none repeat scroll 0 0 !important;
    box-shadow: none !important;
    }
    .home .type-post.sticky .entry-title a, .home .formatted-post .entry-title a, .page-template-blog-page-php .type-post.sticky .entry-title a, .page-template-blog-page-php .formatted-post .entry-title a {
    color: #000000 !important;
    }

    You can change background color of #fff to a different color hex code.
    You can change the title color #000000 to a different color hex code.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    September 30, 2016 at 8:59 am #30475

    Hi,

    Please go to Appearance -> Theme options -> Social Media Links
    Find the setting -> Enable Subscribe/Social links in header
    This has to be enabled.

    Find the setting -> Social Media Icons Order and Display
    Ensure that those you want to display is checked.

    Thank you

    In reply to Size top ?
    Denzel Chia
    Moderator
    Posts: 2656
    September 30, 2016 at 6:50 am #30473

    Hi,

    Please put your image in the header and provide me your website URL.
    I will try to use css code to “fit” your image.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    September 29, 2016 at 8:18 am #30451

    Hi,

    You are seeing this because your login cookie expired.
    Clear your browser history and login again.

    Thank you.