Category "wordpress"

Delivery options in Woocommerce Checkout not registering country & postal correct

I am currently working on a Woocommerce site, where I need to setup shipping with a flat rate to Denmark - and no shipping to other countries. When I input corr

Random "Error Establishing a Database Connection" occuring once every 1 - 2 weeks

I am running WordPress 5.9.3 on Ubuntu 20.04 using Apache and once every 1 - 2 weeks my website goes into a state of "Error Establishing a Database Connection".

ERROR `input` must not start with a slash when using `prefixUrl` | Changing Wordpress URL in Gatsby Error

When I move from local wordpress headless CMS to azure headless CMS I get the following errors: ERROR input must not start with a slash when using prefixUrl I h

Is it possible to perform an automatic action on the order when using a coupon? - WooCommerce

First of all, I will try to explain my problem. Basically, I have an online store built in WooCommerce and, so far, everything is working properly. In parallel

Hide some payment options when paying for an order from the WooCommerce account page

If the order has the Pending payment status, then the user can pay for it on the account page. This displays all available payment options. How to hide all paym

How to get notification when new Article is added to Website?

I have multiple blogging websites made in WordPress. I want to make a website, by which when I add some article on any of these websites, I have to get a notifi

Owl carrousel setup incorrectly

an agency installed in a wordpress website a new theme with everything new, and unfortunatelly Im not familiar enough with css coding to understand what happene

Issue on my Wordpress Site with the footer.php file

I used a debug and I get the following error: PHP Fatal error Uncaught TypeError: ceil(): Argument #1 ($num) must be of type int|float, string given in /var/www

WordPress Redirection Plugin Redirect

I'm trying to redirect a page and any subpages to the root but I can't find a way of doing it. I'm using the redirection plugin (https://redirection.me/). I wou

Error $wpdb when use Ajax in Plugin WordPress

I'm a beginner in development and wordpress. I create a plugin to display a dynamic carousel with the help of the generator https://wppb.me/. So when I select a

How to copy ACF fields from one page to another using php?

As the question states, how do I copy an ACF field from one post to another? This is what I have so far. Any help would be appreciated. add_action('save_post',

Wordpress ajax post filter by category/taxonomy

I want to do category base post filtering in WordPress. But I'm tired of debugging. I don't understand whether it is Ajax problem or something else. I tried man

How to Add ReCAPTCHA to the WordPress Login Page without plugin

I want to add recaptcha to WordPress login page without plugin, how should I do this?

Can anyone help to change this .htaccess rule to nginx?

I am using a wordpress plugin name JWT Authentication for WP REST API, it has some rules written in .htaccess but i am using nginx server and want to add these

Revolution scroll slider when user doesn't scroll some where

hi I want to create a scroll based slider website like this site: https://le-mugs.com/ what should I do on sliders that when user doesn't scroll, sliders run au

Wordpress | echo attribute_name and _value

I am using flatsome theme and i have a theme action hook called flatsome_product_box_after. Basically he is located after the product picture on my Shop Catalog

Contact Form 7 - Conditionally/Dynamically Attach Local Files to Email Based on Input Selection

I have a number of checkboxes that indicate the item that is ordered through our online order form system. For each item selected there is a corresponding .pdf

ACF Pro - Field showing up in backend, but it's not saving (disappear on refresh)

I have a website with more than 15 ACF groups. On one of them, there's a repeater and the last of 6 fields is a URL (I tried switching it to Text, same result).

Which hook needs to call if admin update the shipping/billing address in WooCommerce?

I'm not sure which hook/action needs to setup to know when the admin is updating shipping/billing addresses once the order has been created. So what I'm trying

Remove billing address (only show shipping address) in certain WooCommerce email notifications

The action 'woocommerce_email_customer_details' includes both the billing and shipping address data. I only need the shipping address. How can I achieve this? B