hcst
Forum Replies Created
-
The original error message:
Warning: Undefined array key “content_display” in /wp-content/plugins/stax-buddy-builder/core/widgets/members-directory/Filters.php on line 1092Forum: Plugins
In reply to: [Admin and Site Enhancements (ASE)] Disable the code_snippets_editor RoleYep, it’s for Pro. Will ping you.
Cheers,
Will do, John. Just trying my luck in case that’s something you guys have dealt with before.
Keep up the great work.
Best,
Forum: Plugins
In reply to: [BuddyPress Builder for Elementor - BuddyBuilder] Cover image sizePerfect – works a treat!
Many thanks, John, and keep up the great work with the plugin.
Best,
- This reply was modified 2 years, 4 months ago by hcst.
Hi nlpro
Thanks for your response.
The web server is NGINX, but your question made me realise this might be causing confusion somehow:
“The .htaccess file works differently on the WP Engine platform because we use a dual web-server combination of Apache and Nginx. This means settings and directives in the .htaccess file will only apply for uncached requests.
The .htaccess is processed by Apache, which does not serve traffic on WP Engine. This is incredibly important when it comes to items such as redirects and headers, as Nginx is actually serving traffic instead.”
Could WP Engine’s dual use of Apache and NGINX be the cause?
Kind regards,
Forum: Plugins
In reply to: [BuddyPress XProfile Custom Image Field] Domain path repeated twice in outputI meant to add the front end is fixed when I replace:
$bpxp_field_value = WP_CONTENT_URL . $raw_field_value;
with:
$bpxp_field_value = $raw_field_value;