-
AuthorPosts
-
April 6th, 2017 at 10:07 #43747webmastertvPower User
After upgrading to version 1.3.1 from 1.3.0 I have a problem with the featured images of the posts.
The images are bigger (to much) on the production site than in the back office (theme customization)?
I regenerated thumbnails, but that does not fix the problem. I have the same worries on the production site as the development site. I checked all the settings but nothing.I don’t use Auto Select Images From Posts Content but wordpress Featured Image.
An idea ??
Website: techvorace.com
April 6th, 2017 at 11:14 #43757ZedCryout Creations mastermindDid you use the theme’s recommended regeneration plugin or another plugin? If you used a different plugin, please regenerate the thumbnails once more with the Force Regenerate plugin and let us know how that goes.
Edit: I also notice the images you use are very small. The theme’s featured image functionality was always intended to be used with images that are large enough to fill the featured image area.
- This reply was modified 7 years ago by Zed.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.April 6th, 2017 at 14:46 #43772webmastertvPower UserHello Zed thanks for your help.
Yes, i use Force Regenerate Thumbnails plugin. So i ran the plugin once again, but no difference ?
featured images on website are resized:
Website
I checked all the parameters of the theme, some corrections, but no change.
On the other hand, I saw that there is an update of Fluida again?
- This reply was modified 7 years ago by webmastertv. Reason: picture error
- This reply was modified 7 years ago by webmastertv.
- This reply was modified 7 years ago by webmastertv.
April 6th, 2017 at 14:51 #43776webmastertvPower UserThis is backoffice
PS: I updated to 1.3.1.1, on dev site no difference….but haven’t seen changelog.
- This reply was modified 7 years ago by webmastertv.
- This reply was modified 7 years ago by webmastertv.
- This reply was modified 7 years ago by webmastertv.
April 7th, 2017 at 08:37 #43791webmastertvPower UserAfter launching Force Regenerate Thumbnails again, no improvement.
In fact all featured images are enlarged on the website compared to the live view in the theme customization.I tried to select a larger image as featured image but no result.
I have not upgraded the production site with version 1.3.1.1 for the moment (still in 1.3.1).
Website: techvorace.com
April 10th, 2017 at 11:47 #43866webmastertvPower UserWell i spent my week-End to resize or change all my featured images manually.
I expect you won’t change the format again @ next release.
Please let me know the differences between 1.3.1 and 1.3.1.1.
Regards
April 27th, 2017 at 18:55 #44381ZedCryout Creations mastermindAs you are using the featured images in a very special way (which we didn’t really intend to be used in the theme), I recommend you update to the 1.3.2 release and add this line of code in your child theme’s functions.php file to disable the newly added srcset functionality:
add_filter( "fluida_featured_srcset", __return_false );
This should restore the images to the old behaviour.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.May 18th, 2017 at 10:34 #45129webmastertvPower UserHello Zed,
As you are using the featured images in a very special way (which we didn’t really intend to be used in the theme)
I am using featured images by adding a featured image in WordPress, and i am awaiting Fluida to use these images as featured images in homepage for each post (am using wordpress default homepage as landing page).
Please, only tell us how to use it, and maybe what is the good initial size for these images, so they are nor deformed by fluida ?
Thanks
May 20th, 2017 at 17:39 #45639ZedCryout Creations mastermindBy special I meant in a way that we did not generally consider featured images will be displayed in. I wasn’t referring to how they are assigned.
Most of your images are smaller than the areas they appear in. The new srcset feature will cause the images to enlarge to fill up the area on all browsers that support srcsets. Large enough images will be displayed at their normal proportions.
There is no recommended size as the best values for your site will depend on the theme options you’ve set:
– featured image height is directly configurable in the options;
– featured image width is a result of the number of columns posts are displayed in, the presence (or absence) of sidebars and the configured total site width;Using the filter I mentioned previously will disable the srcset functionality and the images will return to their previous behaviour.
If you like our creations, help us share by rating them on WordPress.org.
Please check the available documentation and search the forums before starting a topic.May 20th, 2017 at 17:55 #45645webmastertvPower UserOk, ZED, tank you for your answer.
I will try to update to 1.3.3 with the filter you mentioned above on dev environment
I will give a feedback quickly.
EDIT:
So i tested on DEV and it was OK.
So i have done it on production and it is OK.
So i am happy, so i subscribe to priority support.
regards
- This reply was modified 7 years ago by webmastertv. Reason: Results
-
AuthorPosts
The topic ‘Problem featured images after upgrading 1.3.1’ is closed to new replies.