danlawson
Forum Replies Created
Viewing 4 replies - 1 through 4 (of 4 total)
-
Forum: Plugins
In reply to: [Schema & Structured Data for WP & AMP] Javascript ErrorsThank you, I should add that they are on the “Add New Schema” page, I am unable to select an Item Type due to the JS errors.
Thanks
Forum: Plugins
In reply to: [Schema & Structured Data for WP & AMP] Javascript ErrorsYes, sure:
Wordpress Version: 5.7
Advanced Custom Fields PRO Version 5.9.5 by Elliot Condon Category Order and Taxonomy Terms Order Version 1.5.7.4 by Nsp-Code CF7 to Webhook Version 2.2.3 by Mário Valney, Vizir Software Studio Contact Form 7 Version 5.4 by Takayuki Miyoshi Contact Form 7 - Freshworks CRM Integration Version 1.0.0 by Obtain Code Custom Post Type UI Version 1.8.2 by WebDevStudios Media Cloud Version 4.2.7 by interfacelab (Latest version: 4.2.8) Post Types Order Version 1.9.5.5 by Nsp Code Redirection Version 5.0.1 by John Godley Safe SVG Version 1.9.9 by Daryll Doyle Sassy Social Share Version 3.3.20 by Team Heateor Schema & Structured Data for WP & AMP Version 1.9.67 by Magazine3 Smush Version 3.8.3 by WPMU DEV Soil Version 3.9.0 by Roots Spatie Ray Version 1.2.4 by Spatie WP Offload SES Lite Version 1.4.4 by Delicious Brains Yoast SEO Version 12.9.1 by Team Yoast (Latest version: 16.0)
I am using a custom built theme with the starter kit:
This theme is built using tailwind CSS and very little javascript:
import 'jquery'; import 'alpinejs'; import feather from 'feather-icons'; $(document).ready(() => { feather.replace(); $('body').on('change', '[data-populate]', function () { let targetElem = $(this).data('populate'); $(targetElem).val($(this).val()); }); });
Thank you.
- This reply was modified 3 years, 8 months ago by danlawson.
Forum: Plugins
In reply to: [Plugin: WP Shopping Cart XML Sitemap] Soved a big probem for me!Thanks for this Lee, It has been very useful.
I have made a couple changes to the latest version to filter only active products/ categories and to include the product list pages also.
SELECT c.id, UNIX_TIMESTAMP(p.date_added) as dt FROM wp_wpsc_product_categories c, wp_wpsc_item_category_assoc cp, wp_wpsc_product_list p WHERE c.id = cp.category_id AND cp.product_id = p.id AND c.active = 1 GROUP BY c.id ORDER BY c.id
Thanks again.
Forum: Fixing WordPress
In reply to: Loop through parent pagesThanks for that Michael, Ill look into those links.
Viewing 4 replies - 1 through 4 (of 4 total)