All Questions
14,945 questions
0
votes
1
answer
72
views
Change the WooCommerce notification text in the cart using AJAX [duplicate]
I use the code for the minimum order amount. The notification of the minimum order amount is displayed in the cart and on the checkout page.
add_action( 'woocommerce_checkout_process', '...
-1
votes
0
answers
63
views
Only continue scrolling windows when scrollable div is at the end
At the bottom of a website I'm building I have a section with a few images on the left hand side. I prevent the window from scrolling when they reached the bottom of this section. Then you can only ...
2
votes
1
answer
76
views
Dynamic fees calculated from custom checkout fields in WooCommerce
I have a WooCommerce store specialized in renting out beach equipment. I added a dropdown menu to the checkout page where a customer can select for the order to be delivered or that they can pick it ...
1
vote
1
answer
73
views
Adding a custom link to products stop variations being added to cart in WooCommerce
I have an issue with some basic code on my WooCommerce project. I want to automatically add a link to a related demo product, to notify the customer. I am adding that link using ...
1
vote
1
answer
88
views
Is there a way to assign a $product SKU a class id (for a copy to clipboard button)?
First, I want to say that I'm brand new to this, so please forgive any naivete that I may have:
I'm trying to use a button to "copy-to-clipboard" a WooCommerce product SKU (on single product ...
0
votes
1
answer
54
views
Flickering on Submenu Click in WordPress Admin Menu
I'm working on customizing the WordPress admin menu to have a smooth, expandable/collapsible behavior on click by adding the CSS and JavaScript.
Goal: Implement a click-to-toggle menu where:
Clicking ...
-1
votes
1
answer
44
views
How to replace FullCalendar "more" link with a modal popover in WordPress?
I am using Widget FullCalendar 3.x in WordPress, and when there are more than 3 events in a day, the calendar displays a "more..." link. By default, clicking this link opens a new tab with a ...
0
votes
0
answers
63
views
Ninja Form wordpress plugin reload page after submit
I use ninja forms plugin in wordpress. I submit the form successfully, get a message about it. Everything fine. But if after it I fill the form again and submit, the page is reloaded, but before that ...
0
votes
1
answer
42
views
WordPress Add/Remove User Meta via AJAX
I'm trying to create a simple "favorite" product list. Basically, when viewing a list of products someone can click a button that adds it to your favorites.
The idea is, they click the ...
0
votes
0
answers
64
views
How do I write a plugin to extend FooGallery plugin without "initialize failed" and "post-init failed" error logs?
I'm trying to write a plugin that extends Foo Gallery so I can display the tags list as a dropdown menu. Originally, I approached it like this:
add_action('foogallery_loaded_template_after', '...
1
vote
1
answer
80
views
How to handle JavaScript reinitialization for dynamically loaded AJAX content with WordPress script dependencies?
I am dynamically loading content via AJAX and appending it to the frontend. While the content loads successfully, the issue arises with initializing JavaScript functionality for the newly loaded ...
0
votes
0
answers
28
views
Filtered queries not responeding to page path
I am writing a product filter, and ran into this issue.
I have 2 different attributes of my product filter:
Tilt -- as a checkbox with "Yes" or "No", and Multibrand Compatible -- ...
0
votes
0
answers
26
views
Why Doesn't $scope Work as a Selector, but a Class Name Selector Does?
I'm trying to use $scope as a selector in my code, but it's not working as expected. However, when I use the class name selector, like ".element-class", it works fine. I'm specifically ...
0
votes
0
answers
40
views
Advice needed to load images on looping page
I have a gallery page using the Image Photo Gallery Final Tiles Grid WordPress plugin.
I want the page/scroll to continuously repeat (so as a user scroll down the page the gallery is repeated.
The ...
0
votes
1
answer
31
views
Making a smarter jQuery code applied to a Wordpress Menu
On my Wordpress menu I tagged a .custom-class-n on each links via the back-office. This gives a menu structure like this :
<ul>
<li id="menu-item-227" class="custom-class-1 ...