• First off, This plugin is amazing, I’ve spent so much time searching for something like this and no one compares. WELL DONE!!!

    I’m sorry to post this question here.. For the record, I’ve read many of your other pages on the lightbox, deleting plugins, switching to twentyten, etc.

    Lightbox pop up is working great for me with ie9, firefox and chrome on my end. However, when my mother tries to view it from her computer, it pops up as an image with no link, no light box, nada. Imagine my dispare if this should happen for many others.

    Is there a way to have the lightbox but also have a link to the image so that I will not miss a sell? Here’s the link, I’m sure I didn’t explain the problem clearly. I’m not familiar with too much customizing, php, etc, unless a sidebar needs removed…you get the idea. Any help, much appreciated.
    Here’s the link: https://paintprincess.com/vinyl-wall-art/

    Thanks in advance for any help

Viewing 1 replies (of 1 total)
  • Plugin Author macguru2000

    (@macguru2000)

    Hi mlheizer,

    Please excuse the long wait for a reply, I have been very busy lately and can’t offer support in as timely a fashion anymore. I am also very pleased to hear you are enjoying CataBlog. It’s always nice to hear from another happy user. Now for some support.

    Web development, especially frontend (interface), is especially difficult because there are so many different variables. Which browser, which os, what is enabled, disabled. You get the point. This is what you are currently experiencing.

    What you want is possible with CataBlog, but before I go into the solution I want to talk about graceful degradation and design. Graceful degradation means, that if the browser cannot display your content correctly, it displays it in the next best possible way. This is exactly what CataBlog is doing.

    Most LightBox implementations degrade in the exact way you describe. If it can’t show the larger image with JavaScript, then just load the image into the main widow. This actually works pretty well and is especially nice for older cellphones. Also, note that most LightBox implementations are meant only as a convenience factor, and not used in scenarios where showing the LightBox and its content is imperative.

    LightBoxes work by linking to a larger image, this is how JavaScript knows what image to load and place in the LightBox. I think what you want is the thumbnail to open the LightBox, or if that isn’t possible load another page. This is possible with a sort of hack that depends on CataBlog’s content management features.

    To do that isn’t simple stuff though. You will need to customize the LightBox selector, the CataBlog template and possibly write a small bit of JavaScript code yourself.

    My first suggestion would be to evaluate your design and see if you can make the LightBox not imperative to your sales by putting a link in the template code. There are a bunch of examples on the blog and here for making a title link, but just incase you can’t find one, here is another snippet of code for the CataBlog template.

    <a href="%LINK%" %LINK-TARGET% %LINK-REL%>%TITLE%</a>

    or use the convenience token title link

    %TITLE-LINK%

    You may edit your CataBlog template in the options section under the template tag, simply edit the code and click save at the bottom. Good luck and let me know if you want to learn about the hack or have any other questions.

Viewing 1 replies (of 1 total)
  • The topic ‘Catablog Lightbox does not pop up on different computer’ is closed to new replies.