How do I stop text in gallery homepage?

Viewing 5 posts - 1 through 5 (of 5 total)
  • #2392
    JayFiveAlive
    Participant

    On my homepage I am using the gallery, very slick theme, nice work! I have a question about it though – how do I stop text from showing up when you mouse over one of the boxes? I have a short descirption, but I want it to stop there so folks click the box and view the full post. Right now it seems to add all text to the preview box on my homepage.

    Thanks so much!

    -Tyson

    #2393
    Daniel Tara
    Keymaster

    That box should display the excerpt. See the demo on my website for an example. If it’s displaying the full content, it’s probably caused by a plugin. Try disabling them one by one and see which is causing the issue.

    #2394
    JayFiveAlive
    Participant

    Ahh, I see your demo, but it’s kind of the same problem I guess. Here is my site:

    http://www.senwayphoto.com/

    If you look at the first image (the beach one), I have the text: This is a test gallery of a new slideshow plugin I am trying out. For best quality, click the Fullscreen button.

    If you click the image to go to the post, I have a gallery there. I guess I am wondering if I can stop the excerpt with a code or something so that it won’t add the last sentence “For best quality, click the Fullscreen button.” I want that only in the actual post.

    Sorry I may be being picky, just wondering if it’s possible. Really appreciate your work.

    #2395
    Daniel Tara
    Keymaster

    It’s not too complicated actually. What you need to do is replace [code]the_excerpt();[/code] with [code]the_content();[/code] in loop-slider.php and insert a read more tag in posts.

    #2396
    JayFiveAlive
    Participant

    Genius! Thanks so much, that is exactly what I was thinking πŸ™‚ Cheers!

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

You must be logged in to reply to this topic.