By Alex on Saturday, 06 October 2018
Posted in General Issues
Likes 0
Views 476
Votes 0
Hi,
is it possible to re-sort the images in the gallery feature?
Also - I don“t like the black shadows on the left and right side of the images. Isnt there a possiblilty to switch that off/change that?

See example in /blog/berghuette-mieten-die-7-schoensten-gegenden (domain in optional message)

Thanks,
Alex
Hey there,

I am really sorry for the delay of this reply as it is a weekend for us here.

Yes, you can re-ordering those image from the gallery block, you can check my attached screenshot.

And you can apply this following custom css from your site backend > Easyblog > theme > custom css , so it will hide those black shadows effect from the left/right side.


body #eb .eb-gallery-button:hover:before {
opacity: 0 !important;
}

body #eb .eb-gallery-next-button:before,
body #eb .eb-gallery-prev-button:before {
background-image: none !important;
}
·
Sunday, 07 October 2018 10:37
·
0 Likes
·
0 Votes
·
0 Comments
·
Grrrreat! Solved everything, happy client
Cheers, Alex
·
Tuesday, 09 October 2018 18:30
·
0 Likes
·
0 Votes
·
0 Comments
·
You're most welcome.

Just for your information, I have locked and marked this thread as resolved to avoid confusions in the future. Please start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiries.

Thanks for understanding
·
Tuesday, 09 October 2018 18:38
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post