• Resolved schrully

    (@schrully)


    Hi,
    I have a problem since I update to wordpress 4.5, when I click on the album page on a picture to open the gallery, it doesn’t open it, it just stays at this page!!!
    You can see it here: https://www.albsc.lu/foto-gallery/
    I already deactivated all the plugins, and I tried just with the nggallery, but this doesn’t change.

Viewing 15 replies - 1 through 15 (of 16 total)
  • I have the exact same problem!
    I’ve noticed it since the update to WP 4.5 as well.
    All my previous albums work perfectly, however all the galleries posted after the update don’t work.
    When I click on the album the page stays the same but the URL gets bigger.
    * * *
    I checked Google Chrome’s Dev Tools it says the following:
    JQMIGRATE: Migrate is installed, version 1.4.0 jquery-migrate.min.js?ver=1.4.0:2
    “jQuery is not compatible with Quirks Mode”
    I’m not sure what that means.
    * * *
    I’ve downgraded WP to the previous version and the problem didn’t change. I also downgraded the jQuery to the previous version (while still using WP 4.5). Still no solution.
    * * *
    I added the following code to the Child theme’s .php file, still no solution.
    // js fix for wp 4.5
    function modify_jquery() {
    if (!is_admin()) {
    wp_deregister_script(‘jquery’);
    wp_register_script(‘jquery’, ‘https://code.jquery.com/jquery-1.11.3.min.js’);
    wp_enqueue_script(‘jquery’);
    }
    }
    add_action(‘init’, ‘modify_jquery’);
    * * *
    Finally I contacted both my theme developer & the company that hosts my website. Both of them suggested that I look for help from the plugin developers. Since all the other galleries work they insisted that the problem had to do with NGG.

    Anyone?

    P.S. I checked the DevTools for schrully’s website and it says the same thing.
    “jQuery is not compatible with Quirks Mode”

    Good afternoon,

    I have exactly the same problem, several Galleries in the Album do open normally, others not.
    WordPress 4.5, NextGen: 2.1.31
    You can view the issue here:

    Harmonie Eilereng

    The first Gallery does not work, all others yes.

    Many thanks for help !

    I’m in the same boat. I’m trying to set up a brand new Photocrati/Nextgen Gallery site…Uploaded all my images yesterday and things were fine. Started playing around with different album displays and it seemed like things got really buggy and now clicking on an album doesn’t do anything except take me back to that same album page. An album that opened five minutes ago suddenly doesn’t open, but I haven’t done anything but go back to the main album page to select a different gallery. I only have three plugins installed, Nextgen Gallery by Photocrati, Nextgen Gallery Pro, and WP Maintenance mode so there’s not much that can be interfering. I’m starting to regret my decision to go this route with overhauling my website…

    I cleared my image cache and thought I’d found the answer…I was able to access a couple galleries and then it was back to the whole click an album and nothing happens, including the ones that had opened moments before.

    Plugin Contributor photocrati

    (@photocrati)

    @schrully – You appear to be experiencing a couple of current issues with NextGEN Gallery that we are aware of and are trying to sort out.

    Thanks for letting us know.

    – Cais.

    Plugin Contributor photocrati

    (@photocrati)

    @romanjamie, @rieffjj & @tfaithw – Please start your own topics so we can try to help you with your specific issue on your specific site.

    See https://codex.www.ads-software.com/Forum_Welcome#Where_To_Post

    Thanks!

    – Cais.

    I have the same problem on https://www.tanzschule-gayer.de/bilder –> click on a album doesn’t open the list view. What do you think, when will an update be available?

    Plugin Contributor photocrati

    (@photocrati)

    @vierr – We do not have a specific timeline on the update to get this corrected but we are actively working on sorting it out.

    – Cais.

    @schrully – I think you are having the same problem I was. Your “Generalversammlung Marz 24.2016” has a “.” in the url path/slug so the browser isn’t reading it right. Once you click on that album then none of the other albums open either because the url path gets all messed up. Where if you went to https://www.albsc.lu/foto-gallery/ and then clicked on one of the other albums, they work fine until you happen to click on the Generalersammlung one…right? I’m very new to NGG but I looked at another one of your albums that had a “.” in the album title. That slug doesn’t have that, just “-” between the words. I had used an “&” in some of my album titles, not realizing that NGG would keep that when it created the folder path for the images and the slug. (Maybe it used to create slugs/web paths differently?) I had to go change my folder names on my server and then go into the sql database to change the path and slug in ngg_gallery. You can change the web path through the NGG dashboard, but not the slug. Both have to match. If that seems like a hassle, you could create a new gallery (seems like you have to upload at least one image to create it, but then you could just move the images from the other gallery if you don’t want to upload them all again) and be sure to give it a url/slug friendly name, like generalsammlung-marz-24-2016 so there’s no weird punctuation. Then you could change the album title to Generalsammlung Marz 24.2016 in the dashboard afterwards and everything else would still be right. Hope that makes sense/helps.

    Thread Starter schrully

    (@schrully)

    Thanks, this was the problem, now it works ??

    Plugin Contributor photocrati

    (@photocrati)

    @tfaithw – Thanks for sharing!!

    – Cais.

    Hello, i just started using NextGen, i created 2 galleries one with 15 pictures the other one with 22 pictures. i created an album and i moved the 2 galleries in that album. On the page i add that album to the page and upload it. on the site ite shows the 2 thumbnails with their name under it but i cannot open them.
    If i only upload the galleries all is working but i need them in an album.
    How can i solve this?
    Arie

    Plugin Contributor photocrati

    (@photocrati)

    @arieboeve – Please start your own topic so we can try to help you with your specific issue on your specific site. Also, please include a link to where you are inserting the album.

    See https://codex.www.ads-software.com/Forum_Welcome#Where_To_Post

    Thanks!

    – Cais.

    I use NextGen plus, in the latest WordPress edition.
    After adding 6 gallery’s to an album i uploaded the album to a page and it shows all 6 gallery’s but if i click on one the page returns to the same page.
    Thanks for your advise, Arie

    Plugin Contributor photocrati

    (@photocrati)

    @arieboeve – Please contact our support team directly with any questions or concerns for NextGEN Pro displays via your member’s area at https://imagely.com/support/

    Thanks!

    – Cais.

Viewing 15 replies - 1 through 15 (of 16 total)
  • The topic ‘Gallery doesn't open on Album Page’ is closed to new replies.