• Resolved mmazo

    (@mmazo)


    Hi,
    I have now another problem, when my whole list of publications is displayed on a tpcloud using this:

    [tpcloud template=”my_template” show_tags_as=”pulldown” show_user_filter=”0″ style=”numbered” headline=”1″ entries_per_page=”20″ link_style=”images”]

    (actually the problem also happens with the standard template)

    The tag links on publications do not work (they do not trigger any action), and similarly the navigation between pages (of the 20 publications per page I specified), also does not react to clicks. If instead I do “open the link in a separate tab” then it starts reacting.

    I have figured out that if I go to: URL/publications/?#tppubs or simply URL/publications/ the problem is present, however if I add URL/publications/?limit=1 (or any other selector ?variable=something) then everything works fine again. Unfortunately the moment that I click on “View All” you get back to the URL/publications/?#tppubs and the links stop reacting to clicks.

    Any idea on what may be causing this, and how to fix it? For now I hacked part of the problem by only linking the page with the ?limit=1, and I guess I could find where the link for ViewAll is defined and adjust it, but this doesn’t seem to me like the cleanest solution.

    Thanks for all the support!

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author winkm89

    (@winkm89)

    Hi,
    Try to add anchor="0" as parameter to the tpcloud shortcode. This should fix the problems. The cause is that you use a theme which uses JavaScript code for a smooth-effect to jump to HTML-Anchors. But this destroys also some links, which uses HTML anchors, like the nav menus of the plugin. 🙂

    Thread Starter mmazo

    (@mmazo)

    Thanks! That did it 🙂

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Pagination and tags problem’ is closed to new replies.