Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1244590
    Dale T
    Participant

    I 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!

    #1244790
    Christopher
    Moderator

    Hi 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.

    #1248577
    Dale T
    Participant

    Thank you so much! Sorry for the delayed response. I didn’t get a notification of your response.

    Dale

    #1248588
    Dale T
    Participant
    This reply has been marked as private.
    #1248667
    Joao
    Moderator

    Hi 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

    #1248771
    Dale T
    Participant

    That worked! Thank you!

    #1248807
    Prasant Rai
    Moderator

    You are most welcome. 🙂

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