Forum Replies Created
-
AuthorPosts
-
I actually went to go do this and saw that Enfold 2.0 was released today. I deleted 1.9.1 and installed 2.0. That somehow fixed the problem.
Hmm, that didn’t seem to do the trick. I will go through and remove the featured image on them all and then read them and see if I’m getting the same problem and then get back with you. Super weird, eh. I’ve don’t have a clue as to why it’s linking to the wrong thumbnails.
I don’t have a cache plugin. For fun, I deactivated all the plugins and it still was doing the same thing.
Here is an example:
Hi Devin,
That jquery worked! I think the split second load is fine. And everything seems to be working great! Thanks.
Dean
Thanks Ismael, I really appreciate the response!
I changed the code to:
Code:.page-id-115 .logo img {
position: absolute;
left: -9999px;
}
.page-id-115 .logo {
background: url(http://linxhome.com/wp-content/uploads/2013/07/linxhome-red.png) no-repeat center;
display: block;
height: 65px;
width: 200px;
}That displays the different logo (of course I changed it to the right page ID and fixed the dimensions for my logo). I should however probably clarify and mention I am using the ‘Fixed Header with Social Icons and additional navigation’. So I actually knew how to change the css but that just moves the original logo from view and places in the new logo in a fixed position, which would work with most themes. What I was trying to do was actually replace it because with this theme as you scroll, the image readjusts itself. My problem is placing in the new logo via css means it doesn’t adjust as the original would. The image below shows the variation logo that has been replaced using css and how it looks once you’ve scrolled down the page. I did attempt using the javascript replace function, but was unsuccessful. I’m more familiar with css, not js.
[img]http://thedeancorp.com/images/Capture.PNG[/img]
It may not be possible, but hopefully you can see something I’m not. Thankyou!!
-
AuthorPosts