• Resolved klonz82

    (@klonz82)


    Hello! I’ve this problem: since two weeks ago on the homepage I can’t click on the image of the posts, there is no little hand! I can’t enter in the posts!
    Is there some options that block all my posts? or the problem is some plug-in?
    Please help me!!

Viewing 7 replies - 1 through 7 (of 7 total)
  • hi @klonz82,
    what is the URL of your website?

    Thread Starter klonz82

    (@klonz82)

    Hello klonz,

    I hope it make seance.
    take a look on this screenshot : http://screencast.com/t/hxpZ989f

    Is it good?
    then you need to put a css on you style.css

    .home .da-thumbs div article {
    position: static;
    }

    let me know if still an issue.

    Thanks You.

    Please use this css for hover effect on post look like this video.

    Video: http://screencast.com/t/dRMu4g23CpN

    put it into style.css at the end of the style:

    .home .image_list_item:hover .da-animate {
    position: static;
    }
    .home .image_list_item:hover {
    padding-bottom: 43px;
    }

    Thread Starter klonz82

    (@klonz82)

    Hello chiragpatel2911!
    The screenshot is good! It’s like it was before!
    But I’m not expert: when I’m in the editor on the style.css where should I put the css?

    .home .da-thumbs div article {
    position: static;
    }

    at the end? or have I to search the correct line?

    Thank you!!

    Wp-admin -> appearance -> editor -> open style.css(it will open by default)

    Put this css at the end of the style.css no need to edit any default line of css.

    .home .image_list_item:hover .da-animate {
    position: static;
    }
    .home .image_list_item:hover {
    padding-bottom: 0px;
    }

    Thread Starter klonz82

    (@klonz82)

    Yuppieeee!!!
    I’ve done!! Now it’s ok, I had only to change the padding-bottom value!

    Thank you very much!!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘images on homepage don't link with their posts!’ is closed to new replies.