• manii

    (@manii)


    Hello,

    I want use thickbox on my website. The problem is when I install the program, its on every page….

    I got a few page with text and here and there a picture. with thickbox i want to use so I can press ‘next’ to go to the next picture.

    also using nextGen gallery. with thickbox i have 2 gallery’s on top of each other..

    how can I use thickbox or some other kind of program that not inserted in every page

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter manii

    (@manii)

    ??

    attosoft

    (@attosoft)

    If you want to show images as gallery images, you can write the code like below.

    < a href="image1.png" class="thickbox" rel="gallery-id-foo">
        <img src="image1_s.png" alt="image1" />
    < /a>
    < a href="image2.png" class="thickbox" rel="gallery-id-foo">
        <img src="image2_s.png" alt="image2" />
    < /a>
    

    I’m not sure about WordPress ThickBox plugin. I think this plugin only loads thickbox.js and thickbox.css.

    When you use NextGEN Gallery with ThickBox, it loads thickbox.js and thickbox.css automatically. So ThickBox plugin seems unnecessary in this case.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘using thickbox with nextgengallery’ is closed to new replies.