Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • hoknight Friend
    #884167

    Hi,

    Module ID :105

    1. The image over-lapped the title link. Is it possible reduce the image size?
    2. How to disable the mouse hover on the image thumbnail? I want an image always showing on page.
    3. The image didn’t display on mobile layout.

    Thanks.


    1. ScreenShot931
    2. ScreenShot932
    Pankaj Sharma Moderator
    #884176

    Hi
    For the issue related to overlapping i did not notice nay issue with the image , While the image does not showing in small devices as the hover effect does not work in the small devices , If you want to show the image in small devices it cover the event details at first , that why its hidden .
    To show it add this code in custom.css file

    @media screen and (max-width: 767px) {
    .event-featured-slider .event-slider .event-item .event-ct .item-image {
         display: block!important;
    }}
    hoknight Friend
    #884178

    I can’t click the title link when the image over-lapped on the title.So,Any idea can be reduce the image size until the title showing on page again?

    It is because the event details doesn’t show on our page.So I prefer the image always display on the page.

    Thanks.

    Pankaj Sharma Moderator
    #884186

    Hi
    You can add a fixed height but it effect the image as it not fit correctly .
    add this code in custom.css file

    
    @media screen and (max-width: 767px) {
    #section-105 .event-featured-slider .event-slider .event-item .event-ct .item-image img {
    
    height:100%!important;
    }}
    

    change the height value as per needs or set it to 100% as its now . By default it was auto .

    hoknight Friend
    #884194

    Is it possible the image under the date and title?
    So, the title can be clickable on page.

    Pankaj Sharma Moderator
    #884214

    Hi
    sorry the image does not behave like this way as its designed in this way to show on site You can adjust the image width and height with the code i sent in previous post .

    hoknight Friend
    #884227

    OK. The last question, how to disable the hover effect ?

    Thanks.

    Pankaj Sharma Moderator
    #884233

    Hi
    Add this code in custom.css file

    .event-featured-slider .event-slider .event-item:hover .item-image {
        opacity: 1!important;
        filter: alpha(opacity=0);
    }
Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 7 replies, has 2 voices, and was last updated by  Pankaj Sharma 8 years, 9 months ago.

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