• Resolved superky

    (@superky)


    [dflip books=”all” type=”thumb” limit=”-1″][/dflip]

    is it possible to add a pagination to the shortcode? Ive tried to change the limit to lets say 8, should have a pagination to the second page, but it does only shows 8 books only with no pagination below.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author DearHive

    (@dearhive)

    Hi,

    Something like this?
    https://jquery.dearflip.com/docs/adv-customizations/load-more-button-for-lightboxes/

    It is not yet resolved officially and is still a experimental customization. In 2.1 we made it better. using just an option, instead of the whole custom code.
    It is not officially released as a feature since we thought sliders might do better than the button – probably; Yet not finalized.

    Best Regards,
    DearHive

    Thread Starter superky

    (@superky)

    Thanks for the code! This would do for now, better than nothing.

    Looking forward to the new feature addons to the beautiful plugin.

    Thread Starter superky

    (@superky)

    Sorry, one more question.

    I was trying to change the words of the button ‘Load More..’ to ‘Load More’, however it is not changing in the frontend.

    Plugin Author DearHive

    (@dearhive)

    Hi,
    Some of the implementation is already in 2.0

    Please use the following CSS for a workaround:

    .df-load-more-button {
    color: transparent;
    font-size: 0;
    }
    .df-load-more-button:after {
    content: "Load More";
    color: white;
    font-size: 16px;
    }
    Thread Starter superky

    (@superky)

    Thank you!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘lightbox with pagination’ is closed to new replies.