Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Sed Lex

    (@sedlex)

    Hi,

    When a page is displayed, each plugin is call turn by turn.
    I believe that my plugin is called first, modify the displayed HTML to enable the zoom.
    Then, the Advanced Custom Fields WYSIWYG plugin may be called and modify in its own way the html … and delete my modification…

    What happen if you deactivate Advanced Custom Fields WYSIWYG ?

    Thread Starter icakeov

    (@itucakov)

    Hi Sed Lex, thanks for the response, I use ADCF to create columns that display content on the website. (I use this to create columns for my client) So if I deactivate it, then any of the content won’t display at all.
    Is there a way for me to add some code into the HTML directly in the code? maybe that would help?

    Plugin Author Sed Lex

    (@sedlex)

    If you modify the HTML in the post, I assume that it will be deleted when the ADCF is called …
    I am not very use with that plugin
    Normally, the link to the image should contains a class named gallery_colorbox after the execution of my plugin

    For instance <a href="https://domain/img.jpg" class="gallery_colorbox">

    Thread Starter icakeov

    (@itucakov)

    Great that worked! It didn’t override it!
    Thanks Sed Lex!

    Plugin Author Sed Lex

    (@sedlex)

    Your welcome … but it is still strange that work … I will look at it …

    Thread Starter icakeov

    (@itucakov)

    Thanks, it would be good to know if there is a way around it, as I’ll let my client continue using the website and in the future she won’t know about adding that bit of code..

    Plugin Author Sed Lex

    (@sedlex)

    The next version should correct this problem

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘mage Zoom plugin not working in the Advanced Custom Fields WYSIWYG’ is closed to new replies.