Spencer
Forum Replies Created
-
Forum: Plugins
In reply to: [OpenHook] [Plugin: Thesis OpenHook] Using Shortcodes inside OpenhookYou can do it like this:
<?php
$myfunction= ‘[PutYourShortCodeHere]’;
$myfunction_parsed = do_shortcode($myfunction);
echo $myfunction_parsed;?>Make sure to check the box that says ‘execute PHP on this hook’.
Forum: Plugins
In reply to: [Firelight Lightbox] FancyBox opens but wont close & only echos shortcodehttp://shortsaleexpertsandiego.com/images/1.jpg
http://shortsaleexpertsandiego.com/images/2.jpg
Note the vertical black lines around the edges of the fancybox.These are screenshots from Chrome 12.0.742.122
The issue is not present in Firefox now that the .js issue is fixed.Forum: Plugins
In reply to: [Firelight Lightbox] FancyBox opens but wont close & only echos shortcodeI see them in Chrome 12.0.742.122 and Firefox 5.
I will upload a screenshot in a few minutes.Forum: Plugins
In reply to: [Firelight Lightbox] FancyBox opens but wont close & only echos shortcodeAwesome that fixed it thanks!
Any idea what is causing the strange vertical black lines around the fancybox?
Forum: Plugins
In reply to: [Firelight Lightbox] FancyBox opens but wont close & only echos shortcodeI moved everything to the test page. The original contact button is now just going to a static page so I can proceed in development of the site.
Forum: Plugins
In reply to: [Firelight Lightbox] FancyBox opens but wont close & only echos shortcodeI created a test page to further troubleshoot this.
It is now instead bringing up a window with the same page inside of it.
http://shortsaleexpertsandiego.com/testVery strange.