Viewing 11 replies - 1 through 11 (of 11 total)
  • Thread Starter e3k

    (@e3k)

    nextgen 2.0.27 wp 3.6.1

    I have the same issues.

    If anyone needed it. I did this as a temp fix.

    There are 4 files that could be used for the albums, depending on if you are using legacy templates or not. If you don’t know, i would suggest you just do these steps to all of them.

    File locations
    – /products/photocrati_nextgen/modules/nextgen_basic_album/templates/extended.php
    – /products/photocrati_nextgen/modules/nextgen_basic_album/templates/compact.php
    – /products/photocrati_nextgen/modules/ngglegacy/view/album-extend.php
    – /products/photocrati_nextgen/modules/ngglegacy/view/album-compact.php

    Setps
    1. go to each file and locate this line of code:
    <?php foreach ($galleries as $gallery) { ?>
    2. Paste this line of code right under it:
    <?php $pagelink = str_replace('&p=','&page_id=',$gallery->pagelink); ?>
    3. For the next 10 – 15 more lines of code, locate $gallery->pagelink, and replace with $pagelink

    I hope this helps some people. Do not try this if you are unsure or are working on any site in production.

    Plugin Contributor photocrati

    (@photocrati)

    @e3k – Does this issue still appear with the latest version (2.0.30+)?

    @alevith – Thanks for the potential work around, we’d be interested in more details about it. Would you care to submit a Bug Report with your issue’s specifics and this work-around so we can review if there is anything else that needs to be addressed in conjunction with this.

    Form: https://www.nextgen-gallery.com/report-bug/

    Thanks!

    – Cais.

    Thread Starter e3k

    (@e3k)

    yes but replacing the p for page_id is just a workaround. or is there somewhere else the need for p?

    i am not fixing anything the author should fix his own crap. staying with version 1.9.13 until it is done.

    Thread Starter e3k

    (@e3k)

    @photocrati: sorry i did not test this particular one as 2.0.30 was welcoming me again with that wrong path warning at the whole wp page i reported 2 times. will can check that tomorrow good night.

    Plugin Contributor photocrati

    (@photocrati)

    @e3k – Thanks. Please submit a Bug Report if this still does not work so we can help address this issue for you.

    – Cais.

    Thread Starter e3k

    (@e3k)

    confirming that this one is also in 2.0.30

    Thread Starter e3k

    (@e3k)

    and in 2.0.31

    Thread Starter e3k

    (@e3k)

    and in 2.0.33

    Thread Starter e3k

    (@e3k)

    and wp 3.7.1 and ng 2.0.40

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘wrong url param for page id in galery cover image.’ is closed to new replies.