Category "wordpress"

My Wordpress Mobile Toggle menu not wrking

The mobile toggle menu on my wordpress website is working in the editor but not on live site on the mobile.

Horizontal click and drag scroller for multiple sections help, works for only one

So I have a horizontal scrolling feature which works great in JS but only for one section with the classname, any other section that shares the same classname i

Only display Woo Commerce sub-categories based on selected Parent Category in a wordpress widget sidebar

I have a WordPress sidebar that I want to only display the children of the parent category. My structure is as follows All Products > Parent Category > Ch

Woocommerce how to add account details to billing address automatically

I would be much grateful if you help! I have custom registration fields that are correctly saved in database and are accessible through: $user->['users_tel']

Relating Wordpress posts to a particular time of the year

I have a 'diary' type blog in which I want to highlight all the posts made around the current day and month, regardless of the year. You could say they need to

Hide WooCommerce Subscriptions 'cancel' button after 90 days

I am trying to show/hide the 'Cancel' button within the subscription details in 'My Account', based on the subscription start date. However I am finding the int

WooCommerce product images in other plugin

I'm trying to get product thumbnail images into a PDF packing slip template on a WooCommerce site, but as a beginner can't really figure out how to call the pro

Wordpress query search 's' exact word

I see this question has been posted multiple times but all of the examples I've tried are not working. I want to limit the search by keywords to only search for

WordPress edit post list

I have WordPress kanews theme. I want to list posts by update date. but unfortunately I couldn't. sorts by creation date. how can i solve this problem? List pos

Create relationships between custom post types and users WordPress

How do I create relationships between custom post types and registered users on a WordPress site?

Cannot resolve Request Header Issue in ModSecurity and its affects on WordPress

CURRENT: I have the familiar issue with an internal 403 coming up... however, after exploring for the issue through all error logs, I have found that the Forbid

While Loop and Foreach Loop Wordpress

<?php $args = array( 'post_type' => 'series', 'posts_per_page' => 100, 'orderby' => 'meta_value_num', 'orde

While Loop and Foreach Loop Wordpress

<?php $args = array( 'post_type' => 'series', 'posts_per_page' => 100, 'orderby' => 'meta_value_num', 'orde

Is there a way to use custom fonts in WordPress without Elementor Pro?

I am trying to use a personalised font for my website on WordPress with Elementor Builder. I imported files in wp-content/themes/fonts and modified the style.cs

Add shortcode to WooCommerce product description

I am trying to auto-add some shortcode at the end of every woo product description. (not after short description). The code with which I am trying is: add_filte

How to target all elements with a specific class in JavaScript

I'm currently working with WordPress and Bootstrap 5. Due to WordPress limitations with the wp_nav_men function. I can't see the markup at all. This means I can

Can't delete WordPress cookies

I am working on WordPress multisite, and I have changed the login functionality. However, it needs the users to delete old cookies before using this functionali

Load a style sheet into a wordpress plugin

So I'm creating a simple plugin for wordpress that will load new block patterns. I've got everything working except for one thing which is enqueueing stylesheet

Installment widget - Wordpress + Woocommerce

What's the problem? I want to add a PayU plugin installment widget for a product subpage for WooCommerce, but I have a problem with displaying the product price

Remove a wordpress add_filter function from plugin

I have a plugin that is creating a custom template via add_filter: // Create a template view for the new CPT add_filter('single_template', [$this, 'setTemplateA