Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #2146073
Help me
Closed

Comments

  • huubangbkhn started the conversation

    Dear PenciDesign!

    How to make images displayed in LATEST POSTS smaller?

    Thanks!

  •  501
    Penci replied

    Hi,

    Please go to Customize > Addtional CSS then add custom css to do that

    .penci-grid li.list-post .item>.thumbnail {
        max-width: 370px;
    }
    .penci-grid li.list-post .item .content-list-right {
        padding-left: calc(  370px + 30px );
    }

    You can change width 370px to any width you want


    Best Regards,

    PenciDesign


  • huubangbkhn replied

    The soledad theme cuts the original photo into many other photos. I only use Featured Slider Style 22, 23 and Homepage Layout: List post, Magazine Style 1, Magazine Style 2, which image sizes do I need to retain?

    And is this custom css usable?

    .penci-grid li.list-post .item>.thumbnail {
        max-width: 370px;
    }
    .penci-grid li.list-post .item .content-list-right {
        padding-left: calc(  370px + 30px );
    }
  • huubangbkhn replied

    How to prevent Soledad theme from cutting original photos into other images? For example I do not want to have image size: 780 * 512; 585 * 390; 585 * 585; ...

  •  501
    Penci replied

    Hi,

    Please go to function.php then remove code add image size before line 91  

    http://prntscr.com/p4s81p

    add_image_size( 'penci-full-thumb', 1170, 99999, false );
    add_image_size( 'penci-slider-thumb', 1170, 663, true );
    add_image_size( 'penci-magazine-slider', 780, 516, true );
    add_image_size( 'penci-slider-full-thumb', 1920, 800, true );
    add_image_size( 'penci-single-full', 1920, 0, false );
    add_image_size( 'penci-thumb', 585, 390, true );
    add_image_size( 'penci-masonry-thumb', 585, 99999, false );
    add_image_size( 'penci-thumb-square', 585, 585, true );
    add_image_size( 'penci-thumb-vertical', 480, 650, true );
    add_image_size( 'penci-thumb-small', 263, 175, true );

    Best Regards,

    PenciDesign


  • huubangbkhn replied

    Hi,

    I removed code add image size as in the attached file. I just keep the code:
    add_theme_support ('post-thumbnails');

    But there are still two image sizes created: 640 * 640 and 768 * 512.
    Can these two image sizes be removed? How to delete it?


  •  501
    Penci replied

    Hi,

    It appears that two size not come from  soledad theme. Please check add plugin on your site.

    Best Regards,

    PenciDesign

  • huubangbkhn replied

    Hi,

    Please check again!

    I removed code add image size as in the attached file. I just keep the code: add_theme_support ('post-thumbnails');

    But there are still image size created:  768 * 512. Can these image size be removed? How to delete it?

    I just install 3 plugin: Penci Shortcodes; Penci Soledad Demo Importer; Vafpress Post Formats UI.

    Thanks!

  •  501
    Penci replied

    Hi,

    Please send me: 

    - Your admin url 

    - Your admin account ( username and password ) 

    - Your FTP account ( include FTP host, FTP username, FTP password ) - or your hosting account. 

    In a private reply.

    I will check it help you. 

    Best Regards,

    PenciDesign

  • huubangbkhn replied

    I am interested in the Soledad theme. And I intend to buy the Soledad theme. I see your friend's website the original image was cut off like that.

    I want to use: Featured Slider Style 22, 23 and Homepage Layout: List post, Magazine Style 1, Magazine Style 2. Does removing this code affect anything?

    add_image_size( 'penci-full-thumb', 1170, 99999, false ); 
    add_image_size( 'penci-slider-thumb', 1170, 663, true ); 
    add_image_size( 'penci-magazine-slider', 780, 516, true ); 
    add_image_size( 'penci-slider-full-thumb', 1920, 800, true ); 
    add_image_size( 'penci-single-full', 1920, 0, false ); 
    add_image_size( 'penci-thumb', 585, 390, true ); 
    add_image_size( 'penci-masonry-thumb', 585, 99999, false ); 
    add_image_size( 'penci-thumb-square', 585, 585, true ); 
    add_image_size( 'penci-thumb-vertical', 480, 650, true ); 
    add_image_size( 'penci-thumb-small', 263, 175, true );
    

    Thanks!

  •  501
    Penci replied

    Hi,

    I checked on layout you use on your site

    It use image size

    1. 'penci-magazine-slider': 780, 516
    2. 'penci-thumb': 585, 390
    3. 'penci-full-thumb':  1170, 99999

    Please  don't remove  3 image size above

    Best Regards,

    PenciDesign

  • huubangbkhn replied

    Thank you! :D


  • huubangbkhn replied

    Soledad theme: How to insert Related Posts in posts? With 2 types: Grid and List.

    Thank you!

  •  501
    Penci replied

    Hi,

    Unfortuately, curently, soledad theme doesn't support  Related Posts  with Grid and List layout

     We will consider to add more this feature in the next update version of PenNews. I'm not sure it will be added but i'm sure we will consider about this.

    Best Regards,

    PenciDesign