Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #819903
    Marcin Dudek
    Guest

    Hi,

    I’m a plugin developer from CreativeMinds. One of our most successful plugins CM Tooltip Glossary, which allows to dynamically add tooltips and links to the glossary to the words in the content, unfortunately, doesn’t work well with Avia Builder. This is because the parser we’re using to find the words automatically closes the unclosed tags, and breaks the layouts.

    The fix to the problem is actually quite easy, but requires the change in the theme-builder.php – we need a filter/hook after all of the tags have been properly closed.

    It would be great if you could incorporate the change in one of your future releases. Our clients often ask us for the theme recommendations, so we’d love to be able to recommend Enfold if it was fully compatible with one of our flagship products.

    Best regards,
    Marcin

    #819979

    Hey Marcin,

    Thanks for reaching out, I’ve notified Kriesi about this. Please wait for his answer :-)

    Best regards,
    Rikard

    #953296
    Marcin Dudek
    Guest

    Hi,

    It’s almost 10 months already, and another customer asking for the same change because they updated the theme. And it would just require literally 3 lines of code to solve this.

    I’d really appreciate if a dev from Kriesi finally contacts me.

    Thanks,
    Marcin

    #953329

    Hey,

    We have informed our devs. Please kindly wait to hear from them.

    Regards,
    Yigit

    #953333

    Hey!

    Could you please provide a more detailed info where exactly you want to have the filter?

    Regards,
    Günter

    #953335
    Marcin Dudek
    Guest

    Hey,

    I’ve added the link to the file with the changes I made in the Private Content section.
    Basically, the idea is to be able to filter the output of the Avia Builder to display the tooltips in the content.

    Thanks,
    Marcin

    #953400

    Hi,

    I contacted Kriesi – and also my opinion:

    At the moment we are heavily working on improving Enfold. It sound good to have a filter like this and in future we might add something to allow it – but not at the moment. I will put it in our enhancement list.

    Meanwhile you can use a child theme – copy the file in the child theme directory and make the changes. Or add the modified version to your plugin and hook into WP template loading.

    This file is not changed very often – so it should not be a problem to stay compatible.

    Best regards,
    Günter

    #953402
    Marcin Dudek
    Guest

    Hi,

    Well, honestly I hoped it won’t be a problem to just add such a small, simple and non-conflicting change to the code fast. But I guess we’ll continue suggesting the child-theme hack. Just hope it won’t take another 10months to add a filter :)

    Regards,
    Marcin

    #960763

    Hi!

    We added the filters:

    ava_before_content_templatebuilder_page
    ava_after_content_templatebuilder_page

    Should be in release 4.4.1.

    Regards,
    Günter

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.