191,368 questions
-1
votes
0
answers
13
views
AutoFill CheckOut WordPress-Avada and Woocommerce
I've been creating an autofill checkout pile of code for woocommerce so that when i get people from my software to get a link to my site to purchase something. But ive been having trouble getting to ...
0
votes
1
answer
13
views
Elementor background video does not loop — how to force it when loop is ignored?
I'm using Elementor's built-in background video feature (via Section > Style > Background > Video) on a section.
Even though Elementor adds the loop attribute to the <video> tag, the ...
0
votes
0
answers
12
views
Problem creating a sub-site in WordPress multisite
I migrated from one hosting server to another (Hostinger) and my WordPress multi-site has been having issues. Now when I create a sub-site it doesn't load the CSS and the admin dashboard doesn't load ...
1
vote
2
answers
34
views
I am stuck in the email sending system of WooCommerce WordPress
My functions.php:
add_filter('woocommerce_email_classes', 'add_custom_order_status_emails');
function add_custom_order_status_emails($emails) {
$emails['WC_Email_Customer_Doi_Xac_Nhan_Order'] = ...
-1
votes
0
answers
7
views
Updating failed. Could not update the meta value of site-sidebar-layout in database
Updating failed. Could not update the meta value of site-sidebar-layout in database. I got this issue when upload the post in WP, I am using Astra theme, elementor, hosting using the hostinger. How to ...
-2
votes
0
answers
19
views
Retrieve the file location/images from the table on backend on my wordpress account? [closed]
How can I retrieve the file location from the table on backend?
I am trying to view images that were uploaded via a form on my wordpress page. but I can only see the name of the file on the database. ...
-1
votes
1
answer
52
views
WooCommerce email notifications issue [closed]
My functions.php:
add_filter('woocommerce_email_classes', 'add_custom_order_status_emails');
function add_custom_order_status_emails($emails) {
$emails['WC_Email_Customer_Doi_Xac_Nhan_Order'] = ...
-1
votes
0
answers
33
views
WordPress login issue on some browsers only [closed]
The problem is strange. When I updated the front end of WordPress website. The users that were being logged in at that time were actually faced login problem on that specific browser that they were ...
-1
votes
0
answers
19
views
How I fix the issue of indexing? [closed]
My websites articles are deindexing and new articles are not index
I use Rank Math plugin also submit articles in GSC but not getting any result.
from last 6 months, facing this issue not only one ...
-1
votes
0
answers
11
views
Reusable Groups of Layers in Slide Revolution [closed]
I am using Slider Revolution for WordPress to create a series of presentations to be included on a website. As you may know, there are two types of layers in a Slider Revolution module: Global Layers, ...
-4
votes
0
answers
39
views
YoastSEO for Wordpress works perfectly on mac os. But i have an issue with this module on Windows os [closed]
YoastSEO for Wordpress works perfectly on mac os. But i have an issue with this module on Windows os - there are only main tabs without seo form.
I've tested in several browsers - Chrome, Safari. On ...
-4
votes
0
answers
33
views
How to fix Woocommerce coupons? [closed]
There is a widget with coupons, you can enter coupons there, but:
The field does not pay attention to the entered data, just reloads the widget.
Valid coupons do not affect the total amount in any way ...
0
votes
1
answer
60
views
How to manage different weight units at the product varition level in WooCommerce?
Referencing this particular question: How to manage different weight units at the product level in WooCommerce?
I have a question in regards to adding something similar to this coding.
How would I get ...
1
vote
2
answers
58
views
Wordpress Plugin PHP Multiple Forms in a Single Page Empty Post Request
I'm building a WordPress plugin that has a page that consists of multiple forms. Each form is a step. Here's my form-handler:
<?php
class Form_Handler
{
public function init_funnel()
{
...
1
vote
1
answer
43
views
Dynamic argument passed in third parameter of register_setting()
Currently working in a WordPress plugin, the plugin is completed and ready for the submission. However, during Plugin check with WordPresss plugin check (PCP) it triggered below Warning.
PluginCheck....