Plugin Contributor
Lap
(@lapzor)
Hi Marcel,
In the code inspection I don’t see any content in the box at all.
Could you show me a screenshot of this box in your backend where I can see what you’ve put in the box as content?
You can upload the screenshot to a service like https://imgur.com/ and share the link here. Thanks!
Hi, here’s some screenshots of the back and front end.
Backend: http://i.imgur.com/9FlawxG.png
Frontend: http://i.imgur.com/ESymv05.png
Hey Marcel (!),
It looks like the content of your box isn’t properly getting through to the frontend. Do you have any filters in place on the_content or boxzilla_box_content which could cause this to happen?
Hey Danny (!!),
Aha!
Yes
A client is using an plugin to support Autorespond forms, and I have added a filter to make it possible to put a shortcode of that plugin in a boxzilla box.
Here is the function that’s added to the filter: https://gist.github.com/mbootsman/c00eeefa08e6468865601e91964a3328
And here’s the add filter statement:
global $nl_autorespond_plugin;
add_filter(‘boxzilla_box_content’,array(&$nl_autorespond_plugin,’nl_autorespond_replaceForm’));
Do you have any idea why this goes wrong?
Hey @mbootsman,
So sorry for not updating you but hopefully you’ve been so busy walking to Berlin and doing other cool stuff that you didn’t notice – but this should have been fixed by now right? I believe we pushed an update soon after hearing about this from you, but forgot to update this topic.
Let us know if it’s still not working please.
Yes, it’s fixed 🙂
Thanks!
Plugin Contributor
Lap
(@lapzor)
Awesome, Thanks for letting us know.