• A partner and I have a website that we are trying to change a video we have posted on it. Our video is hosted on vimeo and is linked to our site. The problem that we are having is that we can’t fine where the file is with this line of code for us to make the necessary changes. We can see the line of code when we view the source code. But, with all the files and folder that WP uses just to make it a functional site, we are struggling to pin point the files’ location. Can someone help us out on where the file would be to make the necessary changes? Thanks in advance.

    Our site: https://www.dsamediagroup.com

    Line code we are trying to change (Line 876 (via viewing source code) : <iframe src=”https://player.vimeo.com/video/104810449?autoplay=1&byline=0&color=3a6774&loop=1&portrait=0&title=0&#8243; height=”100%” width=”100%” frameborder=”0″></iframe>

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    The video link will probably not be hardcoded into the core files of WordPress, but will in your home page content (if it’s set to be a static page) or in the video post content (if you have your home page set to show blog posts). You may be looking for a shortcode (in square brackets) rather than the <iframe> code.

    https://codex.www.ads-software.com/Video_Shortcode

    Johnna

    Hi

    You can try looking at your Homepage in your wp-admin Dashboard -> Pages , perhaps switch to text view once you’re on the page to see if you can find that iframe.

    Other than this piece of advice , it is very difficult to pinpoint the problem from just peeking at the frontend.

    All the best!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Trouble finding Code to change video on site.’ is closed to new replies.