Forum
Community Self Help
CSS, HTML and web design
DecoNetwork 8 - Instagram Widget Not Displaying On Live Page
DecoNetwork 8 - Instagram Widget Not Displaying On Live Page
margin_mattk
Topic Author
Offline
Senior Boarder
Less
More
Posts: 48
Thank you received: 6
2 years 5 months ago #21428
by margin_mattk
I have the Instagram Widget on the Home page, and it shows up fine within the builder, but much of the time the live page just shows a blank white space.
I looked at the code that was being output, and it looks like the image URL is being malformed between the Builder and the live page. Basically the images aren't showing up on the live page because the wrong URL is being output.
The 2 examples below are for the same image.
Builder code:
<div class="dn-image-image dn-image-aspect-cropped" style="background-image: url(
); padding-top: 100.0%"></div>
Live code:
<div class="dn-image-image dn-image-aspect-cropped" style="background-image: url(
); padding-top: 100.0%"></div>
You can see that the section after "/vp/" is different, while the part between "/s640x640/" and "_n.jpg" is the same.
You can also see that a large amount of code is being repeated after the "_n.jpg" section.
The really strange part is that sometimes, just sometimes, the images work fine on the live page.
Please Log in or Create an account to join the conversation.
gregp
Offline
DecoNetwork Team Member
Less
More
Posts: 1378
Thank you received: 444
2 years 5 months ago #21432
by gregp
Hi,
cheers for the heads up on this one.
I have passed it to our developers and shoould have an answer shortly
Greg
Please Log in or Create an account to join the conversation.
gregp
Offline
DecoNetwork Team Member
Less
More
Posts: 1378
Thank you received: 444
2 years 4 months ago #21466
by gregp
Hi,
Having trouble repeating this one on our on test sites..
What is your URL?
Cheers,
Greg
Please Log in or Create an account to join the conversation.
margin_mattk
Topic Author
Offline
Senior Boarder
Less
More
Posts: 48
Thank you received: 6
Forum
Community Self Help
CSS, HTML and web design
DecoNetwork 8 - Instagram Widget Not Displaying On Live Page
Time to create page: 0.110 seconds