Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #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_01

    IMAGE LINK
    http://www.screencast.com/t/c6L1PGiKC8K3

    #569719

    Hey mleite1!

    Add this to a codeblock element to your page content.

    <style type = "text/css">
    .avia-post-nav { display: none !important; }
    </style>

    Best regards,
    Elliott

    #569926

    Hello, thanks for the feedback.

    I do not know where to place this code. Can you help me?

    #569965

    I 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/c6L1PGiKC8K3

    #571077

    Hi,

    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,
    Rikard

    #571331

    What 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.

    #571413

    My 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_01

    IMAGE LINK (preview thumbs) – I want to hide BIO gallery. Just BIO gallery.
    http://www.screencast.com/t/c6L1PGiKC8K3

    #571438

    Hey!

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

    #top .avia-post-nav { display: none !important; }

    Best regards,
    Yigit

    #571484

    Yigit 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.

    #571511

    Hey!

    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 support

    Best regards,
    Basilis

    #571592

    In 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_01

    You understand me?

    #572373

    Hey!

    Please add the below CSS in Enfold > General Styling > Quick CSS

    
    .avia-post-nav {
    display:none;
    }
    

    Regards,
    Vinay

    #572375

    This code hides all galleries. I just want to hide the preview of BIO gallery I created.

    #574108

    Hey!

    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

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.