I want to change the 'After' overlay label to make use of PHP variables, so I set no_overlay to true, and then hardcode my overlay in the HTML markup as this:
However, because of this I now get two instances of the overlay displayed, the normal one, and my hardcoded one. I see this is because it is looking for the div with class twentytwenty-overlay, regardless of the option set.
I should be allowed to disable the default overlay, and show my hardcoded one surely?
I want to change the 'After' overlay label to make use of PHP variables, so I set
no_overlay
to true, and then hardcode my overlay in the HTML markup as this:However, because of this I now get two instances of the overlay displayed, the normal one, and my hardcoded one. I see this is because it is looking for the div with class
twentytwenty-overlay
, regardless of the option set.I should be allowed to disable the default overlay, and show my hardcoded one surely?