Forum replies created

    Denzel Chia
    Moderator
    Posts: 2656
    03.08.2016 at 01:26 #29560

    Hi,

    In WordPress, you cannot add your own jQuery file link.
    You cannot add the following into your website.



    It will break theme and other third party plugin scripts.

    You need to use function wp_enqueue_script https://developer.wordpress.org/reference/functions/wp_enqueue_script/ to load your javascript files.

    You need to use WordPress included jQuery and jQuery ui.
    You have to write your jQuery in no-conflict using jQuery instead of $

    Our support does not include custom coding assistance.
    You can contact our developer for customization service, if you require further assistance on this issue.
    https://theme4press.com/theme-customization-service/

    Thank you.

    Denzel Chia
    Moderator
    Posts: 2656
    03.08.2016 at 01:15 #29559

    Hi,

    Your button for first slide is using class name button.
    The subsequent button on other slide is using the default class name bootstrap-button, which is why they are styled differently.

    You need to edit your slides, find the button HTML code.
    For example,

    Send my FREE ebooks

    Change it to the following.

    Send my FREE ebooks

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    03.08.2016 at 01:04 #29558

    Hi

    For your google analytic code, please use the recommendations in this article.
    http://www.wpbeginner.com/beginners-guide/how-to-install-google-analytics-in-wordpress/

    I had visited your website.
    The words “page contents” is no longer visible on your header.
    http://screencast-o-matic.com/watch/cDjn0cimW5

    Whatever you did, had removed the words from your header.
    Please clear your browser history if you are still seeing it.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    02.08.2016 at 02:00 #29534

    Hi,

    I had login to your website to take a look.
    First of all, Please remove your google analytic code from Theme Options -> Custom CSS
    It’s not suppose to be entered there.

    There is something wrong with your website cache, it’s persistence and does not show new content after selecting purge all cache.
    In order to determine if it’s a theme issue.
    I installed and activated twenty sixteen theme, cleared cache, but it does not show up on front end.
    I am unable to switch to default theme, I had removed twenty sixteen theme from your website before logging out.

    Cannot troubleshoot with your persistence caching.

    Please remove all types of cache on your website, and re-install your Evolve Plus Theme.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    02.08.2016 at 01:40 #29533

    Hi,

    Please try using the following in Theme Options -> Custom CSS

    .footer-widgets .widget-title {
    color: #fff !important;
    }
    .footer-widgets .widget-content {
    color: #fff !important;
    }
    .footer-widgets .widget-content a {
    color: #fff !important;
    }

    Denzel Chia
    Moderator
    Posts: 2656
    02.08.2016 at 01:30 #29532

    Hi,

    Please use the following in Theme Options -> Custom CSS

    ul.nav-menu .active a {
    background: #ffb6c1 none repeat scroll 0 0 !important;
    }

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    01.08.2016 at 01:51 #29515

    Hi,

    Please try the following in Theme Options -> Custom CSS

    .widget {
    background: #f1f1f1 none repeat scroll 0 0 !important;
    }

    Thank you

    In reply to More slider
    Denzel Chia
    Moderator
    Posts: 2656
    01.08.2016 at 01:48 #29514

    Hi,

    The theme option values are saved in database, nothing to do with theme.
    If you are still worried you can export the theme options and keep as backup.

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    01.08.2016 at 01:43 #29513

    Hi,

    You can try using the following in Theme Options -> Custom CSS

    @media screen and (max-width:768px){
    .resp-acc {
    display: inline !important;
    float: left !important;
    position: relative;
    }
    .woocommerce-menu .dd-container {
    display: inline !important;
    float: left !important;
    position: relative;
    top: -8px;
    }
    .woocommerce-menu-holder {
    width: 100px !important;
    margin: 0px auto !important;
    position: relative;
    left: 10px;
    }
    }

    Thank you

    Denzel Chia
    Moderator
    Posts: 2656
    30.07.2016 at 08:53 #29494

    Hi,

    Social icons and shopping card icon not aligned properly for a mobile browser. I’d like to modify it.

    Is this your URL? http://ellero.com/ (Summer2016)
    Please tell us how you want to align the icons. I will try and see if it’s possible.

    How can I add additional button to the header and re-arrange current icons for the mobile browser?

    This requires modifying theme codes, which is not cover in our support scope.
    You can open up social-buttons.php and add HTML code after the PHP foreach loop, or contact our developers for this customization. https://theme4press.com/theme-customization-service/

    Which file is responsible for generating header on mobile browser?

    No special mobile browser header file, only header file and they are located in evolve-plus/template/header_v… depending on which header you selected in theme options.