Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1180398
    Utilitypole
    Participant

    Hi there,

    I’m running Version 4.6.2 of the X theme.

    I have two questions:

    1. How do I remove the feature image for a Portfolio Page’s IMAGES only? This 2-year old thread gives CSS customization instructions for removing Featured images for all portfolio items. Code below:

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

    The problem: I don’t want to remove it from my video items, because if I use the CSS mentioned in the link it removes the play button + thumbnail if a user clicks the portfolio item.

    2. Is it possible to set up the ‘Sort Portfolio’ button so it is expanded into the user-set categories as a default? Right now, the user must click the button in order to see the options.

    Here’s the link to my portfolio, in case it’s needed.

    #1180565
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    1. Please try adding this in your customizer > Custom > CSS:

    .single-x-portfolio .entry-featured ..entry-thumb{
        display: none;
    }

    2. Little confuse of what you want to achieve. Would you mind sharing us more details of what you want to achieve.

    You could try this CSS below:

    x-portfolio-filters-menu{
    display:block !important;
    }

    Let us know how it goes.

    Thanks.

    #1182486
    Utilitypole
    Participant

    Hi Nico,

    1. Unfortunately that line of code didn’t make any changes at all. I’m still seeing the blown-up, featured image in every image Portfolio
    EDIT: I found the solution in an old support thread! Question 1 of 2 is solved.
    https://community.theme.co/forums/topic/hide-featured-images-on-pagesposts-but-not-portfolio-items/

    2. I’m trying to change the default appearance of the ‘Sort Portfolio’ button.

    This image is how the button currently appears by default:
    http://imgur.com/tRw7RWL

    This is the new default view that I want. I want these options to appear automatically when my Portfolio page is opened up:
    http://imgur.com/r4t13tr

    I just want users to have the options open up in front of them automatically.

    #1182672
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit global CSS in the Customizer.

    
    body .x-portfolio-filters-menu {
        display:block !important;
    }
    

    Hope that helps

    #1183838
    Utilitypole
    Participant

    That did the trick! Thanks for your help, Paul R.

    #1184136
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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