• I’m trying to figure out why my third party widget code will not display in the popup and comes up with a blank white popup… It worked on a different version of the site that used the latest version of WordPress but an older Genesis theme.

    I am trying to get widget to work on http://www.thevoiphub.com/

    and the widget code is

    <link rel="stylesheet" type="text/css" href="http://cdn.buyerzone.com/apps/bz-rfq-widget/styles/style.css">
    <script src="http://cdn.buyerzone.com/apps/bz-rfq-widget/js/bz-rfq-widget.js"></script>
    <script  type="text/javascript">
    $BZ(document).ready(function() {
    	var bwaWidgetFlow = new BZ.controller.BwaWidgetFlowController({
    		apiDomain: 'http://api.buyerzone.com',
    		categoryId: '10124',
    		$BZrenderTo: $BZ('#bz-form'),
    		pubId: '44429',
    		animationType: 'slide',
    		keywordId: 'popup-widget'
    	});
    });
    </script>
    
    <div id="bz-form"></div>

    Any ideas would be greatly appreciated!!

    Thanks so much in advance!!

    https://wordpress.org/plugins/popups/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Damian

    (@timersys)

    basically wordpress will strip out js and html from the popup.
    I do recommend you creating a shortocde and placing all that inside the shortcode and then simple paste the shortcode in the popup.

    Thread Starter bobbybrown235

    (@bobbybrown235)

    Hi Damian,

    Thanks for getting back to me.. I understand but don’t know how to make shortcode in WordPress. Could you direct me to an article that explains how to do this?

    Thanks a TON!!

    Plugin Author Damian

    (@timersys)

    There are ton of articles on google other than the one I pasted on my previous message. If you feel lost maybe it’s time to hire a developer for that task 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Widget will not display in popup’ is closed to new replies.