Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #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.

    #887376

    Hey fabienneBESD,

    Here is a thread for you to consider

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #888063

    Hi, 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!
    Ismael

    #888348

    Hi,

    Great, glad you found that and thanks for sharing :-)

    Best regards,
    Rikard

    #888896

    Could you be so lovely and answer the question?
    If i do this, will this add pagination to my magazin element?

    #888897

    And what file do I need to modify in which way?

    #888993

    Hi 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,
    Victoria

    #895834

    Thank you, I think i can do that, i just wanted to make sure as the description in the other thread was not really detailed.

    #896053

    Hi,

    Thanks for the feedback, please let us know if you should need any further help on the topic.

    Best regards,
    Rikard

    #1083795

    I am having trouble following this thread. I need to add pagination to my magazine element. Thank you

    #1084949

    Hi,

    Unfortunately if you cant use this one, you would need to hire someone to help you faster.

    Best regards,
    Basilis

    #1085103
    This reply has been marked as private.
    #1088154

    Hi,

    I added this to our dev repository to add it to core. Will come back when we have a solution.

    Best regards,
    Günter

    #1088247

    Hi,

    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

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.