Tagged: x
-
AuthorPosts
-
January 31, 2017 at 12:15 pm #1352578
sportsnapperParticipantI’ve created a number of portfolio items that are using the x_video_embed tag to insert an iframe. The iframe hosts a 360vr tour – and works really well when viewing the site using mobile/ipad sizes (you should make more of this tag – took a bit of searching to work what a good solution this was.
But…my footer has disappeared completely.
This page is a simple iframe http://sports-alive.co.uk/portfolio-item/panovr-portfolio-item/ and has the footer.
This page uses the x-video-embed shortcode
[x_video_embed type="16:9" class="pano"]<iframe src="http://sports-alive.co.uk/panovr/NewShowhome360/NewHowhomev1.html" allowfullscreen=</iframe>[/x_video_embed]http://sports-alive.co.uk/portfolio-item/panovr-portfolio-item-2/
and it is missing the footer.Any ideas please?
January 31, 2017 at 2:37 pm #1352745
JadeModeratorHI there,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
February 1, 2017 at 3:13 am #1353371
sportsnapperParticipantThis reply has been marked as private.February 1, 2017 at 4:39 am #1353434
Paul RModeratorHi,
The code in http://sports-alive.co.uk/panovr/NewShowhome360/NewHowhomev1.html is breaking up the layout.
It looks like there are missing or excess html tags.Regretfully, we cannot provide support for third party plugins or scripts as our support policy in the sidebar states due to the fact that there is simply no way to account for all of the potential variables at play when using another developer’s plugin or script. Because of this, any questions you have regarding setup, integration, or troubleshooting any piece of functionality that is not native to X will need to be directed to the original developer.
Thank you for your understanding.
February 1, 2017 at 5:43 am #1353518
sportsnapperParticipantIf that were the case, why would the first example work perfectly. It’s the same HTML file displaying the pano in both cases. The second one is wrapped in your video tag.
February 1, 2017 at 6:32 am #1353569
ThaiModeratorHi There,
Please update the shortcode to this:
[x_video_embed type="16:9" class="pano"]<iframe allowfullscreen src="http://sports-alive.co.uk/panovr/NewShowhome360/NewHowhomev1.html"></iframe>[/x_video_embed]Hope it helps 🙂
February 1, 2017 at 6:46 am #1353585
sportsnapperParticipantOK Thai – that works!
But why – does the url need to be the last parameter in the shortcode? (bug in the shortcode code??)
Or is it something else. I’ve a few of these to put on the website and I’d like to make sure that they all work.February 1, 2017 at 7:04 am #1353609
ThaiModeratorHi There,
does the url need to be the last parameter in the shortcode?
It’s not important. Your iframe code missed the close tag.
The wrong iframe code:
<iframe src="http://sports-alive.co.uk/panovr/NewShowhome360/NewHowhomev1.html" allowfullscreen=</iframe>The correct one:
<iframe src="http://sports-alive.co.uk/panovr/NewShowhome360/NewHowhomev1.html" allowfullscreen></iframe>Regards!
February 1, 2017 at 7:11 am #1353615
sportsnapperParticipantOpps. Thank you.
Just proves that how ever many times you look at a problem it’s often solved by someone else looking at the same issue.
February 1, 2017 at 7:17 am #1353620
ThaiModeratorIf you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1352578 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
