Skip to main content

Questions tagged [wordpress]

Consider using https://wordpress.stackexchange.com . This tag is for programming-specific questions about the WordPress content management system. Off-topic questions include those about theme development, WordPress administration, management best practices, server configuration, etc. These are best asked on https://wordpress.stackexchange.com .

wordpress
0 votes
0 answers
3 views

Error 500 during WooCommerce API GET request

I am trying to GET all my WooCommerce products using this URL address: https://svetvramu.cz/wp-json/wc/v2/products (using official documentation https://woocommerce.github.io/woocommerce-rest-api-docs/...
pechyno's user avatar
  • 81
0 votes
0 answers
8 views

How do I conditionally stop woocommerce from saving shipping/billing addresses

I'm trying to write an Address book plugin that will allow users to add multiple shipping & billing addresses to their account so they can choose an address at checkout. I need to stop woocommerce ...
thefatshizms's user avatar
-1 votes
0 answers
16 views

WooCommerce Checkout totals only update when page is reloaded twice

I set shipping total and total via AJAX: add_action('wp_ajax_wc_shipper_set_rate', 'wc_shipper_set_rate'); add_action('wp_ajax_nopriv_wc_shipper_set_rate', 'wc_shipper_set_rate'); function ...
Andrei's user avatar
  • 1
-2 votes
0 answers
18 views

Woocommerce price tag has html and css code showing | Please help me remove it

Here is the link to the shop where you can see the problem. https://maveltint.com/magazin/ The plugin causing the problem is WCK Kalkulator but the developer cannot be contacted anymore. Attaching an ...
Alaya Ts's user avatar
0 votes
1 answer
8 views

WordPress Interactivity API how to use data-wp-bind--checked in a loop?

Is it possible to bind checked on a group of radio buttons generated in a loop and have the checked state be determined by the state? Strangely enough in my current setup the last value is checked ...
Webconstructor's user avatar
1 vote
0 answers
10 views

Issues with Custom Walker_Nav_Menu for Columns in WordPress Navigation Menus

I'm trying to create a custom navigation menu in WordPress that uses invisible columns as containers for second-level menu items. I'm using a custom class that extends Walker_Nav_Menu, but I'm having ...
Matteo Didonè's user avatar
0 votes
0 answers
26 views

PHP in Wordpress doesn't loop through every row

I have the following snippet: if ($listings->have_posts()) { while ($listings->have_posts()) : $listings->the_post(); if (have_rows('ticket_group')) : $...
BGC_MAN's user avatar
  • 11
1 vote
0 answers
8 views

Cannot read properties of undefined (reading 'mediapipeFacemesh') on my wordpress plugin using tensorflow.js

I have this code to superimpose an image on the face detected by he camera. The camera is opened but the image is fixed at the top, I want it to be dynamic between the eyes of the face. When I open ...
Mohamed Jmal's user avatar
0 votes
1 answer
22 views

Elementor header and footer builder not loading

why my Elementor header and footer builder not loading ? i try all solution like deactivite all piugins except elementor and elementor header and footer plugins and check and also reinstall latest ...
Leaner69's user avatar
0 votes
0 answers
7 views

Divi Theme showing Original Image instead of the thumbnail

I am using Divi theme for one of my website, and in the recent blog section (sidebar) of the blog post the original image is getting loaded instead of the thumbnail. Do i need to specifiy specifically ...
Krunal Patel's user avatar
-2 votes
1 answer
22 views

When adding to cart a product in WooCommerce, I get "Sorry something went wrong, please try again" [closed]

When adding to cart a product in WooCommerce, I get "Sorry something went wrong, please try again". The problem was solved yesterday, but it came back today. I'm seeking your assistance ...
MD AADIL ANWAR's user avatar
0 votes
0 answers
21 views

Order WooCommerce Products By Product Attribute Value In Increasing Order [duplicate]

I have about 2,800 products in my woocommerce store. Each product has an attribute value called decimalwidth that represents the product width in decimal form. Some examples of these values are 0.5, 1....
TexasCode's user avatar
0 votes
1 answer
23 views

How to filter my API requested events list properly?

I'm pretty new to PHP and WordPress development, and I started creating my own plugin to search a database then return results from the search query and show a list of upcoming events in a "...
AmazinAzn's user avatar
-2 votes
1 answer
22 views

Options for using custom PHP in a wordpress site? No FTP access

My professional background is backend engineering, but I volunteered to help a nonprofit, and their website runs on wordpress, so I wrote some php that solves a problem for them, which I tested by ...
eipxen's user avatar
  • 314
1 vote
1 answer
28 views

Prevent WooCommerce Shipping Rate ID from Changing for Each Zone

My shipping rate IDs seem to be different for each zone. For example it will be free_shipping:32 in zone 1, free_shipping:46 in zone 2, etc. I don't believe this is normally how WooCommerce functions. ...
Kumara's user avatar
  • 33

15 30 50 per page
1
2 3 4 5
12814