scroll to next page when click "view more"

Hello,

In JM_Wall home page, when it scroll to bottom of page, new product loading, my question is:

if it is possible for me to add a "view more" link in bottom, when customer click "view more" link, it loading more products.

Thanks in advanced.

5 answers

Profile photo of Sherlock 0.00 $tone March 2, 2013
Public

Hi rogerzhou,

yes, it’s possible to add a view more link at bottom, you can back-up the file of skin\frontend\default\jm_wall\js\wall.js then replace it by my attachment file here .
Then you open the theme.css file skin\frontend\default\jm_wall\csstheme.css adding this css rule at it’s bottom

HTML Code:

 .masonry .item-more {
                 background: none repeat scroll 0 0 [URL=http://www.joomlart.com/forums/usertag.php?do=list&action=hash&hash=000000]#000000[/URL]
                 bottom: 0;
                 cursor: pointer;
                height: 60px !important;
               width: 100% !important;
             }

I hope this help, you may also need to restyle this item-more tag to get it look as you wish.

#1

Please login or Register to Submit Answer

Written By

Comments