[Plugin: Auto ThickBox Plus] How to open https://myurl.com in thickbox
-
Hello there,
First: Congrtulations. This is a super cool plugin.
But in my theme I want to solve a special problem and think this is a little tricky
My theme supports banner ads that are controlled via a theme options panel. In this panel, I must do two things to show a linked image in header:
– first: upload an image
-second: enter an URLIn my header-template, the theme does the following:
php echo
get_option(‘lp_header_banner_link’); ?>” target=”_blank”><img src=”<?php echo get_option(‘lp_header_banner’); ?>” alt=”” />Now my problem:
I don’t want to user the ad-feature for an add but for a “button that opens the URL (external Website) in an iframe like window.
I tried to add the class=”thickbox” attribute to the header source but this doesn’t work.
Is there a way to add a class to an https://… without changing the source of the header/with changing the source of the header?Digi
- The topic ‘[Plugin: Auto ThickBox Plus] How to open https://myurl.com in thickbox’ is closed to new replies.