-
AuthorPosts
-
January 21, 2016 at 3:05 pm #569419
How do I hide a gallery side? I have a gallery that may not appear in the side preview. I refer to a gallery I have called BIO.
Gallery link BIO
http://www.ezkape1.hospedagemdesites.ws/2015/?portfolio=portfolio_bio_01IMAGE LINK
http://www.screencast.com/t/c6L1PGiKC8K3January 22, 2016 at 3:15 am #569719Hey mleite1!
Add this to a codeblock element to your page content.
<style type = "text/css"> .avia-post-nav { display: none !important; } </style>
Best regards,
ElliottJanuary 22, 2016 at 11:49 am #569926Hello, thanks for the feedback.
I do not know where to place this code. Can you help me?
January 22, 2016 at 12:44 pm #569965I have a gallery with BIO name. The preview this gallery may not appear on the sides. On the sides carry the next gallery and earlier. This gallery may not appear on the sides.
VIEW IMAGE
http://www.screencast.com/t/c6L1PGiKC8K3January 25, 2016 at 5:29 am #571077Hi,
I’m not sure if I understand what you are trying to do, do you not want to show the navigation on the sides? If so Elliotts code should work, you can paste it in a code block element on the top of the page where you don’t want to show it.
Best regards,
RikardJanuary 25, 2016 at 1:47 pm #571331What I want is very simple. I want to hide the side preview of an existing gallery (gallery bio). Only that.
Example
The sides when you touch the mouse pops up a preview of the next and previous gallery. I wish hide the preview of a gallery that I have in the system.
Only that.January 25, 2016 at 4:27 pm #571413My friend, I was clear. I just do not want to appear side the preview of a unique gallery that I have created in the system. I do not want to load the preview on the side of BIO gallery thumbs the side.
Will I need to be clearer?
Gallery link BIO
http://www.ezkape1.hospedagemdesites.ws/2015/?portfolio=portfolio_bio_01IMAGE LINK (preview thumbs) – I want to hide BIO gallery. Just BIO gallery.
http://www.screencast.com/t/c6L1PGiKC8K3January 25, 2016 at 5:26 pm #571438Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
#top .avia-post-nav { display: none !important; }
Best regards,
YigitJanuary 25, 2016 at 6:02 pm #571484Yigit okay?
This code hides all previews of all the galleries. That’s not what I want. I want to hide the side just a gallery. BIO gallery I do not want to appear on the sides when mousing.
January 25, 2016 at 6:19 pm #571511Hey!
Can you please create a screenshot for us, of what you want to do, honestly not easy to understand.
It will be really helpful for us, so we can provide you with quality supportBest regards,
BasilisJanuary 25, 2016 at 8:28 pm #571592In this page (http://www.ezkape1.hospedagemdesites.ws/2015/?portfolio=roof-of-africa), the lateral arrows carry preview gallery Photo next and previous gallery (left side). These galleries are created in PORTFOLIO ITEMS. Each gallery created carries these ends.
There is a gallery created called BIO I do not want to load the preview this side. I do not want this gallery to appear on the side. The rest of the galleries can carry. I do not want to charge the BIO gallery.
Gallery link BIO
http://www.ezkape1.hospedagemdesites.ws/2015/?portfolio=portfolio_bio_01You understand me?
January 26, 2016 at 9:28 pm #572373Hey!
Please add the below CSS in Enfold > General Styling > Quick CSS
.avia-post-nav { display:none; }
Regards,
VinayJanuary 26, 2016 at 9:34 pm #572375This code hides all galleries. I just want to hide the preview of BIO gallery I created.
January 28, 2016 at 9:35 pm #574108Hey!
then you need to define a unique css class to it at first. Check out this: kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Best regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.