Hi,
Need help on modifying the next-prev icon of pagination. http://www.screencast.com/t/cKLLSPXQmgVj how to modify this icons with “NEXT” and “PREV” text. Already tried this https://forum.tagdiv.com/topic/pagination-5/.
Thanx,
Durga
Hi
From what I can see from your screen you want to modify the block’s pagination. Unfortunately this is not an easy task and the solution from the indicated topic won’t work in that case. If you need this and you’re not aware of the steps you need to take in this regard please consider hiring a developer or a freelancer to do this for you as we can’t offer speed customization services at the moment.
Thanks!
Hi Andrei,
My concern is that, is there any way to replace the “<” “>” indicator icons to “next” & “Prev” text of pagination?
Thanx!
-
This reply was modified 10 years by
durgatripathy.
Hi,
Please can you mention the so called hard way to modify the block’s pagination style? I am myself a developer. With a little push I can do that.
Thanx!
Hi Andrei,
Please view the newsmag theme demo http://demo.tagdiv.com/newsmag/ and see on the latest article block its showing a numeric pagination and it is for a block. At least tell me how to do this pagination on blocks. http://www.screencast.com/t/RSGBCaVe2
Thanx!
Hi Andrei,
Glad to inform you that succeeded to achieve the NEXT-PREV text. http://www.screencast.com/t/f7fr3J8xAT. Only need help for numeric pagination as shown in the demo of newsmag theme homepage. Please help as soon as possible.
Thanx,
Durga
Hi
The indicated part here: http://www.screencast.com/t/RSGBCaVe2 is not a block from Visual Composer. That is the loop part generated by page-builder + latest article pagetemplate. Its equivalent in backend editor is here: http://screencast.com/t/03Kwgm8hA9C
The function which generate that pagination can be found in td_page_generator.php http://screencast.com/t/EpLaTGGx4J The pagination for blocks it’s based on ajax and the hard part comes when this numeric pagination: http://www.screencast.com/t/RSGBCaVe2 must be adapted as a ajax pagination. Basically when you click on the page 2 or 3, the main page won’t reload, as happens now. The final implementation should be similar with this one: http://www.sanwebe.com/assets/ajax-pagination-basic/ but adapted at our theme’s requests. You can use this example if you want to give it a try: http://www.sanwebe.com/2013/02/ajax-pagination-jquery-php-simple but as I said in my previous reply it’s a very complex task which require time and many investigations in order to be accomplished successfully.
Hope this help.
Thanks!
Hi Andrei,
Thanks for your reply. As the numeric pagination is shown in the demo of the theme I thought it is available at the back-end as an option. Anyway, expecting this function on next update of the theme at block’s pagination option.
Thanks!