psiteco
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Loading small images in Post Featured Image block@bozzmedia In case it is not yet working properly in WordPress, you can download the Gutenberg plugin. That solved the issue for me a couple months back.
Forum: Plugins
In reply to: [WP GPX Maps] Short codes not workingHi,
The plugin WP GPX Maps is working again on my website, after downgrading from PHP version 8 to version 7.4.
@msebald: could you check if this fix works for you as well?
Regards, Jeroen
Forum: Plugins
In reply to: [WP GPX Maps] Short codes not workingHi,
I’m facing the same issue. Maps that I uploaded with previous versions of WP GPX Maps work fine. But I cannot use shortcodes of the maps that I uploaded with the lastest version. It gives an error when trying to save the shortcode on a new page. I can save the shortcode on existing pages, but then the page hangs on the website.
The map itself is not the problem. I uploaded an exact copy of a map that works well with a previous version.
Regards, Jeroen
Forum: Fixing WordPress
In reply to: Loading small images in Post Featured Image blockThe Post Featured Image block is part of WordPress, so I guess there is no way to control the image dimension in the template.
After some more searching on the Internet, I found out that there is a pull request on the WordPress project to solve the issue: https://github.com/WordPress/gutenberg/pull/38044. So I’m looking forward now to the next WordPress release:-)
Forum: Fixing WordPress
In reply to: Loading small images in Post Featured Image blockUnfortunately the two suggestions don’t do the trick. I have applied both of them on the page https://www.allesreiziger.nl/frankrijk/. In the source you can see that the css is added to the page, but the images are still the full-blown original size.
Forum: Fixing WordPress
In reply to: Loading small images in Post Featured Image blockHi,
The original size of 2000×1333 px is for showing the images on full width in the blog posts. In the post grid with 3 columns, I would like to use the smaller size images that are automatically generated by WordPress.
In the Image block it works perfect. I can select thumbnail, medium large or original size in the WordPress editor. As an example I have selected large on this blog post and now it picks the 900×600 px images:
https://www.allesreiziger.nl/frankrijk/circuit-de-trecolpas/In the code of this example I noticed that the class size-large was set in addition to wp-block-image. So I added size-large as extra class in the WordPress editor for the Post Featured Image block on the page https://www.allesreiziger.nl/frankrijk/
The class is added to wp-block-post-featured-image in the code, but still it loads the ful size images.Any idea how I can get the sizing behavior of the Image block also working for the Post Featured Image block?
Thanks