Jeff Smith
Forum Replies Created
-
Forum: Plugins
In reply to: [NFT Maker] 3 questionsThanks for the quick response. I really like what you’re doing with this.
One more question…
Is it possible to import NFT products to WooCommerce if I have 6,000 NFTs? Everything seems to work except for selecting the chain for the mint to work with. Maybe there’s a way to make the default Polygon (or whichever)?
Forum: Plugins
In reply to: [NS Cloner - Site Copier] Missing a database table when cloningHi,
That did it. I was a version behind. Updated and it works perfectly now.
Thank you!
JeffForum: Plugins
In reply to: [NS Cloner - Site Copier] Missing a database table when cloningI see this as well with the WooCommerce Advanced Notifications plugin. It creates “advanced_notifications” but not “advanced_notification_triggers”
It’s not too hard to create it with a SQL command, but it would be a little more convenient to have it work automatically.
Any ideas?
Forum: Plugins
In reply to: [WooCommerce] Set a minimum order for cart total?Thanks for this.
How to add a check to see if the customer chose delivery before showing the message? I have a store that customers can order food for pickup or delivery. Pickup has no minimum order value, but delivery has a $15 minimum.
saadat68 – Install this Custom CSS plugin: https://www.ads-software.com/extend/plugins/pc-custom-css/
Activate it and paste royho’s code ( .woocommerce_message a.button {display:none;} ) into the text field it offers in the admin panel.
Forum: Fixing WordPress
In reply to: How to remove site title?I’m not sure which theme you’re using, but you can generally hide it with CSS by adding the following code to your style.css file:
#header h1 { display:none }
It’s good to do it with CSS so your title is still available to Google and still shows on your RSS feed.
Forum: Installing WordPress
In reply to: Front page display settings – where have they goneHi Ian,
It’s still on my Reading settings page. What do you see where it used to be?
While sorting out this issue, you can quickly make this change by going to https://yoursite.com/wp-admin/edit.php?post_type=page and choosing the page you want for your homescreen.
Merry Christmas!
JeffForum: Installing WordPress
In reply to: Removing a link from the top menuHi Chrisubu,
You should be able to find it in Appearance->Menus ( https://yoursite.com/wp-admin/nav-menus.php )