Okay
  Public Ticket #254477
homepage slider and blogpost next page just blogpost
Closed

Comments

  • Josephine started the conversation

    Hi,

    I would like to show a slider on the homepage with underneath it some blog posts (full widht masonary). 

    When someone clicks on a pagenumber in the pagination I don't want them to go to the nextpage with slider but without slider (just blogposts).

    What would be the best way to build this?

    Donna

  •  8,839
    Tahir replied

    Hey Donna!

    Could you provide us the page url so i can maybe try and write some custom css to hide it on the second page if there is any css class added by pagination. 

    Thanks


    ThemeNectar Support Team 

  •   Josephine replied privately
  •  8,839
    Tahir replied

    Can you please provide the page link as well . 

    Thanks


    ThemeNectar Support Team 

  •   Josephine replied privately
  •  8,839
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel :

    .home.page-paged-2 .orbit-wrapper {
        display: none;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Josephine replied

    Allright that works for page two but I would like the same on the other pages to (about 33 pages...), how would i achieve that?

    Thanks

  •  8,839
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel:

    .home.paged .orbit-wrapper {
        display: none;
    }

    Cheers


    ThemeNectar Support Team 

  • Josephine replied

    Would this also work with the nectar slider? People now ask for this one because of the features of that slider.....(sorry!)

  •  8,839
    Tahir replied

    With this it should:

    .home.paged .nectar-slider-wrap {
        display: none;
    }
    

    Cheers


    ThemeNectar Support Team 

  • Josephine replied

    Hi, I have placed the code in the custom CSS box but still see a slider on page 2 and 3 and the rest..

  •  8,839
    Tahir replied

    Add this into the Custom CSS box located in your Salient Options panel :

    .home.paged .nectar-slider-wrap {
        display: none !important;
    }
    
    
    

    Cheers


    ThemeNectar Support Team 

  • Josephine replied

    Hi Tahir, this did work! Thanks very much.

    Donna