Page 172 of 373 FirstFirst ... 72122162170171172173174182222272 ... LastLast
Results 1,711 to 1,720 of 3721
  1. #1711
    Join Date
    Jan 2010
    Posts
    27
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Ok thanks. I will be checking as soon as I get a chance and i will let you know

  2. #1712
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by Takoda View Post
    Would anyone be able to tell me how to use Lightbox on the product listing page? ie instead of linking to the product info page, clicking on the thumbnail just displays the full-sized image.

    I've been searching the forum for a couple of hours now, and can't see the answer, though I know the question has been asked a few times... apologies if it's obvious and I'm just stupid...

    Thanks...!
    When you open the zip to see the files that you uploaded...remember the ones that go into the includes/modules folders?

    The file that you put into those folders you should be able to grab it and place it into any other folder in there that you would like to have the box work in.

    jscript_zen_lightbox.php to the relevant modules/pages folder.

  3. #1713
    Join Date
    Nov 2009
    Location
    France
    Posts
    26
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Thanks for your help DA.

    I've been playing around for a while, sticking jscript_zen_lightbox.php in various folders, but without much luck; it works fine on the ez pages, and on the product_info page, but I can't get it to work on product listings.

    Does this page have an entry under modules/pages - I can't see anything obvious?

    I tried on the products_all page, and that didn't work either...

    Does the image link need editing? For the product_listing.php I've currently got the code like this, to disable the product details page, which I don't need.

    PHP Code:
    $lc_text '<h3 class="itemTitle">' $listing->fields['products_name'] . '</h3><div class="listingDescription">' zen_trunc_string(stripslashes(zen_get_products_description($listing->fields['products_id'], $_SESSION['languages_id'])), PRODUCT_LIST_DESCRIPTION) . '</div>'
    Any further help will be appreciated!

  4. #1714
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by Takoda View Post
    Thanks for your help DA.

    I've been playing around for a while, sticking jscript_zen_lightbox.php in various folders, but without much luck; it works fine on the ez pages, and on the product_info page, but I can't get it to work on product listings.
    what page exactly do you mean by the product listing...is it the link to the left in the sidebox "All Products"?

    when i go to mine it shows the promo images but they lead to the product description page where the lightbox works on the images.

    If that is what you mean then that may be the problem, your disabling that page may be what is hampering the function.

    Does this page have an entry under modules/pages - I can't see anything obvious?

    I tried on the products_all page, and that didn't work either...

    Does the image link need editing? For the product_listing.php I've currently got the code like this, to disable the product details page, which I don't need.

    PHP Code:
    $lc_text '<h3 class="itemTitle">' $listing->fields['products_name'] . '</h3><div class="listingDescription">' zen_trunc_string(stripslashes(zen_get_products_description($listing->fields['products_id'], $_SESSION['languages_id'])), PRODUCT_LIST_DESCRIPTION) . '</div>'
    Any further help will be appreciated!

    not sure about this part at all --- sorry. Links are always helpful to get better help.

  5. #1715
    Join Date
    Jan 2010
    Posts
    27
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by DarkAngel View Post
    @megetweh

    Is this: sac2126_zc1 the prefix to your tables?

    when you look at the tables in myphpadmin...is that what is seen before the table name? like some is zen_ or zc1_

    and don't worry, new at this or not we all sometimes have trouble and errors while following the steps....lol

    Now if this is your prefix to the tables then installing the SQL through myphpadmin's sql section

    comartdw@ cableone.net

    without the space feel free to email me if you need further hands on help
    Actually yes. The prefix to the table is sac2126_zc1
    Should I change it to something else?

  6. #1716
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    could you take a screenshot of the tables in your phpadmin and plst it here ?


    sac2126_zc1

    the one in red is usually theaccount with zc1_ as the prefix is why i would like to see the screenshot

  7. #1717
    Join Date
    Jan 2010
    Posts
    27
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by DarkAngel View Post
    could you take a screenshot of the tables in your phpadmin and plst it here ?


    sac2126_zc1

    the one in red is usually theaccount with zc1_ as the prefix is why i would like to see the screenshot
    Ok When I go to PHPadmin this is the page that comes up.
    Click image for larger version. 

Name:	first.jpg 
Views:	166 
Size:	21.2 KB 
ID:	6900
    The first two databases on the left aare linked to another site I have and the third is for the site I want to use with lightbox

    Then, after clicking on databases, this is the second page:
    Click image for larger version. 

Name:	second.jpg 
Views:	177 
Size:	36.2 KB 
ID:	6901

  8. #1718
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    that picture is tiny but that is ok I was right. the first image is the first thing you see there and the second image is YES the list of databases.

    you will see to the left that there are others with the zc1

    so _zc1 is the table name.

    click on that one in the list and it will cough up the list of tables where you will see them listed as either address_book or with zen_address_book or something before the actual table name in red here...


    the letters or numbers --if any will be the prefix in blue above

  9. #1719
    Join Date
    Jan 2010
    Posts
    27
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Sorry about the small size before. You are right. So the tables all have zen_(name of table)

    Click image for larger version. 

Name:	tables.jpg 
Views:	165 
Size:	51.8 KB 
ID:	6907

    Im sorry I cant seem to get a clear picture no matter what file type I save it as. Is there a better way to do it?
    Anyway it looked like this:

    Table Ascending Action Records 1 Type
    zen_address_book
    zen_address_format

    So im guessing i will have to change the name for one of those tables or add a new table?

  10. #1720
    Join Date
    Oct 2007
    Location
    Emporia, Kansas
    Posts
    1,762
    Plugin Contributions
    0

    Default Re: Zen Lightbox...

    Quote Originally Posted by megetweh View Post
    Sorry about the small size before. You are right. So the tables all have zen_(name of table)

    So im guessing i will have to change the name for one of those tables or add a new table?
    actually if you look maybe 2-3 pages back you can see exactly where to add the zen_ to the lightbox sql then after you add it to the file just copy/paste the info into the admin section>tools>sql installer

    once the tables are created in a database tis hard to change it and not muck up the table

 

 

Similar Threads

  1. Free Shipping Rules addon [Support Thread]
    By numinix in forum Addon Shipping Modules
    Replies: 36
    Last Post: 2 Dec 2016, 01:56 PM
  2. v151 Reviews Reply addon [Support Thread]
    By mikestaps in forum All Other Contributions/Addons
    Replies: 9
    Last Post: 17 Oct 2014, 01:29 AM
  3. Jquery Lightbox [Support thread]
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 257
    Last Post: 2 Aug 2012, 10:57 PM
  4. File Upload Required addon [Support Thread]
    By 1100101 in forum All Other Contributions/Addons
    Replies: 21
    Last Post: 10 Dec 2011, 03:00 AM
  5. [Support Thread] IE only JavaScripts and Stylesheets Addon
    By Meshach in forum All Other Contributions/Addons
    Replies: 16
    Last Post: 31 May 2011, 08:18 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR