Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #623175

    Hello !

    Excuse me for the disturb but I have a few questions about the mansonry gallery and grid row :
    Mansonry gallery :
    How is it possible to take off the white overlay opacity but keeping the default display of title on mouse hover ?
    I have tried by selecting “display as centered overlay” but trough the mouse over the image totally disappear.
    Thus I would like to take off the overlay and with the mouse over the tile appear at the bottom of the image and the image doesn’t disappear.

    Grid row :
    I have tried to superimpose two images one on top of the other without spaces but there is still a space between those images. How can I take off this space ?
    Here is an example of this problem :
    http://www.hostingpics.net/viewer.php?id=913770442.png

    Thank you guys for your reactivity that’s professional !

    #624950

    Hi,

    Can you post the link to your website please?

    Regards,
    Josue

    #625382

    Hi,

    Here is the link :
    votre-maktaba.com

    The website is Under construction

    #625393

    Hi!

    I checked the images and I can see it there, does it work as should?
    Hvae you figured it out?

    Thanks a lot for your time and patience

    Best regards,
    Basilis

    #625589

    Hi !

    No I have still the same problem :
    Gallery Mansonry :
    Else the image vanish totally on the mouse hove else there is an opacity that i don’t want.
    I would like of possible an intermediate :
    To take off the overlay and with the mouse over the tile appear at the bottom of the image and the image doesn’t disappear.

    For grid row I would like to take off the “hole” between the images which are superimposed.

    I would like to superimpose 3 images without spaces ou hole between them.

    Thanks again !

    #626371

    Hi,

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .avia_desktop .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry:hover .av-inner-masonry-content {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    Best regards,
    Yigit

    #633849

    Hello !

    Thanks for that ! for the computers that works !
    But on mobile phone I have still a problem : there is still the opacity ; how can i take it off ?

    #634227

    Hi,

    Try with this code instead:

    #top .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry:hover .av-inner-masonry-content {
        opacity: 0.01 !important;
        filter: alpha(opacity=0);
    }
    

    Best regards,
    Josue

    #634363

    Hi Josue

    Thanks for that ! But there is still the black opacity…it disappear on mobile phone if I put my finger on it…it would like this black transparent (layer) to disappear totally.

    Thansk again guys for your help !

    #634437

    Hi,

    Try with this:

    #top .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry:hover .av-inner-masonry-content {    
        opacity: 0!important;
        background: transparent !important;
        filter: alpha(opacity=0);
    }

    Best regards,
    Josue

    #634502

    Hi,

    Sorry Josue..the problem is still here…I don’t understand what miss in your css because it sounds good for me.

    #634506

    Hm, try with this:

    #top .av-caption-on-hover .av-masonry-item-with-image.av-masonry-entry .av-inner-masonry-content {    
        opacity: 0!important;
        background: transparent !important;
        filter: alpha(opacity=0);
    }
    

    Make sure there are no types in the code surrounding it and refresh a few times to see the changes.

    #634532

    Hi josue

    Solved !

    Thanks for you assistance !!

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘gallery mansory or grid row’ is closed to new replies.