wordyad
Forum Replies Created
-
Same issue here, please rectify ASAP. It produces 56 depreciated msgs on every page of my site meaning I can’t test it with debug enabled!
This can be closed, I see the answer seems to be a “no”.
Amazing thanks so much Laura! All working now ??
Hi Adam
Thanks so much, you were right, our theme was missing wp_footer()!
So with that in place it now renders. However, just one final thing, it seems to be missing some of it’s styling. It’s odd, most of the styling is there, ie the form inputs don’t show as generic html inputs, they are clearly styled. Yet the select list for example has a transparent background when clicked. Some padding is odd too.We haven’t had forms on this theme before so it’s not that we have lots of styles overriding the default html input elements.
Is there anything obvious to check or enforce here to make sure your own styles come through ?
Thanks
AdamHi Amin thanks so much for the quick response, really appreciated! So yes you are correct, there is no trace of the form code on the page. It’s not specific to this page, I’ve tried the same short code on other pages and the standard post object.
I’ve now tried enabling AJAX method as well as the other option there for preventing page caching. Neither make any difference at all.
Just to clarify, the code on our standard page template is very simple and not doing anything odd…
// Get the content
$content = get_the_content();$content = apply_filters('the_content', $content);
echo $content;How can we further troubleshoot this ?
What I’ve seen is that testing in incognito browser sessions usually fixes the issue for me. So this is why some users don’t see the issue, it does seem to also be related to a cookie.
I’ve tried deleting them one at a time and it seemed to show that the “wordpress-settings-1” cookie, once deleted allowed my normal browser session to start loading the page again. This is even more confusing to me because this is a cookie used just for admin settings in theory. Anyhow, ignoring the admin part, is there anything in a cookie that could alter how your plugin works and could possibly cause an issue if not set correctly ?Forum: Plugins
In reply to: [Lightbox with PhotoSwipe] How do I create a new theme/skin ?Hi @awelzel are you able to confirm ?
Forum: Reviews
In reply to: [Image Regenerate & Select Crop] Rate control on image regenerationI hadn’t seen that setting, can you confirm where it is ?