Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Steve Truman

    (@a3rev)

    Hello Peter

    Merry Christmas. Good suggestion thanks. We will add support for PHP tag in the next version. Developers can actually add lazy load to their theme now via the filter:

    Example if original php code is like this:
    <?php echo '<img src="..." class="..." ... />'; ?>

    Edit that to include the filter and a3 lazy load will apply
    <?php echo apply_filters( 'a3_lazy_load_html', '<img src="..." class="..." ... />' ); ?>

    But we will add support for that as a PHP tag to make it even easier.

    This will be in version 1.1.0 along with:
    * Launch of the public Github repo so devs can contribute to the code * Docs
    * Localizations repo on transifex https://www.transifex.com/

    Steve

    Plugin Author Steve Truman

    (@a3rev)

    Hello Peter,

    Just a follow up – we did get version 1.1.0 out yesterday – unfortunately your php tag suggestion did not make the list of new features in that release.

    Will be in the next version – thanks – Steve

    Plugin Author Steve Truman

    (@a3rev)

    Hi Peter

    Just an update – we have not added your suggestion as yet – but just letting you know that it is still on the plugins development roadmap – Thanks – Steve

    Thread Starter Peter Raschendorfer

    (@smartwarecc)

    Thanks for update

    Plugin Author Steve Truman

    (@a3rev)

    Hi Peter

    Just to update you again – A major a3 lazy Load Feature Upgrade version 1.4.0 was released yesterday and sadly your feature request has still not made it to release – rest assured that it is still on the development roadmap and will make it into a future release.

    I think you will like the new a3 Plugin Framework mobile first admin user interface. We are currently in the process of rolling it out to the 51 plugins that we have built on the framework so if you have any of our other plugins you will see the same interface make its way into all of them over the next 2 to 4 weeks.

    Regards
    Steve

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Suggestion for enhancement’ is closed to new replies.