buttons on iconbox not working with onclick event
in Shortcodes
I'm trying to open a popup (using PopUp by Supsystic plugin) when users click on a button placed inside an icon box. Use both the shortcode and html:
<a class="button button_size_2 button_js" href="" onclick="ppsShowPopup(101); return false;" target="_blank" style=" background-color:#00A201!important; color:#FFF;"><span class="button_label">info</span></a>
and
[button title="Info" link="" target="_blank" align="" icon="" icon_position="" color="#00A201" font_color="#FFF" size="2" full_width="" class="" download="" onclick="ppsShowPopup(101); return false;"]
[button title="Info" link="" target="_blank" align="" icon="" icon_position="" color="#00A201" font_color="#FFF" size="2" full_width="" class="" download="" onclick="ppsShowPopup(101); return false;"]
Button renders fine but onclick event won't work. It just loads the same page.
Can you help?
Comments
we did never tested the plugin you use so we don't know what the problem might be but if you use button shortcode in the Column item, it should work fine. If didn't, please send us link to page where you used button shortcode in Column item.