1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

How to remove this hover effect from linked image ?

Discussion in 'HTML & Website Design' started by lowriderzzz, Mar 13, 2017.

  1. #1
    Hello fellows.

    I'm doing some customization on a website: http://edohotel.novapsihologiq.com/category/apartments/

    One of the issues that I stumble upon is having this "fading effect" on the link for featured image for posts and pages.

    Question is: how to remove it, so the featured image it self remains the link and not the effect.
    When I right click and inspect it I find that it is some "fadeInUP animated" and when I give it a command "display: none", the effect disappears but the image is not a link, and just a static image.

    Is there a way from the CSS to make only the image to serve as a link? Or should delve into the php of the theme.

    I'm not a programmer, don't understand much coding.
     
    lowriderzzz, Mar 13, 2017 IP
  2. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #2
    From the looks of it, this would best be handled in the code, wrapping the <img>-tag inside an <a>-tag, and removing the classes/javascript with the animation - that way, the image will always be a link, and there will be no fade/flip effect.
     
    PoPSiCLe, Mar 13, 2017 IP
  3. lowriderzzz

    lowriderzzz Member

    Messages:
    43
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #3
    Ok thank you. But where exactly I have to go to edit it? which exact file ?
     
    lowriderzzz, Mar 14, 2017 IP
  4. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #4
    How the hell should I know? Depends on how the site is coded. Search the code-files for specifics, for instance class-names, IDs, combination of elements and such, and you should find the file.
     
    PoPSiCLe, Mar 14, 2017 IP
  5. lowriderzzz

    lowriderzzz Member

    Messages:
    43
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #5
    It is a WP theme. Same structure as other WP themes.

    I will look into what you said
     
    lowriderzzz, Mar 15, 2017 IP
  6. PoPSiCLe

    PoPSiCLe Illustrious Member

    Messages:
    4,623
    Likes Received:
    725
    Best Answers:
    152
    Trophy Points:
    470
    #6
    Then I would look in the theme files, the single-post and such. It's been a while since I've looked at theme-files, so I'm a bit rusty on what they're called.
     
    PoPSiCLe, Mar 15, 2017 IP
  7. Rokis

    Rokis Member

    Messages:
    60
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    45
    #7
    Hello, if I understood correctly you are looking for this in your css file ".room-col .overly". There's some work required after removing it from your css to make the images work as links again. I would be happy to help for beer money.

    PM to discuss if you like.
     
    Rokis, Mar 16, 2017 IP
  8. kk5st

    kk5st Prominent Member

    Messages:
    3,497
    Likes Received:
    376
    Best Answers:
    29
    Trophy Points:
    335
    #8
    You have said that you are new or inexperienced with html/css. I'll assume you're also new to community help forums such as this. While we often see members solicit some sort of payment (even if trivial), good netiquette frowns on this as a poor practice. There is a sub forum in the buy/sell section for solicitations. In this forum, solutions should be freely and publicly offered , pro bonum communitatis. Let everyone learn from your posts, whether you ask for or provide solutions.

    Please take this in the spirit intended. There are those who easily take offense, and I trust you're not among those tender little snowflakes.

    gary
     
    kk5st, Mar 17, 2017 IP
  9. Rokis

    Rokis Member

    Messages:
    60
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    45
    #9
    Hello Gary,

    I've spotted the rules of this sub forum shorty after leaving this message. I did however helped the guy by pointing out where to look to have it fixed so it's my bad asking him for any type of payment to implement the fix here.

    Thanks for pointing that out.
     
    Rokis, Mar 17, 2017 IP