Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1031582
    lisacole1
    Participant

    Hi

    I can’t get the portfolio items to show up in the gallery.

    I have a page called ‘gallery’ that is set to layout portfolio, all categories, 3 columns, use global content layout
    http://www.carolinecasswell.co.uk/gallery/

    x and plugins are up to date

    I have 2 portfolio items, both in the bowls category

    each one has an image and a thumbnail
    media type is image
    featured content – one is media, one is thumbnail
    category is ticked

    I’ve disabled Jetpack in case it was conflicting and it’s made no difference.

    Any ideas appreciated

    #1032151
    Joao
    Moderator

    Hi There,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password
    – FTP credentials

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks

    #1033449
    lisacole1
    Participant
    This reply has been marked as private.
    #1033493
    Rue Nel
    Moderator

    Hello There,

    Thank you for providing the login credentials. After a few minutes of investigation, it turns out that you have added this custom css code:

    .single-post .entry-featured, 
    .single-x-portfolio .entry-featured, 
    .page .entry-featured {
        display: none;
    }

    This code hides the feature media on all pages. Even in the portfolio page, the featured media is hidden. To override this and make sure that it will display when you are using the Layout – Portfolio page template, please add the following css code in the customizer, Appearance > Customize > Custom > CSS or insert this code in your child theme’s style.css (if you are using a child theme)

    body.page-template-template-layout-portfolio .site .entry-featured {
        display: block !important;
    }

    http://prntscr.com/be5z46

    Hope this helps. Kindly let us know.

    #1035455
    lisacole1
    Participant

    perfect! thank you!

    #1035556
    Paul R
    Moderator

    You’re welcome! 🙂

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