Incompatibility with Genesis Framework?
-
Hi,
Is the firs time I try this plugin within a theme that I develop using Genesis Framework. Here is the test site.
I install the plugin, activate it, regenerate the thumbnails, but nothing happened. Nosrcset
attribute, no responsive image. Can you help? Thanks.
I even add a new post to the current ones, but still nothing.
I use the current image formats in my functions.phpupdate_option( 'thumbnail_size_w', 215, true ); update_option( 'thumbnail_size_h', 135, true ); update_option( 'medium_size_w', 300, true ); //mobile single update_option( 'medium_size_h', '', true ); update_option( 'large_size_w', 800, true ); //desktop single update_option( 'large_size_h', '', true ); add_image_size('grid-thumbnail', 215, 135, true); //loop thumbnail add_image_size('mobile-thumbnail', 300, 188, true); //loop thumbnail mobile add_image_size('sidebar-thumbnail', 336, 194, true); //single sidebar
I use a custom grid loop and I call the grid-thumbnail in it. Is that the reason?
'grid_image_size' => 'grid-thumbnail',
Thank you in advance,
Gabrielhttps://www.ads-software.com/plugins/ricg-responsive-images/
Viewing 8 replies - 1 through 8 (of 8 total)
Viewing 8 replies - 1 through 8 (of 8 total)
- The topic ‘Incompatibility with Genesis Framework?’ is closed to new replies.