I am working on a site https://www.lifeinthelens.com and have installed nextgen with wp simple cart. The buy now buttons work great if you go directly to the gallery page but if you go to the nextgen album page, then click the thumb to the gallery, the “buy now” button shows up above the thumbnails and there is some raw code displayed “class=”shutterset_set_8″ >”
If you go to the site and hover over “Catalogue” and click the “Miscellaneous” link in the drop down, it goes directly to the Miscellaneous gallery page_id=227 which works great. But, if you click the word “Catalogue” (an album) on the main menu bar and load page_id=156 then scroll down on that page and click the Miscellanous gallery from within that page, the buy now button is out of whack.
I’m assuming it’s because technically it’s still using page_id=156&album=1&gallery=8 instead of loading the gallery page_id=227. How do I get this short code [nggallery id=8 template=wp-eStore] for the buy now buttons to work when gallery=8 is loaded from the album page_id=156 using these parameters in the url page_id=156&album=1&gallery=8 instead of loaging page_id=227?
Page_id=156 (the album) already has this short code … [album id=1 template=extend]
Can anyone help me with that?
In a nutshell, the buy now button in the album works fine if you go directly to the gallery page url but if you drill down through and album to get to the gallery page, the raw code shows around the buy now button.
Sheff