I'm running hikashop 1.6 business on joomla 2.5. I'm trying to replace squeezebox with rokbox.
I got the trigger links all set up, but I don't know how to actually trigger them. If i run the following in firebug console it works fine:
$("#hikashop_notice_box_trigger_link").find("a").get(0).click();
However when triggered through ?popup=1 the sbox overlay appears but the popupbox doesn't.
I already added
hikashop_popup_js_render($url)
to the override and replaced two lines with the line above. However the sbox overlay still appears. Where is that event fired? I looked in the JS file in the media folder but I can't find it there.
Help would be greatly appreciated
EDIT:
Somewhat offtopic,
but in the popup the background color is gray. That's because of the template i'm using. It's using the body background color. However I want the entire popup to be white. I can't just change the body color in the CSS, and I can't do "iframe body {}" since that violates the same-origin policy.. Any ideas?