I am learning about coding but I have noticed you are using Lightbox
<?php
if (ZEN_LIGHTBOX_STATUS == 'true') {
if (ZEN_LIGHTBOX_GALLERY_MODE == 'true' && ZEN_LIGHTBOX_GALLERY_MAIN_IMAGE ==...
Type: Posts; User: adb34
I am learning about coding but I have noticed you are using Lightbox
<?php
if (ZEN_LIGHTBOX_STATUS == 'true') {
if (ZEN_LIGHTBOX_GALLERY_MODE == 'true' && ZEN_LIGHTBOX_GALLERY_MAIN_IMAGE ==...
I have checked my file and if you have not changed anything, line 19 should read
echo '<a href="' . zen_href_link(FILENAME_POPUP_IMAGE, 'pID=' . $_GET['products_id']) . '" target="_blank">' ....
I cannot find a forum link to this plugin either. Have you copied the code to the letter? I have noticed you have
. '<bron the end of the code, it should not be there.
I have this running on my...