Category "wordpress"

The Elementor does not work just loaded, when go to custom WordPress page

I try using Elementor for creating a WordPress website but I have this page when I open Elementor on the website. I am using DigitalOcean droplets with Cloudfl

The slider widget doesn't run on elementor builder but runs on the frontend

I just created my first elementor widget. I created a slider widget using the slick slider. This works on the front page, but not on the builder. Does anyone kn

How can I send email to an email stored in a custom post type?

//Sending Email add_action( 'transition_post_status', 'notify_author_on_publish', 10, 3 ); function notify_author_on_publish( $new_status, $old_status, $post )

How can I send email to an email stored in a custom post type?

//Sending Email add_action( 'transition_post_status', 'notify_author_on_publish', 10, 3 ); function notify_author_on_publish( $new_status, $old_status, $post )

Upsell product button instead of add to cart show go to product [duplicate]

My question would be how would I change the add to cart button for the upsell products to instead go to the specific product. I need this beca

How to get parent and child categories from wp_nav_menu() Loop in Wordpress?

I have created a nav menu on the archive page I want to loop them here as foreach so how can do it? <ul><!-- 1--> <li><a> First t

Display subcategories in Woocommerce catalog page

please... I need help. I have a problem to show right subcategory on catalog page. I use Astra theme. As you can see I have two subcategory: two subcategory Now

Why does wordpress replace my custom child-theme files with old versions of themselves?

It's like the system is messing with me deliberately. Twice this has happened now: I make some edit to my own custom child-theme using the theme file editor in

Why does wordpress replace my custom child-theme files with old versions of themselves?

It's like the system is messing with me deliberately. Twice this has happened now: I make some edit to my own custom child-theme using the theme file editor in

Elementor: dynamic content on fixed background

My problem: I want to have the content of my page as it is on the https://little-lime.de/ website. So I want the content to be changed when the user just scroll

WordPress Loop Post Counter Never Changes

I want to style the first post differently so I am trying to use a simple counter that will add a class to the first post. First, on index.php I have this if (

How to take a JSON content and return it in a wordpress function (php)?

I have a wordpress endpoint and I have some json data. Unfortunately I dont know how to return this json data in the function. I tried json_decode but it doesn'

WooCommerce Subscriptions automatically change status of manual recurring orders to processing

I am using WooCommerce Subscriptions with manual payments using the 'bacs' payment method. When recurring orders are created, the code below changes the status

How to Keep wp-content folder after releasing a new container?

I have a Wordpress instance on Azure App Service. I release it as an Azure Docker Container. I use a single DockerFile. My release process is working as expecte

Flutter WooCommerce Customer registeration failed using Dio?

I am buidling flutter woocommerce store app for customers. I want to create/register a new customer using Dio() and I am using WordPress Plugin JWT Authenticati

Woocomerce Local Pick Up - I want to add a reference on pick up / collection

Hi am using Woocomerce for pre sale of items at an event with a collection only option. When these are collected I want to update the order to Picked Up (or Col

Can we use a webservice with Wordpress?

I change the details with the new information. Here is the situation: Our customers have Wordpress sites, they can customize it as they wish with the theme of t

Can you add apps made from (js, nodejs, express and mongodb) in a wordpress website?

I already have a wordpress website. I studied web development using js, node.js, express and mongodb and build some projects. I would like to add it to my websi

Store when a coupon last time was used in WooCommerce

I need to record the date of the last time each coupon was used in WooCommerce. I have seen that the post_meta table saves a used_by record with the emails of t

Adding aria-label to dropdown using contact7 form plugin

Am using contact7 plugin to design form for my client. I want to make it ADA compliant, somehow not able to add aria-label to dropdown boxes. This is how my cod