• I would like to know if anyone knows where I could find the code that makes the articles on the homepage clickable because right now on my homepage are not clickable, even on the sidebar. This is only happening to the titles, could this be possibly in the main index template ?

Viewing 12 replies - 1 through 12 (of 12 total)
  • Site url?

    Thread Starter tokonik

    (@tokonik)

    tokonik,
    the problem in your site is not WP-related,, but CSS positioning related.

    if you are using firefox, install Firebug and inspect the code.

    you will notice the the DIV called “header-menu” is absolutely positioned, and slides over the top part of your post.

    the titles “2009 Cadillac..” and “Final Veyron” are covered by this DIV.
    see a screenshot: http://szek.net/dump/wp.gif
    (if you hover the mouse over the number “2” from the big title, you will see that it is clickable)

    edit:
    simply go to the css file, line 92, and reduce the height from 100 to 50px, and it will work.

    Thread Starter tokonik

    (@tokonik)

    wow thank you so much! I would have never have been able to figure that on my own. I have one last very important question if you are able to answer it I would greatly appreciate it. When you click the article, in this case the 2009 Cadillac, when the new page opens it basically scrolls down by itself. Is there any way to fix this ?

    just opened the page with several browsers (ff, ie 6&7, opera), and it stays still. no scrolling happens here.

    check your mousewheel, maybe its pressed down, happens quite often to me and its annoying.

    Thread Starter tokonik

    (@tokonik)

    I just did it with IE and my friend just did it with his own IE,FF and Opera, he even tried it on his sisters pc and it seems to be scrolling down and our mouse wheels arent pressed down :/ u got any other ideas ?

    sorry, can`t help you further:(
    on my computer it stays still in all browsers…

    Thread Starter tokonik

    (@tokonik)

    i just realised, it doesnt scroll down when you click the picture of the cadillac or the title but when you click read more. I just understood its bringing it down to where the excerpt stops. Is there a way to disable this ?

    oh wait.
    i was clicking on the title, you were clicking on Read More.
    if i click on Read More, it goes down,indeed.

    this is a WP code that sends you to the exact point where the excerpt ends on the mainpage.
    in your index.php file of the template you should find smth like this:

    <?php the_content('Read more'); ?>

    i don`t know how to solve this, but maybe you could ask on another subforum, now that you know the cause and the PHP that is causing it.

    good luck:)

    Thread Starter tokonik

    (@tokonik)

    thank you!

    Thread Starter tokonik

    (@tokonik)

    thank you esmi! By any chance do any of you know why my recent articles link at the bottom-left of the page isnt working ? Im going to post a new thread just in case you guys dont or dont see this.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Article Links’ is closed to new replies.