Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1318813
    Mihai
    Participant

    Hey there,

    I’ve recently built a school website, with courses organised into Portfolio categories.
    The problem I have is with just one of the categories. It displays differently from the others. For example, the layout is full, the others include a sidebar. Also, I used CSS to hide the Featured Images, but they still come up on this specific category.

    Regular category example: http://micomputsolutions.co.uk/courses-category/apprenticeship-courses/

    Category with errors: http://micomputsolutions.co.uk/courses-category/health-and-care-skills/

    Any idea why this is happening?

    X Version: 4.6.4
    Cornerstone Version 1.3.3
    WordPress 4.7

    Note: I used the plugin “Post Type Switcher” to change some posts to portfolio items. https://wordpress.org/plugins/post-type-switcher/

    Thank you,
    Mihai

    #1319125
    Darshana
    Moderator

    Hi there,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer to hide the Featured image.

    
    .tax-portfolio-category .entry-featured {
        display: none;
    }
    

    To check the layout issue, we require your login credentials.

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

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