• effgee

    (@andreastyrosvoutis)


    Hi, Gridsby Forum seems down.

    I was using Gridsby free for a long while and recently bought Pro
    One of the reasons I bought Pro is because of the following issue that has recently occurred.

    The masonry post gallery thing, I have set it to paginate and the buttons for the next page don’t actually do anything. The url changes but the images stay the same as on the initial page 1.

    I have already disabled all plugins, checked chrome console as well as debug log and cannot figure out what is wrong.

Viewing 4 replies - 1 through 4 (of 4 total)
  • raqx

    (@raqx)

    Same problem.

    a colleague helped me to solve the problem

    You must change at page-full-gallery.php every row-code from

    $paged = ( get_query_var(‘paged’) ) ? get_query_var(‘paged’) : 1;

    to

    $paged = ( get_query_var(‘page’) ) ? get_query_var(‘page’) : 1;

    Thread Starter effgee

    (@andreastyrosvoutis)

    @raqx Thank you! Will give it a try!

    Thread Starter effgee

    (@andreastyrosvoutis)

    @raqx

    I also had to do it in the page-gallery.php. I guess this would depend on the settings.

    If you have a moment, could you send me a screenshot of how the pagination buttons look like? I don’t think mine look correct.

    For example look here:

    gridsby theme pagination wrong

    The back and next have no styling / labeling. Not sure if something else is wrong or this is how it is supposed to look.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Gridsby Pro – Forum down, have Pro, Gallery Pagination Broken’ is closed to new replies.