-
Posted a reply to Deprecated Notices PHP 8.4, on the site WordPress.org Forums:
Thank you for the update. I can confirm this has been fixed. Thanks. -
Created a topic, Deprecated Notices PHP 8.4, on the site WordPress.org Forums:
Deprecated: Jaybizzle\CrawlerDetect\CrawlerDetect::__c… -
Posted a reply to Notice: Function _load_textdomain_just_in_time was called incorrectly., on the site WordPress.org Forums:
Thank you! -
Created a topic, Notice: Function _load_textdomain_just_in_time was called incorrectly., on the site WordPress.org Forums:
Hello we are getting a notice on our site... Notice… -
Posted a reply to _load_textdomain_just_in_time was called incorrectly, on the site WordPress.org Forums:
This was marked resolved but it isn't. I still see the notice. I am running… -
Created a topic, _load_textdomain_just_in_time was called incorrectly, on the site WordPress.org Forums:
Getting this notice now when ninja-forms is activated.… -
Posted a reply to impossible Manual enrollment if not administrator, on the site WordPress.org Forums:
@oneill78 we are faced with the same problem. We created a custom role and assigned… -
Created a topic, post_notif_shortcode_atts_set_names size, on the site WordPress.org Forums:
Hello, The value for the post_notif_shortcode_atts_se… -
Posted a reply to Attempt to auto-locate the user required refresh of page, on the site WordPress.org Forums:
No, the site doesn't load the content via AJAX. If you watch the network tab… -
Created a topic, Attempt to auto-locate the user required refresh of page, on the site WordPress.org Forums:
Hello, We have the "Attempt to auto-locate the user" … -
Posted a reply to Default Image of Category in case of not exist category Image, on the site WordPress.org Forums:
Try something like: if (function_exists('z_taxonomy_image_url')) { echo '<img src="' . z_taxonomy_image_url( $child, $taxonomy_name, TRUE )… -
Created a topic, Optimize Page Load Time (Fix Slow Page Loading/Long Queries), on the site WordPress.org Forums:
A client site was running extremely slow loading speci… -
Posted a reply to Default Image of Category in case of not exist category Image, on the site WordPress.org Forums:
Change your code to: <?php if (function_exists(‘z_taxonomy_image_url’)) echo z_taxonomy_image_url(NULL, NULL, TRUE); ?> The last value…