Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • norchris Friend
    #1001363

    Hello again.

    I work on http://www.scanteam.no/

    Scroll down the front page, and you will find a consultants presentation.

    When you mouseover a pictures, it shades out. I would rather have the opposite; all pictures shaded out by default out and when mouseover going over to normal presentation.
    (if you press the pictures right now, the will 404, but I will fix this later – easy, doing some re-construction here)

    Thank you for any help.

    Cheers

    Norchris

    pavit Moderator
    #1001367

    Hello

    Try to add to your custom.css this code

    #ja-testimonial-list li:hover img,
    #ja-testimonial-list li.active img {
      opacity: 1!important;
    }
    #ja-testimonial-list li:hover img,
    #ja-testimonial-list li.hover img {
      opacity: 0.5!important;
    }
    norchris Friend
    #1001383

    Thank you, that helped a lot.

    Your code is now in use.

    Could you look at the site on your mobile/cell phone, please (I have a iPhone 6)? Each picture appear in both regular and shaded version. I guess no shade would be nice.

    (when I simply reduce the window size on my mac, the pictures look regular. )

    Thank you!

    Christian

    pavit Moderator
    #1001385

    Hello

    Try to add this to your custom.css file

    @media (max-width: 991px) {
    
    #ja-testimonial-list li {
        opacity:1!important;
    }
    #ja-testimonial-list li:hover img, #ja-testimonial-list li.active img {
        opacity:0!important;
    }
    }

    Regards

    norchris Friend
    #1001523

    Thank you!

    That made the pictures and texts not correspond – wrong text to persons.

    (are you sure the @media-code should be there).

    But, things seem to work right no, of some magical reason. I will ask again if the problem persists!

    Regards,

    Norchris

    pavit Moderator
    #1001527

    Tested again and all text is reflecting the correct image ( at least same what you have in desktop version )

    Regards


    1. Screenshot-at-gen-11-09-07-45
    2. Screenshot-at-gen-11-09-07-30
    3. Screenshot-at-gen-11-09-07-19
    4. Screenshot-at-gen-11-09-07-12
    norchris Friend
    #1001534

    Yes, thank you, I was a bit unclear. Sorry for that!

    I did not implement your latest code.

    And then, it turned out that things worked with yesterday’s changes.

    Thank you, Pavit!

    Norchris

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

This topic contains 6 replies, has 2 voices, and was last updated by  norchris 7 years, 3 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum