Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • stulaine Friend
    #207257

    We are using the team ACM module somewhat unconventionally and have an issue with the member title of the last item visible on load.

    Typically the member title is not visible until one hovers over the image block. We noticed that if the text in the member title exceeds a certain number of characters leading to a wrap that items member titles first line becomes visible.

    We shortened the length as a temporary fix but the length should be restricted or code modified not to show the title.

    Attached is an example. The maldives on the right is showing the first line of member title without a hover.


    1. Team_style
    Pankaj Sharma Moderator
    #573779

    Hello
    In this case can you share your working site url here ,
    so i can check it directly on your site and help you in this case.

    stulaine Friend
    #573961

    As I noted in the above we fixed it by using less characters but so you can see it we are temporarily opening the site and added more words so you can see it.

    http://staging1.somedaytrips.com/2015-05-08-13-25-38/someday-travel-videos Scroll down to Take a Trip to the Islands and look at Maldives

    Adam M Moderator
    #574097

    Hi @stulaine,

    Please open file templates/uber/css/custom.css then add this code :

    .section .acm-teams .style-3 .item .item-inner .member-info {
    min-height: 92px;
    bottom: -50px;
    }
    .section .acm-teams .style-3 .item:hover .item-inner .member-info {
    bottom: -50px;
    }

    Adam M Moderator
    #640436

    Hi @stulaine,

    Please open file templates/uber/css/custom.css then add this code :

    .section .acm-teams .style-3 .item .item-inner .member-info {
    min-height: 92px;
    bottom: -50px;
    }
    .section .acm-teams .style-3 .item:hover .item-inner .member-info {
    bottom: -50px;
    }

    Adam M Moderator
    #739111

    Hi @stulaine,

    Please open file templates/uber/css/custom.css then add this code :

    .section .acm-teams .style-3 .item .item-inner .member-info {
    min-height: 92px;
    bottom: -50px;
    }
    .section .acm-teams .style-3 .item:hover .item-inner .member-info {
    bottom: -50px;
    }

    stulaine Friend
    #574320

    Thank you adam. That is a better fix for us.

    stulaine Friend
    #640659

    Thank you adam. That is a better fix for us.

    stulaine Friend
    #739329

    Thank you adam. That is a better fix for us.

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

This topic contains 9 replies, has 3 voices, and was last updated by  stulaine 8 years, 11 months ago.

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