190,659 questions
0
votes
0
answers
11
views
How to get the index of the wp-each directive in Interactivity API Wordpress?
I am learning interactivity API and when I tried wp-each directive, I noticed that there is no way to get the index of the array. e.g. If this is my array
$config = [
'fruits' => [
[
'...
-3
votes
0
answers
22
views
Feedback needed on LearnDash plugin [closed]
I’m working on a small LearnDash-related project and I’d really love to get some honest feedback from people who actually use it in real learning setups.
The idea is to make it easier to run live Zoom ...
-4
votes
0
answers
22
views
How to make Toast Online Ordering match my WordPress site’s header/footer, and can a custom Toast “trail” page replicate full ordering functionality? [closed]
I’m working on a WordPress site where the client already has a Toast Online Ordering page set up. The WordPress site links to it through a button that opens the Toast ordering URL.
The issue is that ...
0
votes
0
answers
20
views
Issue Accessing Parent Loop Object in Nested Custom Query Provider
I'm building a threaded comment system using custom query providers. I use Bricks Builder and the Query loop it provides. I created custom query types for parent comment and replies comment. Parent ...
-1
votes
0
answers
28
views
"undefined" with picture icon in elementor wordpress floating on Elementor Wordpress [closed]
"undefined" with picture icon in elementor wordpress floating, How do I solve this problem on Elementor Wordpress
I have cleared cache
I have deactived/activated plugins
but the broken ...
0
votes
1
answer
37
views
What data does Elementor Image Carousel need to get images from de dynamic tag?
For a client's website I'm using Elementor to build up the website. The client wants to show photo's of his projects in a Image Carousel.
For this I've created some code to add a meta box to the posts ...
Advice
0
votes
2
replies
52
views
(WordPress) Execute SQL Query in specific product purchase
i would like to execute a SQL Query after specific product bein purchased, any solution to that ?
Its about a "Tokens" currency that people can use in my software but first You have to ...
0
votes
1
answer
65
views
WordPress + Rootless Docker File/Directory Permission Issue
I’m running a WordPress site (https://example.com) behind Traefik on a VPS using rootless Docker (Docker daemon socket is /run/user/1000/docker.sock).
Everything works fine except updating plugins ...
2
votes
1
answer
104
views
Session ini settings cannot be changed after headers have already been sent in wp-config.php
I’m getting a fatal PHP error from my shutdown function on my WordPress site hosted on OVH:
PHP Fatal Error: ini_set(): Session ini settings cannot be changed after headers have already been sent in /...
-4
votes
0
answers
26
views
Site Architecture... Need Advice [closed]
We’re repurposing abc.com, which currently hosts a used-car inventory plus 300+ product, blog, and service pages. The new plan is to use abc.com as the main brand site and add two separate service ...
Advice
0
votes
0
replies
73
views
Redis for woocommerce with IP based dynamic pricing
I want to experiment with object caching using redis server for a woocommerce store.
However the store is using dynamic pricing, meaning that depending on the visitor's IP, the back-end serves the ...
0
votes
0
answers
53
views
Replace empty alt attribute in wordpress content with proper empty alt syntax
I have decoration image in my website.
They don't have an alt attribute value because I don't want that the screen reader are disturbing by decoration images.
But wordpress put just the word alt ...
1
vote
1
answer
85
views
getting a 400 error with wordpress ajax call and I don't know why
I know this has been asked 1000 times already, but I'm not seeing anything wrong in my code and am still getting a 400 error (XHR).
Here is the code from my plugin:
require_once( plugin_dir_path( ...
Best practices
1
vote
2
replies
94
views
Wordpress: Open one navigation item in a lightbox/modal
I would like to open one navigation item in lightbox/modal.
I have just a homepage (fullscreen slider) and one other page ("Privacy").
Can I do this with/without a Wordpress Plugin?
I try ...
-1
votes
1
answer
79
views
White Screen, Translation Loading Warning, and Header Errors with Medservice Child Theme after WordPress 6.8.3 [closed]
My site shows a white screen and some PHP warnings when I try to:
Activate any plugin
Log in to wp-admin (if logged out)
Save changes in the page builder
This happens only when using the Medservice-...
-1
votes
2
answers
65
views
WordPress /wp-admin and /wp-login.php both return 404 errors after site changes (SiteGround hosting) [closed]
I’m helping a friend troubleshoot their WordPress website. The site itself loads and works normally, but both of the following return 404 errors:
https://websitename.com/wp-admin
https://websitename....
-1
votes
0
answers
46
views
wp_read_audio_metadata get image from song [duplicate]
I am using custom upload file in Wordpress (no media library), then move_uploaded_file to directory.
Then I use wp_read_audio_metadata :
require_once( ABSPATH . 'wp-admin/includes/media.php' );
$meta =...
2
votes
1
answer
79
views
Wordpress block development: Problem understanding block validation logic and adding a class to a block using attributes
I am trying to develop a custom WP block, have read approximately the entire internet, have tried many things and still can't solve the problem(s) I have. I am a WP noob and the more I read, the more ...
3
votes
2
answers
79
views
delete_transient on register_deactivation_hook not working
I have no idea why this is not working. It finds the names that i want, but does not delete the transients, when the plugin is deactivated. According to the documentation, the name is required for ...
1
vote
0
answers
75
views
WordPress REST API: Large Image Uploads Not Reaching Backend Despite Proper PHP Settings
Problem Description:
I'm developing a chat application with image upload functionality using WordPress REST API. When users attach multiple large images (3 images), the request doesn't reach the ...
-1
votes
2
answers
57
views
Wordpress critical error "Uncaught Error: Class "_WP_Dependency" not found in class-wp-dependencies.php:260 - no changes made to site [closed]
I’ve just discovered that my wordpress site is throwing a critical error. I last published a post yesterday and it was fine. I haven’t made any changes to the site, code, themes, or plugins since then....
0
votes
0
answers
31
views
Selected Custom Block Automatically Scrolls into View in WordPress Editor
I’ve developed two custom Gutenberg blocks — a parent block and a child block.
When a user edits a paragraph block inside the custom child block, the selected paragraph block automatically scrolls ...
1
vote
1
answer
80
views
Javascript works on one menu item, but not the others
I have a simple Javascript-enabled Wordpress menu plugin that I've built myself.
It has a top level menu that works fine and a sub-menu dropdown that doesn't. For some reason, only the first (top) ...
0
votes
0
answers
89
views
How to Customize the Dropdown Icon in JetSmartFilters
I am trying to customize some of the JetSmartFilters: the search filter and checkboxes filter (with the dropdown enabled), but I cannot find any option to customize the dropdown icon element (the ...
0
votes
2
answers
97
views
How can I change the background color for all pages using additional css in my wordpress site?
I am trying to change the global background color of a wordpress website.
It's a wordpress theme that does not seem to have an option to change background color?
Is there a way to do this for all ...