• The Changelog for this version mentions this code: To retrieve the srcset array, us tevkori_get_srcset_array( $id, $size ). Three questions:

    1. Is this mandatory, or just optional ?
    2. Does the plugin take care of it automatically, OR do I have to input it ?
    3. If I have to input it; where do I place this ?

    (This might sound like a dumb question, but I’m basically a Plug-N-Play, or Copy & Paste type creature).

    https://www.ads-software.com/plugins/ricg-responsive-images/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Shapeshifter 3

    (@shapeshifter-3)

    Question #4:

    Also, would it be better to DISABLE the older version and COMPLETELY DELETE it, BEFORE installing the new version? Do some of the older components of code remain, if the current plugin is just updated ?

    Plugin Contributor Joe McGill

    (@joemcgill)

    You should be able to upgrade without any problems. If you were previously using the included function tevkori_get_src_sizes($id, $size) in any of your theme templates, you should now use tevkori_get_srcset_string( $id, $size ); instead. The former will still work for now, but is being depreciated. If you are not using that function, then you have nothing to worry about at all.

    Thread Starter Shapeshifter 3

    (@shapeshifter-3)

    Joe,

    Thank you for your quick response. I was NOT using the older line code in any of my Theme’s templates, but if I decide to do so in the future:

    1. What benefits would I get out of doing that, and
    2. Where would I place the new line of code (in the Parent or Child Theme, and in what file)?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Is the New Version 2.1.0 Automatic, or Have to Be Configured ?’ is closed to new replies.