Skip to content
Public Ticket #9369

Help me

Conversation thread

Penci Design replied

Staff Reply

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

huubangbkhn replied

Customer Reply

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

Thank you!

huubangbkhn replied

Customer Reply

Thank you! :D

Penci Design replied

Staff Reply

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

Customer Reply

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!

Penci Design replied

Staff Reply

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

Customer Reply

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!

Penci Design replied

Staff Reply

Hi,

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

Best Regards,

PenciDesign

huubangbkhn replied

Customer Reply

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?

Penci Design replied

Staff Reply

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

Customer Reply

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

huubangbkhn replied

Customer Reply

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 );
}

Penci Design replied

Staff Reply

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 started the conversation

Conversation Start

Dear PenciDesign!

How to make images displayed in LATEST POSTS smaller?

Thanks!

Want to join this conversation or access attachments? Sign in first.