bluelinesports
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Remove/Change home page videoWe only have a homepage.php, but it’s in there and I’ve changed it! Thank you so much!
Forum: Fixing WordPress
In reply to: Remove/Change home page videoThank you! I think this is the relevant code
}
.video {
float: left;
width: 33.3%;
margin-bottom: 2em;
}
.video .inner {
width: 96%;
padding: 0 2%;
cursor: pointer;
text-align: center;
}
.video .inner img {
display: block;
}
.video p {
padding: 0 10px;
}
.video-hidden iframe {
width: 800px;
height: 500px;
}Forum: Fixing WordPress
In reply to: Remove/Change home page video@garethgillman Thanks for responding so quickly, I think you’re right, but I can’t find the code. There are no results when I search for <div class=”home-video”> but if I just search for video there are several lines of code, including a few .video-hidden iframe { lines.
I assume these must be relevant to the particular video I need to change as there aren’t any other videos on the home page.
<div class=”home-video”> does appear when I View Page Source, if that helps.
Thanks
Forum: Fixing WordPress
In reply to: Page Content Not Displaying@magefix I only have the option to switch to ver. 7.2 from 7.3
Thank you for all your help by the way!
Forum: Fixing WordPress
In reply to: Page Content Not Displaying@magefix Debug mode has shown a few different things. I will list them because they don’t mean much to me.
PHP Warning: “continue” targeting switch is equivalent to “break”. Did you mean to use “continue 2”?
PHP Notice: Undefined offset: 1 in
PHP Notice: Trying to get property ‘ID’ of non-object in
There are multiple instances of the 1st and 3rd examples.
Forum: Fixing WordPress
In reply to: Page Content Not DisplayingThe health check plugin didn’t identify any issues, but I changed to the Twenty Twenty theme and that does show the missing content, so there must be an issue with my current theme. Any ideas what could be causing it?