Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #837596

    Hi,
    As you can see from the link in the private content below, I have a page with an “article slider” with the last 3 article published, and a simple “articles” section with all the other filtered article in that section of the site.
    The question is: Can I hide the Avia “Article Slider” on the page different than the first page? In other words, when I go down to the page and click on the following page “recensioni/dal-vivo/page/2”, there’s a way to hide the “Article Slider” visible on the top of the page?
    Thanks

    • This topic was modified 6 years, 8 months ago by Kayren87.
    #839256

    Hey Kayren87,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .paged-2.page-paged-2  .avia-builder-el-0,
    .paged-2.page-paged-2  .avia-builder-el-1,
    .paged-3.page-paged-3  .avia-builder-el-0,
    .paged-3.page-paged-3  .avia-builder-el-1,
    .paged-4.page-paged-4  .avia-builder-el-0,
    .paged-4.page-paged-4  .avia-builder-el-1,
    .paged-5.page-paged-5  .avia-builder-el-0,
    .paged-5.page-paged-5  .avia-builder-el-1,
    .paged-6.page-paged-6  .avia-builder-el-0,
    .paged-6.page-paged-6  .avia-builder-el-1,
    .paged-7.page-paged-7 .avia-builder-el-0,
    .paged-7.page-paged-7  .avia-builder-el-1 {
      display: none;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #842735

    Works great!

    There’s a way to set this function to an infinite number of pages, or I have to et it manually? The number of blog articles are suppose to increase daily and so the number of pages.

    Thank you!

    #843892

    Hi Kayren87,

    Probably you can, but unfortunately it would require quite some time and customization of the theme to achieve this, so I am sorry to tell you that this is not covered by our support. However if its really important for you to get this done, you can always hire a freelancer to do the job for you :)

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.