Tagged: 

Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #916609

    I am trying to integrate my redbubble page with my site. They give a link to copy and paste in and it doesn’t seem to be working.

    This is the link they give…

    <script type=”text/javascript” src=”http://www.redbubble.com/assets/external_portfolio.js”></script&gt;
    <script id=”rb-xzfcxvzx” type=”text/javascript”>new RBExternalPortfolio(‘www.redbubble.com’, ‘colaventures’, 2, 2).renderIframe();</script>

    I am trying to copy it into colacreative.co/shop

    #916659

    Hey isaaccolavecchio,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
    Are you using code block?

    Best regards,
    Victoria

    #916797

    here you go!

    #917008

    Hi,

    Thanks for that, could you try to put the code in a Code Block element instead?

    Best regards,
    Rikard

    #918173

    Okay! I did that but it still doesn’t seem to work. Are there settings that aren’t correct??

    #918227

    Hi,

    Best regards,
    Victoria

    #918302

    I found the link.

    Where do I add that code?

    To quick CSS?

    #918676

    Hi,

    You need to add it to the functions.php file.

    Best regards,
    Basilis

    #918921

    I have added that in but it still doesn’t seem to be working…

    Thanks for your help!

    #919392

    Hi,

    Could you share the exact code you are using please?

    Best regards,
    Rikard

    #921768

    <script type=”text/javascript” src=”http://www.redbubble.com/assets/external_portfolio.js”></script&gt;
    <script id=”rb-xzfcxvzx” type=”text/javascript”>new RBExternalPortfolio(‘www.redbubble.com’, ‘colaventures’, 2, 2).renderIframe();</script>

    #922065

    Hi,

    Please try this instead, in your child theme functions.php file:

    function isaaccolavecchio_add_red_bubble(){ ?>
    <script type=”text/javascript” src=”http://www.redbubble.com/assets/external_portfolio.js”></script>
    <script id=”rb-xzfcxvzx” type=”text/javascript”>new RBExternalPortfolio(‘www.redbubble.com’, ‘colaventures’, 2, 2).renderIframe();</script>
    <?php }
    add_action('wp_footer', 'isaaccolavecchio_add_red_bubble');

    Best regards,
    Rikard

    #922104

    Okay.

    I added it in. It just added a darker colored band under my footer.
    What should I try next?

    Thank you for walking me through this!

    #922199

    Hi,

    Best regards,
    Victoria

    #923747
    This reply has been marked as private.
    #923829

    Hi,

    Best regards,
    Victoria

    #924174

    Yea I saw that link didn’t go anywhere, but I guess I thought the rest of the script would help point it to my page. I’ll just live without it.

    Thanks for the help.

    #924826

    Hi,

    Thanks for the feedback. We’ll keep the thread open in case you should need any further help.

    Best regards,
    Rikard

Viewing 18 posts - 1 through 18 (of 18 total)
  • You must be logged in to reply to this topic.