End of Support for Joomla 3 - Forum closed
[SOLVED] Eliminate the button LOAD MORE
Hi, I need eliminite the button LOAD MORE Press shift for see all articules, in rockspotect....
Any idea? I can not find it
Thanks!!!!
Any idea? I can not find it
Thanks!!!!
by Actors
Please Log in or Create an account to join the conversation.
- joomlaplates
- Offline
- Moderator
- Posts: 8807
- Thank you received: 1732
You have to modify the override php file at >
>>\templates\jp-scene\roksprocket\layouts\mosaic\themes\default\index.php
and delete the part line 52-62 like this
>>\templates\jp-scene\roksprocket\layouts\mosaic\themes\default\index.php
and delete the part line 52-62 like this
<?php if ($pages > 1): ?>
<div class="sprocket-mosaic-loadmore" data-mosaic-loadmore>
<span class="loadmore-more">
<span class="loadmore-text"><?php rc_e('ROKSPROCKET_MOSAIC_LOADMORE'); ?></span>
<span class="loadmore-info"><?php rc_e('ROKSPROCKET_MOSAIC_LOADMORE_TIP'); ?></span>
</span>
<span class="loadmore-all">
<span class="loadmore-text"><?php rc_e('ROKSPROCKET_MOSAIC_LOADALL'); ?></span>
</span>
</div>
<?php endif; ?>
Dokumentation:
www.joomlaplates.de/dokumentation.html
www.joomlaplates.de/dokumentation.html
by joomlaplates
The following user(s) said Thank You: Actors
Please Log in or Create an account to join the conversation.
Replied by Actors on topic [SOLVED] Eliminate the button LOAD MORE
Posted 9 years 8 months ago #7114
Problem solved.
by Actors
Please Log in or Create an account to join the conversation.
Replied by Actors on topic [SOLVED] Eliminate the button LOAD MORE
Posted 9 years 8 months ago #7115
THanks!!!!!!
by Actors
Please Log in or Create an account to join the conversation.
Moderators: joomlaplates