Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #406657

    Hi Guys,

    I wonder if you could help me.

    I am trying to fee and Javascrip third party reviews from Bazzarr Voice. Which works perfect fine when place it in a Code box.

    However I need to have it display in a TAB. WhenI do so, The tab won;t save and will not display the feed. would mind taking a look at ti let me how I can go around it?

    Thanks,

    <div id=”BVRRContainer”></div>
    <script type=”text/javascript”>// <![CDATA[

    $BV.ui( ‘rr’, ‘show_reviews’, {
    doShowContent : function () {
    // If the container is hidden (such as behind a tab), put code here to make it visible
    // (open the tab).
    }
    });
    // ]]></script>

    </script><script type=”text/javascript”>$BV.configure(‘global’,{productId:’ACNEMASK’});</script>
    <div id=”BVRRContainer”></div>
    <script type=”text/javascript”>// <![CDATA[

    $BV.ui( ‘rr’, ‘show_reviews’, {
    doShowContent : function () {
    // If the container is hidden (such as behind a tab), put code here to make it visible
    // (open the tab).
    }
    });
    // ]]></script>

    #406980

    Hi dhuet!

    Thank you for using Enfold.

    Add the script part above the tab using a code block then add just this line inside the tab:

    <div id=”BVRRContainer”></div>
    

    Best regards,
    Ismael

    #407101
    This reply has been marked as private.
    #407117

    Never mind you were correct! thanks you

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Third party Javascrips and Tab conflic’ is closed to new replies.