How to add title on Featured Image for GeneratePress Theme
Create username from email address provided – JS
#HTML PART #JS & jQuery Part
Set default date in datepicker on ACF
How to Add Post Featured Image on Admin Column
Add this on function.php
Remove Product from WooCommerce Minicart Using AJAX
#Code for rmeove Action #Remove items from the cart with Ajax Now, we will add a click event to delete items from the mini cart. You should add this to the main JS file of your theme. #Add action to functions.php file to handle AJAX request
How to create Minicart in WooCommerce
#Code for Header mini cart #Remove items from the cart with Ajax Now, we will add a click event to delete items from the mini cart. You should add this to the main JS file of your theme. #Add action to functions.php file to handle AJAX request
Fix WordPress widget error: block was affected by errors and may not function properly
Solution 1: Just use a plugin Classic Widgets Solution 2: Add this code to your active themes functions.php file Add this code to the theme function:
Stop add to cart redirection after an error in Woocommerce
Issue: The page is automatically redirected to the product page and the “…has been added to your cart” message is displayed at the top. Fix
Filter Not Working On Pagination – BEAR – WooCommerce Bulk Editor and Products Manager Professional
Useful Link: https://bulk-editor.com/document/more-settings-implicit
Allow admin or other user to bypass required fields in certain situations with ACF
Important/related articles https://magenaut.com/how-to-check-if-im-on-a-custom-post-type-archive-in-the-admin-area/ https://stackoverflow.com/questions/53958999/allow-admin-to-bypass-required-fields-in-certain-situations-with-acf
Extract Shipstation Tracking Number From Order Meta
Convert Old Shopify Theme Into Shopify 2.0
Steps: 1. Remove {% section %} tags 2. Move surrounding {% section %} codes into their own sections for example: {% section ‘product-faqs’ %} will be now product-faqs.liquid under SECTIONS 3. Replace the Liquid template with a JSON template. For example: page-faq-template.liquid will be page.faq.json 4. Add in references to the sections into your new […]