cklester
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Fixing WordPress
In reply to: Video Content Displays Only for Logged-in UsersDrew, can you get in touch with me about some paid consulting work? Thanks!
Forum: Fixing WordPress
In reply to: Video Content Displays Only for Logged-in UsersDrew, I added the video to another page and it shows up for users not logged in. Great! So, we know it’s a front-page issue?
Forum: Fixing WordPress
In reply to: Video Content Displays Only for Logged-in UsersHere’s the text I have for that page:
<div id="howitworks_video"> <iframe src="https://www.youtube.com/embed/z_qNsUMGyWU?rel=0&controls=0&showinfo=0" width="853" height="480" frameborder="0" allowfullscreen="allowfullscreen"></iframe> <a class="roll-button border" href="https://giveadime.co/product/giving-center/">Start Giving Plan</a> </div>So, it looks like something is wrapping the <iframe> in another <div>, then removing the <div>! I looked all over for “fluid-width-video-wrapper,” but could not find it referenced in any of the files… I’m boggled.
Forum: Fixing WordPress
In reply to: Video Content Displays Only for Logged-in UsersOK, I’m starting to get a clue:
Here is the HTML when I’m not logged in:
<div class="siteorigin-widget-tinymce textwidget"> <div id="howitworks_video"><a class="roll-button border" href="https://giveadime.co/product/giving-center/">Start Giving Plan</a></div> </div>Here’s the code when I’m logged in:
<div class="siteorigin-widget-tinymce textwidget"> <div id="howitworks_video"><div class="fluid-width-video-wrapper" style="padding-top: 56.272%;"><iframe src="https://www.youtube.com/embed/z_qNsUMGyWU?rel=0&controls=0&showinfo=0" frameborder="0" allowfullscreen="allowfullscreen" id="fitvid859490"></iframe></div><a class="roll-button border" href="https://giveadime.co/product/giving-center/">Start Giving Plan</a></div> </div>So, how do I find that
<div class="fluid-width-video-wrapper" ... >, because I suspect it is getting “removed” when the person is not logged in! Right?!
Viewing 4 replies - 1 through 4 (of 4 total)