Tips and Tricks HQ Support

Support site for Tips and Tricks HQ premium products

  • Home
  • Contact Us
  • Documentation
  • Forum Home
    • Forum
    • Forum Search
    • Forum Login
    • Forum Registration

WP eStore – Turn off lightbox in product display thumbnail?

by

Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore General Questions › WP eStore – Turn off lightbox in product display thumbnail?

Tagged: images, lightbox, thumbnails

  • This topic has 7 replies, 5 voices, and was last updated 10 years, 10 months ago by Peter.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • November 11, 2010 at 5:42 am #2207
    billboardfamily
    Member

    I am using the “stylish” display <?php echo eStore_print_all_products_stylish(); ?> and I want to turn off the lightbox feature on the thumbnail images. I just want plain images, no border, not clickable, no lightbox. How can I do this?

    [http://theicedteaguy.com/our-products?product_page=1]

    November 12, 2010 at 12:18 am #26389
    amin007
    Participant

    In the eStore settings menu look for the following option which can be unchecked to turn off lightbox:

    Enable Lightbox effect on Images

    November 15, 2010 at 1:17 am #26390
    billboardfamily
    Member

    Thanks. Is there a way to completely remove the link to the original image from product images? I just want the image with the square border…no link to anything. Thanks!

    [http://theicedteaguy.com/our-products]

    November 16, 2010 at 1:57 am #26391
    amin007
    Participant

    You will have to tweak the code to do that. Open the “eStore_button_display_helper.php” file and look for the following line:

    $output .= '<a href="'.$ret_product->thumbnail_url.'" rel="lightbox" title="'.$ret_product->name.'"><img class="thumb-image" src="'.$thumb_img.'" alt="'.$ret_product->name.'" /></a>';

    Just take the link out so it is just a plain image. Basically make the above line look like the following:

    $output .= '<img class="thumb-image" src="'.$thumb_img.'" alt="'.$ret_product->name.'" />';

    May 18, 2011 at 1:48 am #26392
    DonnaMahony
    Member

    Could I edit something there to remove the entire image field altogether?

    May 18, 2011 at 8:28 am #26393
    amin007
    Participant

    There is a shortcode that can display the product using fancy1 without the thumbnail image. Simply use the shortcode. you can find all the shortcodes here:

    http://www.tipsandtricks-hq.com/ecommerce/wp-estore-shortcodes-and-functions-reference-460

    May 24, 2012 at 11:52 am #26394
    DMartin
    Member

    Is there a way to have the image open the payment page in paypal, so if someone clicks it acts like the buynow button?

    May 24, 2012 at 1:08 pm #26395
    Peter
    Member

    Regarding making an image thumbnail act like a buy now button, see the following:

    https://support.tipsandtricks-hq.com/forums/topic/how-do-you-make-the-fancy-thumbnail-link-to-paypal

  • Author
    Posts
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.
Log In

Forum Related

  • Forum Home
  • Forum Search
  • Forum Login

Support Related Forms

  • Contact Us
  • Customer Support
  • Request a Plugin Update
  • Request Fresh Download Links

Useful Links

  • Plugin Upgrade Instructions
  • WP eStore Documentation
  • WP eMember Documentation
  • WP Affiliate Platform Documentation
  • WP PDF Stamper Documentation
  • WP Photo Seller Documentation
  • Tips and Tricks HQ Home Page
  • Our Projects

Quick Setup Video Tutorials

  • WP eStore Video Tutorial
  • WP eMember Video Tutorial
  • WP Affiliate Platform Video Tutorial
  • Lightbox Ultimate Video Tutorial
  • WP Photo Seller Video Tutorial

Our Other Plugins

  • WP Express Checkout
  • Stripe Payments Plugin
  • Simple Shopping Cart Plugin
  • Simple Download Monitor

Copyright © 2023 | Tips and Tricks HQ