scottzosel
Forum Replies Created
-
Forum: Plugins
In reply to: [Shortcodes by Angie Makes] Shortcodes not working in widgetsDifferent site, used in homepage widgets (text widget)
Same codes used in a page..
http://www.zoselco.com/test-test/
FYI, also placed the
add_filter(‘widget_text’, ‘do_shortcode’);
Forum: Plugins
In reply to: [Shortcodes by Angie Makes] Shortcodes not working in widgetsThe [wc_row] code is from WP Canvas – Shortcodes, aas are all the other shortcodes I used on that page. From the MCE visual editor widget, I can use the WP Canvas – Shortcodes interface; from the straight up text widget, I place them manually.
I am going to test this in another theme just for the heck of it.
Forum: Plugins
In reply to: [Shortcodes by Angie Makes] Shortcodes not working in widgetsForum: Plugins
In reply to: [Shortcodes by Angie Makes] Shortcodes not working in widgetsFunny, I’ve added this one.
/* Allow shortcodes in widget areas */
add_filter(‘widget_text’, ‘do_shortcode’);Did not work. Have you ever used these shortcodes in a widget?
I’ve tried it in MCE visual editor, and a straight up text widget. Nothing else. Any other widget suggestions?
Forum: Plugins
In reply to: [WP Video Lightbox] Won't pop up in WP cycleThis is so weird and hard to explain…I don’t want it to point to http://unimax.com/lineone/lineone-landing, it’s the only option I have to get the video to play…I’d like it to play (popping up) just by hitting the play button in the slider, hence using the javascript.
I want it to pop up when I click the graphic posted with my wpcycle slider. Make sense?