190,314 questions
0
votes
0
answers
16
views
Via Wordpress, Contact Form 7 and Ultimate Member, get the contact form email sent to Ultimate Member member email
using Wordpress with Ultimate Member and Contact Form 7, I am trying to have a CF7 form available on a members Ultimate Member profile that can be used to send an email to that member.
I have some old ...
Advice
1
vote
2
replies
37
views
Audio playback inconsistent across devices on WordPress (Kadence theme)
I am facing an issue with a custom feature on my WordPress website that uses sound to perform a specific function (related to phone speaker cleaning). It was working fine earlier, but recently users ...
-1
votes
0
answers
50
views
WP_Query meta_value_num order correct in admin but incorrect in frontend (JetEngine Listing Grid)
I’m facing a very specific issue with JetEngine Listing Grid and WP_Query ordering.
Context
Custom Post Type
Numeric meta field: product-ordre
JetEngine Query Builder used
Order by: meta_value_num ...
-3
votes
0
answers
25
views
Distance gallery tags, name and header in Wordpress [closed]
I set up the following homepage in WordPress https://milana-fotografie.com/
There is only one issue. The gallery and gallery name overlapping with header and logo/company name. Especially if you look ...
-3
votes
0
answers
29
views
404 Error: Page Not Found even though file exists on server [duplicate]
actually I have my site hosted on wordpress. The problem while accessing a form on the site it shows error 404 page. The form is inside public_html/sample/basic and named as uploader.html and uses ...
Advice
1
vote
5
replies
82
views
How to Verify WordPress Password Hash in Python/Django?
I have a WordPress database that I am accessing from a Django site. I'd like to be able to log users in with their WordPress passwords. Is there a good way to do this in Python? I have tried these ...
0
votes
0
answers
62
views
How to include a quantity per line in the export
I have a WordPress site with WooCommerce, and I use the Advanced Order Export for WooCommerce plugin to export the data.
The form I use is from WooCommerce. When someone signs up for a club, they have ...
-1
votes
0
answers
72
views
How to sync/copy ACF (Advanced Custom Fields) field groups from staging to production without recreating them manually? [closed]
Problem
I maintain two WordPress environments — a staging site and a production site. Every time I create or update custom field groups using Advanced Custom Fields (ACF) on staging, I have to ...
1
vote
1
answer
53
views
How to get the value of an attribute from a variation?
For a plugin I am creating, I add 2 attributes to a variation. One is specific for the variation, the other is not (any value). When I try to get the values from the variation (after customer has ...
0
votes
0
answers
63
views
Scripts not loading properly when using wp_enqueue_script in custom WordPress theme [closed]
I am developing a custom WordPress theme and trying to load JavaScript files using wp_enqueue_script, but the script is either not loading or not working as expected.
Here is the code I am using in ...
0
votes
1
answer
51
views
Adding javascript to custom link in navigation block
I'm trying to add an onclick function to my custom link in my WordPress menu. I know how to add custom links in my navigation block, but I can't find any attributes for onclick. I have also tried ...
2
votes
1
answer
83
views
canonical link for paginated page is not correct
Wordpress automatically adds the canonical link. I noticed, that for a paginated page the link is not correct. For instance with url:
https://example.xy/page/2
the canonical link in the head section ...
2
votes
1
answer
107
views
How to remove wp-json prefix from an REST api endpoint in WordPress
I have a program that sends a REST POST to url "https://mywebsite/api/log". The website is in WordPress and the issue I'm having is that I can only set up an end point in the website at &...
Best practices
1
vote
1
replies
71
views
Is it possible to integrate OpenClaw with WordPress to automate parts of the development workflow?
I’m exploring whether it’s possible to integrate OpenClaw with WordPress to streamline and automate parts of the development workflow.
Specifically, I’d like to understand:
Whether OpenClaw can be ...
0
votes
0
answers
57
views
How to implement CSP without 'unsafe-inline' in WordPress (Elementor) without breaking site?
I am working on securing a WordPress website that uses Elementor and several plugins.
I have implemented a Content Security Policy (CSP) via .htaccess like this:
Header always set Content-Security-...