-
AuthorPosts
-
April 27, 2016 at 4:17 pm #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.pngThank you guys for your reactivity that’s professional !
April 30, 2016 at 12:11 pm #624950Hi,
Can you post the link to your website please?
Regards,
JosueMay 1, 2016 at 9:00 pm #625382Hi,
Here is the link :
votre-maktaba.comThe website is Under construction
May 1, 2016 at 9:44 pm #625393Hi!
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,
BasilisMay 2, 2016 at 10:13 am #625589Hi !
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 !
May 3, 2016 at 12:50 pm #626371Hi,
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,
YigitMay 17, 2016 at 5:10 pm #633849Hello !
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 ?May 18, 2016 at 8:38 am #634227Hi,
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,
JosueMay 18, 2016 at 12:36 pm #634363Hi 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 !
May 18, 2016 at 1:50 pm #634437Hi,
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,
JosueMay 18, 2016 at 2:52 pm #634502Hi,
Sorry Josue..the problem is still here…I don’t understand what miss in your css because it sounds good for me.
May 18, 2016 at 2:54 pm #634506Hm, 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.
May 18, 2016 at 3:12 pm #634532Hi josue
Solved !
Thanks for you assistance !!
-
AuthorPosts
- The topic ‘gallery mansory or grid row’ is closed to new replies.