test melih
 melih
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • angeldust Friend
    #192081

    Hi there, I would like to turn off the pop that appears over the image when u mouse over it (the title/description)

    Please see link:

    http://upmarketumhlanga.co.za/

    Thank you

    phong nam Friend
    #512092

    I’m sorry for being late on this thread. It seems that you turned off the animation yourself of Image content type item. In general, you can turn off those effects by overriding the transform effect with below css styles:

    /*Hide that animation effect on Fixel item grid*/
    .fixel-grid .items.image.none article:hover .pull-left.item-image,
    .fixel-grid .items.image.none article:hover .pull-right.item-image,
    .fixel-grid .items.image.none article:hover img,
    .fixel-grid .items.image.none article:focus .pull-left.item-image,
    .fixel-grid .items.image.none article:focus .pull-right.item-image,
    .fixel-grid .items.image.none article:focus img,
    .fixel-grid .items.image.none article:active .pull-left.item-image,
    .fixel-grid .items.image.none article:active .pull-right.item-image,
    .fixel-grid .items.image.none article:active img {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    }

    .fixel-grid .items.image.none article:hover .item-desc {
    opacity: 0;
    }

    .fixel-grid .items.image.rotateY:hover .front {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none);
    }
    .fixel-grid .items.image.rotateY:hover .back {
    -moz-transform: none;
    -webkit-transform: none;
    transform: none;
    }

    .fixel-grid .items.image.rotateX article .back h2 a:after {
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    }

    .fixel-grid .items.image.rotateY article .back h2 a:after {
    -webkit-transition: all 0s ease 0s;
    -moz-transition: all 0s ease 0s;
    -o-transition: all 0s ease 0s;
    transition: all 0s ease 0s;
    }

    .fixel-grid .items.image.rotateY article .back {
    -moz-transform: perspective(800px) rotateY(0deg);
    -webkit-transform: perspective(800px) rotateY(0deg);
    transform: perspective(800px) rotateY(0deg);
    }

    .fixel-grid .items.image.rotateX article .back {
    -moz-transform: perspective(800px) rotateY(0deg);
    -webkit-transform: perspective(800px) rotateY(0deg);
    transform: perspective(800px) rotateY(0deg);
    }

    You can create a custom.css file and put these codes into this file.

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

This topic contains 2 replies, has 2 voices, and was last updated by  phong nam 11 years, 2 months ago.

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