Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1025805
    Sarah W
    Participant

    is it possible to have a portfolio item that is an envira gallery.
    By that, I mean for it to show up as an Envira Gallery when you’ve clicked on the portfolio item.
    At the moment if I specify gallery in the portfolio item page it just shows everything
    bunched up on the right with a huge white space on the left.

    Thanks

    #1025806
    Sarah W
    Participant
    This reply has been marked as private.
    #1026345
    Christopher
    Moderator

    Hi there,

    You can add envira gallery to portfolio items.

    To make it full width and hide featured image, please add following code in Customize -> Custom -> CSS :

    .single-x-portfolio .entry-wrap {
        width: 100%;
    }
    .single-x-portfolio .entry-featured{
    display:none;
    }
    

    Hope that helps.

    #1027774
    Sarah W
    Participant

    Thank you

    #1027910
    Christian
    Moderator

    You’re welcome, Sarah.

  • <script> jQuery(function($){ $("#no-reply-1025805 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>