• hi everyone,

    I’ve finished setting up an arabic blog (gaminguru.net) with the theme “point” and everything was working fine until all of a sudden i started getting a weird bug when i hover over the posts’ images/titles in the main page. the title disappears and something shows up at the top of the image. it’s a little hard to explain so you’ll have to visite the website to understand.

    I haven’t added any plugin that might interfere with this but i’ve tried disabling the last ones i installed but nothing changed (the last ones being: “Special Text Boxes”, “Fast Secure Contact Form” and “NextGEN Gallery by Photocrati”).

    ANY help would be more than appreciated as i’ve been banging my head since yesterday and i can’t, for the life of me, figure out a solution or what even caused this in the first place!

    Thank you in advance.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter hailsou

    (@hailsou)

    ps: by “something” i mean “a popup of it” (it being the title)

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    The CSS for post-excerpt is the problem

    .post.excerpt {
        /* overflow: hidden; */
        margin-bottom: 24px;
        border-bottom: 1px solid #e2e2e2;
        padding-bottom: 28px;
    }

    If I comment out “overflow: hidden” the image title is visble.

    Around line 807 of your theme’s style.css

    Thread Starter hailsou

    (@hailsou)

    thank you for taking the time to read and respond.

    i’ve deleted the “overflow: hidden” but nothing have changed. or did you mean something else?

    i’m sorry i’m not an advanced user so please bear and be patient with me.

    Thank you again.

    Thread Starter hailsou

    (@hailsou)

    if i may add, i just realised that something similar is happening even in the admin panel such as adding new plugins; when i hover over the title of the plugins list the image changes positions (goes from the left to the right).

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    it does not appear that the change was made in the CSS.

    For help with this specific theme, you may want to contact the developers at https://community.mythemeshop.com/

    Thread Starter hailsou

    (@hailsou)

    i did make the change but when i refreshed/emptied the cash and nothing happened i put everything back the way it was.

    i’m pretty sure it’s a tooltip problem i just have to find a way to disable it for good.

    anyway thank you for your time, very much appreciate it.

    Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    Oh– you want to disable the tooltip! That wasn’t clear. I thought you wanted to make it correctly visible.

    That’s far more complex and requires a lot of jQuery. I think you’d do better to (1) either remove titles from images, (2) have your theme not supply a title when it puts out the images or (3) use the CSS I gave you to let it be visible.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘hovering over images/titles bug’ is closed to new replies.