Fragment caching using 3CX Live Chat and Talk plugin
-
We would like to use the 3CX Live Chat and Talk plugin using the mfunc setting using the W3TC caching plugin.
For some reason we get error 50 when using the following code in our template (Changed the id in this example):
<!– mfunc <?php echo W3TC_DYNAMIC_SECURITY; ?> –>
echo do_shortcode(‘[3cx-clicktotalk id=”0000″ title=”Chat and call with Support”]’);
<!– /mfunc <?php echo W3TC_DYNAMIC_SECURITY; ?> –>While the following code is working fine:
<!– mfunc <?php echo W3TC_DYNAMIC_SECURITY; ?> –>
echo date(“H:i:s”);
<!– /mfunc <?php echo W3TC_DYNAMIC_SECURITY; ?> –>To make sure it is not an issue with shortcodes we tested the following code, which is working fine as well (changed the ID):
<!– mfunc <?php echo W3TC_DYNAMIC_SECURITY; ?> –>
echo do_shortcode(‘[contact-form-7 id=”00″ title=”Contact form”]’);
<!– /mfunc <?php echo W3TC_DYNAMIC_SECURITY; ?> –>So the issue looks like to be an compatibility issue between fragment caching and the 3CX Live Chat and Talk plugin.
Do you have solution for this?
The page I need help with: [log in to see the link]
- The topic ‘Fragment caching using 3CX Live Chat and Talk plugin’ is closed to new replies.