Tagged: article slider, Hide
-
AuthorPosts
-
August 11, 2017 at 6:47 pm #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 7 years, 3 months ago by Kayren87.
August 15, 2017 at 12:59 pm #839256Hey 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,
VictoriaAugust 22, 2017 at 7:57 pm #842735Works 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!
August 25, 2017 at 12:01 pm #843892Hi 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 -
AuthorPosts
- You must be logged in to reply to this topic.