Tagged: x
-
AuthorPosts
-
September 18, 2016 at 2:26 pm #1180398
UtilitypoleParticipantHi 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.
September 18, 2016 at 7:10 pm #1180565
NicoModeratorHi 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.
September 19, 2016 at 8:51 pm #1182486
UtilitypoleParticipantHi 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/tRw7RWLThis 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/r4t13trI just want users to have the options open up in front of them automatically.
September 20, 2016 at 1:10 am #1182672
Paul RModeratorHi,
You can add this under Custom > Edit global CSS in the Customizer.
body .x-portfolio-filters-menu { display:block !important; }Hope that helps
September 20, 2016 at 6:35 pm #1183838
UtilitypoleParticipantThat did the trick! Thanks for your help, Paul R.
September 20, 2016 at 10:10 pm #1184136
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1180398 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
