sponsor carouser slide dots & blog timeline Infinite scroll

3 replies · opened Dec 9, 2020

IibergagDec 9, 2020

Hello,

  1. Is it possible to have a dot for each image on the partner carousel like it s the case on this website : https://www.hypno.live/

  2. Blog Time line Page how can I add a Load More or Infinite scroll button. BLOG

Thanks.

SSemicolon WebSTAFFDec 10, 2020

Hello,

  1. Absolutely! Consider using this code:
    [ch_pre]<div class="owl-carousel image-carousel carousel-widget" data-items-xs="2" data-items-sm="3" data-items-lg="4" data-items-xl="5" data-center="true" data-loop="true">

<div class="oc-item">
<a href="#"><img src="images/portfolio/4/4-1.jpg" alt="Image 1"></a>
</div>
<div class="oc-item">
<a href="#"><img src="images/portfolio/4/6-1.jpg" alt="Image 2"></a>
</div>
<div class="oc-item">
<a href="#"><img src="images/portfolio/4/6-2.jpg" alt="Image 3"></a>
</div>
<div class="oc-item">
<a href="#"><img src="images/portfolio/4/6-3.jpg" alt="Image 4"></a>
</div>
<div class="oc-item">
<a href="#"><img src="images/portfolio/4/9-1.jpg" alt="Image 5"></a>
</div>
<div class="oc-item">
<a href="#"><img src="images/portfolio/4/9-2.jpg" alt="Image 6"></a>
</div>
<div class="oc-item">
<a href="#"><img src="images/portfolio/4/12-1.jpg" alt="Image 7"></a>
</div>

</div>[/ch_pre]

  1. Consider using the modified template attached in this reply. Then you can simply create a blog-timeline-2.html, blog-timeline-3.html, and so on Templates with the Blog Posts. Also, the .load-next-posts href will have the blog-timeline-3.html Value in blog-timeline-2.html Template and so on.

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

IibergagDec 10, 2020

Thanks a Lot everything Worked As A Charm.

SSemicolon WebSTAFFDec 10, 2020

Very Happy to Help!

Do let us know if we can help you with anything else or if you find any further issues with Canvas.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard