Okay
  Public Ticket #149649
Gallery Slider
Closed

Comments

  • JB started the conversation

    Hi! Thanks for your work ;) I just update to V3. About Portfolio Item, I have a gallery slider, so I checked "Hide Features..." and "Gallery Slider", but now, as you see, control arrows appear on top. I will try to hide them by coding, maybe have you got a solution before ? thanks

  • JB replied

    I tried to solve this issue on another Portfolio item by adding custom css.

    .postid-X #post-area .flex-gallery:first-child {display:none}
    .postid-X .container-wrap {padding-top: 0px!important}

    and I always have to add by myself the html template for a gallery inside a post because I have a parallax header, I know it's a lot of work but if you have the time to solve this problem it would be easier to use gallery.

  • JB replied

    ok, I activated the Visual Composer to edit my portfolio item, so I can use the jquery gallery which work better ;) and I unchecked "Gallery Slider".