Forum replies created

    In reply to Disable Lightbox
    Denzel Chia
    Moderator
    Posts: 2656
    26.09.2015 at 10:20 #20979

    Hi,

    Please open up evolve-plus/library/functions/functions.php at line 66.
    Find the following codes.

    wp_enqueue_script( 'prettyphoto', EVOLVEJS . '/jquery.prettyPhoto.js' );

    Comment it out as follows, by putting 2 slashes in front.

    //wp_enqueue_script( 'prettyphoto', EVOLVEJS . '/jquery.prettyPhoto.js' );

    Clear browser cache and reload page.

    Thanks!
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    26.09.2015 at 08:51 #20978

    Hi,

    Please post your website url.
    We need to take a look.

    Thanks!

    In reply to Disable Lightbox
    Denzel Chia
    Moderator
    Posts: 2656
    25.09.2015 at 09:47 #20935

    Hi,

    In Theme Options -> Lightbox -> Show Post Images in Lightbox
    Turn off this setting.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    25.09.2015 at 09:35 #20934

    Hi,

    Please replace the previous solution with the following.

    @media screen and (max-width: 768px) {
    .anythingSlider .post-more {
    left: 22% !important;
    position: relative;
    top: 200px !important;
    }
    .da-link {
    position: absolute !important;
    left: 65% !important;
    top: 60% !important;
    }
    }

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    25.09.2015 at 09:26 #20933

    Thanks! Alison

    Regards,
    Denzel

    Denzel Chia
    Moderator
    Posts: 2656
    25.09.2015 at 09:23 #20932

    Hi,

    Viewing your website source code. In the dynamic css file, I am not seeing any css code regarding the logo.

    Please clear your plugin cache.

    If it still doesn’t work, Please provide WordPress login details in private reply.
    I will need to look at your custom css codes, there could be error.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    24.09.2015 at 21:57 #20927

    Hi,

    Please use the following codes in Theme Options -> Custom CSS

    #logo-image {
    display: none !important;
    }
    .sticky-header #logo-image {
    display: block !important;
    }
    .carousel-control {
    display: none !important;
    }

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    24.09.2015 at 21:52 #20926

    Hi,

    Please try the following codes.

    @media screen and (max-width: 768px) {
    .anythingSlider .post-more {
    left: 22% !important;
    position: relative;
    top: 200px !important;
    }
    .da-link {
    left: 65% !important;
    top: 60% !important;
    }
    }

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    24.09.2015 at 21:39 #20924

    Hi,

    Please post your website url.
    We can provide code to hide your logo in the header, as well as hide your slider navigation arrows.

    Thanks!

    Denzel Chia
    Moderator
    Posts: 2656
    24.09.2015 at 21:37 #20923

    Hi,

    For example, In Theme Options -> Front Page Content Boxes -> Content Box 1 Button You will see the following code.

    <a class="read-more btn" href="#">Learn more</a>

    Replace the # with your image url.

    Thanks!