Is there any way to disable the information lightbox in the top left corner of the galleria images?
Galleria Imforation lightbox
(12 posts)
(3 voices)
-
Posted 1 year ago #
-
Hi,
Could you please show us a screenshot demonstrating what you want to accomplish?
Is this what you are using in your website? http://themes.mysitemyway.com/awake/galleries/galleria-shortcode-gallery/
Posted 1 year ago # -
Hi Ruderic,
The code being used is as follows:
[color_box title="Portfolio" variation="primary_blue"] [galleria id="1" transition=fade height=120 width=225 autoplay=true] http://www.ybrdesign.com/images/canondesol-full.jpg http://www.ybrdesign.com/images/bullwear-full.jpg http://www.ybrdesign.com/images/durachic-full.jpg http://www.ybrdesign.com/images/halberdcross-full.jpg http://www.ybrdesign.com/images/qube-full.jpg http://www.ybrdesign.com/images/versaventures-full.jpg http://www.ybrdesign.com/images/vidanova-full.jpg [/galleria] [fancy_link link="http://www.ybrdesign.com/portfolio/#Brand%20Identity%20Projects" target="_self"]See more of our portfolio here[/fancy_link] [/color_box]The screenshot shows the icon I'm trying to eliminate.
You can view this particular one http://www.ybrdesign.com/services/logo-contest-management/
Posted 1 year ago # -
Hi,
Go to the theme folder, and open the file "lib/functions/shortcode.php". Between lines #501 and #508 you will find this block of code:
jQuery(document).ready(function(){ jQuery("#galleria_' .$id. '").galleria({ height: ' .$height. ', autoplay: ' .$autoplay. ', transition: "' .$transition. '", image_crop: true }); });Replace it with:
jQuery(document).ready(function(){ jQuery("#galleria_' .$id. '").galleria({ height: ' .$height. ', autoplay: ' .$autoplay. ', transition: "' .$transition. '", image_crop: true, showInfo: false }); });Try that and let me know the results.
Posted 1 year ago # -
Hi Ruderic,
Thank you for the suggestion, but unfortunately the addition of "showInfo: false" didn't change it.
Do you have any other suggestions? Your time is greatly appreciated, thank you.
Posted 1 year ago # -
Hello BenjaminYBR,
Try adding this line in your style.css file,
.galleria-info-link { display: none !important; }Let us know if that works for you.
Posted 1 year ago # -
Hi Elliott,
I added
.galleria-info-link { display: none !important; }to the bottom of my style.css file, but alas, the information box is still there.Also, I have been clearing my cache when I check, just to clear the air there. :)
Posted 1 year ago # -
I can't seem to see it anymore BenjaminYBR, it was the little box that was showing here correct? (see attached image)
Posted 1 year ago # -
Yes, that's exactly what I was talking about. I've cleared my cache and checked on FF4, IE9, Chrome 10, and Safari 5 and it is still there!
Haha, I will check on some other computers later and get back to you. Since it's not showing for you, I have to assume that this is an error on my side.
Thank you.
Posted 1 year ago # -
Alrighty, if you have caching related plugins installed then be sure to refresh them.
Posted 1 year ago # -
Hi Guys,
Some of my plugins must affect my caches, so I threw down a full computer restart and the information box is now gone.
Thank you for your hard work and help.
Posted 1 year ago # -
Your welcome BenjaminYBR, let us know if you need anything else.
Posted 1 year ago #
Reply
You must log in to post.













