Tagged: x
-
AuthorPosts
-
November 4, 2016 at 7:55 pm #1244590
Dale TParticipantI am using Agency expanded demo.
I have three issues I am trying to resolve with the portfolio.
1. I am using images that are 300×300. However, the portfolio is cropping the images.
2. I would like to have the background on the images white. I currently have transparent backgrounds; however, they are showing against a black background.
3. How do I remove paging in the portfolio? I would like to have the categories. Just remove the paging.Please see the attached image.
Thank you so much for the help!
November 5, 2016 at 3:02 am #1244790
ChristopherModeratorHi there,
#1 Please disable ‘Cropped Featured Images’ option under Customize -> Portfolio.
#2 & #3 Please add following code in Customize -> Custom -> Global CSS :
ul.x-portfolio-filters-menu.unstyled { display: block !important; } a.x-portfolio-filters.cf { display: none; } .h-entry-cover:before { background-color: rgba(255,255,255,0.5); }Hope it helps.
November 8, 2016 at 6:47 am #1248577
Dale TParticipantThank you so much! Sorry for the delayed response. I didn’t get a notification of your response.
Dale
November 8, 2016 at 6:59 am #1248588
Dale TParticipantThis reply has been marked as private.November 8, 2016 at 8:02 am #1248667
JoaoModeratorHi There,
Please add the following code to Appereance > Customizer > Custom > CSS
.x-iso-container.cols-4 .entry-cover { background-size: contain !important; background-color: white !important; } .x-pagination a { display: none; }Hope that helps
Joao
November 8, 2016 at 9:15 am #1248771
Dale TParticipantThat worked! Thank you!
November 8, 2016 at 9:52 am #1248807
Prasant RaiModeratorYou are most welcome. 🙂
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1244590 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
