Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1130617
    amaritrading
    Participant

    Hi team,

    the pictures on the portfolio page on http://www.amaritrading.de/portfolio are messed up since one of the latest updates.

    The portfolio page shows only a part of the picture, not the entire picture, while filing out the frame.

    Also, when viewing this page on different size screens (tablet, phone, etc), the pictures crop more and won’t fill the visible picture frame anymore.

    Kindly advise simple solution as I am a beginner.

    Thank you
    Amari

    #1130619
    amaritrading
    Participant
    This reply has been marked as private.
    #1130629
    Nabeel A
    Moderator

    Hi there,

    Thanks for writing in! Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .x-iso-container-portfolio .entry-featured {
        height: auto !important;
    }

    Let us know how this goes!

    #1139587
    amaritrading
    Participant
    This reply has been marked as private.
    #1140067
    Rad
    Moderator

    Hi there,

    It’s perfectly working, and you shouldn’t add this

    .x-iso-container-portfolio .entry-featured {
    
    height: 300px;
    
    }

    Are you referring to images size? Those images are cropped and no CSS can change them. It’s only fixable through PHP coding and templates. Would you mind providing your admin login credential as well? I like to see the crop option in the customizer.

    Thanks!

    #1140337
    amaritrading
    Participant

    Hi,

    the pictures are full pictures and show as full pictures on the portfolio-item pages. On the portfolio page however, there is only a part of the picture visible in the frame. (this is only so after one of the later updates, pictures showed in full before update).

    1. When looking at portfolio page on tablet or phone, the pictures won’t even fill the frame anymore on top of not being the full picture.

    What to do??

    2. Also, where are the layout options for the portfolio page? I’d like to edit it with text, change the order of the pictures, have subheadlines etc…

    Thank you.

    #1140339
    amaritrading
    Participant
    #1140573
    Nabeel A
    Moderator

    Hi again,

    Try adding the following code in your Customizer:

    .x-face-graphic img {
        width: auto !important;
    }

    You can find the Portfolio options via Appearance > Customize > Portfolio

    Hope this helps!

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