Tagged: redbubble
-
AuthorPosts
-
February 23, 2018 at 12:29 pm #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>
<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
February 23, 2018 at 1:31 pm #916659Hey 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,
VictoriaFebruary 23, 2018 at 6:50 pm #916797here you go!
February 24, 2018 at 7:31 am #917008Hi,
Thanks for that, could you try to put the code in a Code Block element instead?
Best regards,
RikardFebruary 27, 2018 at 5:27 am #918173Okay! I did that but it still doesn’t seem to work. Are there settings that aren’t correct??
February 27, 2018 at 6:56 am #918227Hi,
Best regards,
VictoriaFebruary 27, 2018 at 9:57 am #918302I found the link.
Where do I add that code?
To quick CSS?
February 27, 2018 at 10:21 pm #918676Hi,
You need to add it to the functions.php file.
Best regards,
BasilisFebruary 28, 2018 at 10:42 am #918921I have added that in but it still doesn’t seem to be working…
Thanks for your help!
March 1, 2018 at 6:21 am #919392March 5, 2018 at 8:50 pm #921768<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>March 6, 2018 at 6:35 am #922065Hi,
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,
RikardMarch 6, 2018 at 8:28 am #922104Okay.
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!
March 6, 2018 at 12:29 pm #922199Hi,
Best regards,
VictoriaMarch 8, 2018 at 11:19 am #923747This reply has been marked as private.March 8, 2018 at 12:36 pm #923829Hi,
Best regards,
VictoriaMarch 8, 2018 at 11:49 pm #924174Yea 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.
March 10, 2018 at 5:48 am #924826 -
AuthorPosts
- You must be logged in to reply to this topic.