• Greetings to all!
    I’ve just installed Auto Thickbox plugin and everything runs smoothly. Next thing I want to do is to add another button just before the close button inside the ThickBox image window called “Learn More”
    When the user clicks on it, it will actually directs the user to another page in my blog.
    Anything I can do to achieve it? I dunno anything abt the Jquery and I hope someone here could give me a hand which I am so desperately in need.

    Thank you in advance.

Viewing 1 replies (of 1 total)
  • FYI: The easiest way is as follows.

    1. Open thickbox.js, and append the code below right after <div id='TB_closeWindow'>
      <a href='https://example.com/learnmore/'>Learn More</a>
      
    2. Open thickbox.css, and add the style rules like below
      #TB_learnMore {
          margin-right: 10px; /* edit here as you like */
      }
      
    3. In thickbox.css, replace “#TB_window a:” with “#TB_secondLine a:”
Viewing 1 replies (of 1 total)
  • The topic ‘Adding a new "Learn More" Button in Auto ThickBox plugin’ is closed to new replies.