test
Viewing 6 posts - 16 through 21 (of 21 total)
  • Author
    Posts
  • Ninja Lead Moderator
    #564374

    <em>@jurridk 465055 wrote:</em><blockquote>I just did that without any effect? :/</blockquote>

    You can try this way:

    Open templates/ja_fubix/css/custom.css file and add this snippet


    .trending li .showcategory .img-intro img {
    overflow: hidden;
    -webkit-transform: translateZ(0);
    }
    .trending li .showcategory .img-intro:hover img {
    overflow: hidden;
    -webkit-transform: translateZ(0);
    }

    Mohamed H. Jurriah Friend
    #564429

    That worked only on the frontpage, but not in the category item, were my articles are in.
    url: http://laliganews.dk/nyheder


    1. 23
    Ninja Lead Moderator
    #564497

    <em>@jurridk 465213 wrote:</em><blockquote>That worked only on the frontpage, but not in the category item, were my articles are in.
    url: http://laliganews.dk/nyheder</blockquote>

    Add the css style below into custom.css file and it will help you out


    .images-content:hover img {
    transform: translateZ(0);
    -o-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    }

    Mohamed H. Jurriah Friend
    #564561

    Not really… there is no effect? The zoom is still there when you move your mouse infront of the article intro image

    Ninja Lead Moderator
    #564656

    <em>@jurridk 465384 wrote:</em><blockquote>Not really… there is no effect? The zoom is still there when you move your mouse infront of the article intro image</blockquote>

    In this case, you can pm me admin login of your site and FTP account. I will help you out

    Mohamed H. Jurriah Friend
    #564884

    actually it worked. I was just logged in the wrong server in my ftp. Thanks for your help 😀

Viewing 6 posts - 16 through 21 (of 21 total)

This topic contains 21 replies, has 3 voices, and was last updated by  Mohamed H. Jurriah 9 years, 8 months ago.

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