![]() |
TonyM |
Hi,
I'm happy with the new functionality but still has a few things to improve.
1. Translate:
The number of products, posts, pages is not included in the translations. This is enforced by the conventions: NUMBER SOME TRANSLATION (e.g. 77 PRODUCTS FOUND). In some languages it is better if the number is in a different place. Someone may want to completely replace the number with another text.
2. Blog thumbnails
Photos are get too small and square aspect ratio. I propose to change from a thumbnails to a medium. Then the problem of cropping photos (wrong aspect ratio) and the quality of photos will be fixed.
In my case it is a change from the resolution of 150x150 to 300x192. This is a good compromise between the quality and weight of the photo.
Xstore core. Path: /plugins/et-core-plugin/app/models/customizer/class-ajax-search.php (line: 314)
'img' => get_the_post_thumbnail_url( $post->ID, 'thumbnail' ),
change to:
'img' => get_the_post_thumbnail_url( $post->ID, 'medium' ),
Activity Newest / Oldest
Jack Richardson
Status changed to: Done
Jack Richardson
Done !
Please, check all fixes and new features of latest update on -> xstore.8theme.com/update-history/
Regards, Jack Richardson
Jack Richardson
Status changed to: In progress
Jack Richardson
Status changed to: Planned