-
AuthorPosts
-
December 10, 2017 at 7:30 pm #887123
Is it possible to paginate the magazin element?
I would like to break the entries down into 20 per page.Thank you for your hints.
December 11, 2017 at 1:27 pm #887376Hey fabienneBESD,
Here is a thread for you to consider
If you need further assistance please let us know.
Best regards,
VictoriaDecember 12, 2017 at 8:30 pm #888063Hi, i found this post:
Will this add pagination to magazin element?
Hi!
It’s a little script error in the magazine.php file, the shortcode doesn’t have a paginate parameter. please modify the file then look for this code around line 342:
if(!$page || $params[‘paginate’] == ‘no’) $page = 1;
.. replace it with:
if(!$page) $page = 1;
We’ll forward this to Kriesi.
Cheers!
IsmaelDecember 13, 2017 at 1:56 pm #888348December 14, 2017 at 2:39 pm #888896Could you be so lovely and answer the question?
If i do this, will this add pagination to my magazin element?December 14, 2017 at 2:40 pm #888897And what file do I need to modify in which way?
December 14, 2017 at 5:40 pm #888993Hi fabienneBESD,
You need to edit the magazine.php file.
If this seems complex, you might want to hire a freelancer to do this for you.
Best regards,
VictoriaJanuary 10, 2018 at 10:39 pm #895834Thank you, I think i can do that, i just wanted to make sure as the description in the other thread was not really detailed.
January 11, 2018 at 9:39 am #896053Hi,
Thanks for the feedback, please let us know if you should need any further help on the topic.
Best regards,
RikardMarch 27, 2019 at 9:04 pm #1083795I am having trouble following this thread. I need to add pagination to my magazine element. Thank you
March 30, 2019 at 7:23 pm #1084949Hi,
Unfortunately if you cant use this one, you would need to hire someone to help you faster.
Best regards,
BasilisMarch 31, 2019 at 4:20 pm #1085103This reply has been marked as private.April 8, 2019 at 7:32 am #1088154Hi,
I added this to our dev repository to add it to core. Will come back when we have a solution.
Best regards,
GünterApril 8, 2019 at 12:42 pm #1088247Hi,
Please update enfold\config-templatebuilder\avia-shortcodes\magazine\magazine.php
with
https://github.com/KriesiMedia/enfold-library/blob/master/temp_fixes/Enfold_4_5_5/magazine.php
This will add a pagination – tabs do not supported pagination because that could lead to empty content which is rather confusing for visitors.
Do not forget to make a backup of the original file for a fallback.
If you need assistance in updateing the file let us know and we can do it for you.Should become part of core in the next update.
Best regards,
Günter -
AuthorPosts
- You must be logged in to reply to this topic.