Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1059966
    liz80y
    Participant

    Hi,

    I have created a new slider to go into a category page i have (Planning 101).

    1. There is a slider currently in this category. I can’t see where this slide is in the Slider Rev program. It doesn’t seem to be listed, so i can’t delete it. I also can’t see how it was added. Can you tell me?

    2. I have searched and searched trying to find where to put the short code in a category for the new slider (Planning 101) to be visible.

    3. I would like to create the slider so that there is no text overlay. Just the featured image.

    #1059970
    liz80y
    Participant
    This reply has been marked as private.
    #1060010
    Christopher
    Moderator

    Hi there,

    You can disable post slider under Customize -> Ethos.
    To add revolution slider to archive pages, follow this link : https://community.theme.co/forums/topic/slider-in-category-archive/

    Hope it helps.

    #1060023
    liz80y
    Participant

    Thanks for that.

    Is there any way of being able to take the text overlay away from the post slider that’s set up in Customize – Ethos?

    🙂

    #1060036
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    .x-post-slider .cover {
        display: none !important;
    }

    Hope that helps.

    #1060547
    liz80y
    Participant

    Worked well. Thanks!

    Can i be a pain and ask two more things?

    1. Is there code to remove the darkness from the slider? So that it appears as the original featured image?
    2. Can we make the featured image smaller in the slider so that the entire frame around the title appears?

    You’ve been so wonderful. I really appreciate your help with this.

    #1060791
    Rue Nel
    Moderator

    Hello There,

    Thanks for the updates!

    1] To remove the darkness from the slider, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .x-post-slider-entry>a {
        background-color: transparent !important;
    }

    2] Do you want something like this? http://prntscr.com/blibsh
    If this is the case, please add the following css code in the customizer, Appearance > Customize > Custom > CSS

    .site .x-post-slider .x-post-slider-entry {
        background-size: 80% auto;
    }

    Please be advise that because we made the width smaller, there is now some spaces in the left and right. If you do not want it, you will need to increase the height of the slider instead. From 300 pixels, maybe increasing it to something else will help.

    Hope this would work out.

  • <script> jQuery(function($){ $("#no-reply-1059966 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>