Hi Ben,
Thanks, the plugin is working.
But, it doesn’t pass HTML Validation. The error :
When the srcset attribute has any image candidate string with a width descriptor, the sizes attribute must also be present
How to overcome this ?
It Doesn’t work for me and i’m becoming crazy to understand why!
The images are linked for default to a Thumbnail category in my theme …for example :A,B,C
The plugin link a new group to this specific category to set for everybreakpoint new sizes. For example :C,D,E
It looks like if it works , it creates all the srcset attributes but if I link category A to a new category D, it will show for every breakpoint only the image A, and showing in SRCSET all the other possibilities for different breakpoint, even if we have to use the image D.
Is it possible that it depends from something specific in my theme?
]]>I noticed that in a specific case an problem can occur that images in the media library will give an error after a upload. This is because of an error in adaptive-images-script.php line 86.
Replace
} else {
with
} else if ( isset( $_COOKIE[‘resolution’] ) ) {
and the problem is fixed.
]]>Could SrcSet group’s attribute be applied to images utilized by other plugins, like Metaslider for example?
]]>You’re using PictureFill 2.1.0 which contains an error that causes IE8 and lower to throw an error. This has been fixed in later versions of PictureFill. Please update so we server older browsers in the off case someone actually uses them.
]]>Hi guys,
I installed your plugin on a system using Sage, which has a rather unstandard folder structure but I am getting the following errors on every page. I’m using the latest version of wordpress 4.2.2.
Warning: Invalid argument supplied for foreach() in /home/simon/public_html/af2015/web/app/plugins/truenorth-srcset/tn-srcset.php on line 73
Warning: Invalid argument supplied for foreach() in /home/simon/public_html/af2015/web/app/plugins/truenorth-srcset/inc/ReduxConfig/ReduxConfig.php on line 310
]]>Warning: Invalid argument supplied for foreach() in /home/simon/public_html/af2015/web/app/plugins/truenorth-srcset/tn-srcset.php on line 73
Warning: Invalid argument supplied for foreach() in /home/simon/public_html/af2015/web/app/plugins/truenorth-srcset/inc/ReduxConfig/ReduxConfig.php on line 310
]]>Try to install the plugin, got error:
Parse error: syntax error, unexpected T_STATIC in [rootpath]/wp-content/plugins/truenorth-srcset/class.tn-srcset.php on line 219
]]>hi
i have the plugin active, but did not make a source set. Now i get an PHP Warning.
Can you fix it, please?
PHP Warning: Illegal offset type in isset or empty in …/plugins/truenorth-srcset/class.tn-srcset.php on line 315
PHP Warning: Illegal offset type in isset or empty in …/plugins/truenorth-srcset/class.tn-srcset.php on line 328
Best regards gongl
]]>is is possible to use your plugin with a shortcode in my theme like this for example?
[srcset attatchment_id=”xxx” image_size=”full”]
Best regards
gongl
]]>Hello
I tried your plugin, but for some reason it did not work for me.
I uninstalled it, but I can still see srcset being added.
How do I remove this completely ?
Do you add this to wp_options table in DB ?