Forum Replies Created

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • in reply to: Featured Image for Post not displaying correctly. #135447

    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.

    in reply to: Featured Image for Post not displaying correctly. #135445

    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.

    in reply to: Featured Image for Post not displaying correctly. #135443

    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:

    http://linxhome.com/hopper-from-dish/

    in reply to: Custom Logo for Specific Page #129430

    Hi Devin,

    That jquery worked! I think the split second load is fine. And everything seems to be working great! Thanks.

    Dean

    in reply to: Custom Logo for Specific Page #129428

    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!!

Viewing 5 posts - 1 through 5 (of 5 total)