Title: Jeff Smith's Replies | WordPress.org

---

# Jeff Smith

  [  ](https://wordpress.org/support/users/jcsmonogram/)

 *   [Profile](https://wordpress.org/support/users/jcsmonogram/)
 *   [Topics Started](https://wordpress.org/support/users/jcsmonogram/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jcsmonogram/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jcsmonogram/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jcsmonogram/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jcsmonogram/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jcsmonogram/favorites/)

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NFT Maker] 3 questions](https://wordpress.org/support/topic/3-questions-33/)
 *  Thread Starter [Jeff Smith](https://wordpress.org/support/users/jcsmonogram/)
 * (@jcsmonogram)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/3-questions-33/#post-15145378)
 * Thanks 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NS Cloner - Site Copier] Missing a database table when cloning](https://wordpress.org/support/topic/missing-a-database-table-when-cloning/)
 *  [Jeff Smith](https://wordpress.org/support/users/jcsmonogram/)
 * (@jcsmonogram)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/missing-a-database-table-when-cloning/#post-3808318)
 * Hi,
 * That did it. I was a version behind. Updated and it works perfectly now.
 * Thank you!
    Jeff
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NS Cloner - Site Copier] Missing a database table when cloning](https://wordpress.org/support/topic/missing-a-database-table-when-cloning/)
 *  [Jeff Smith](https://wordpress.org/support/users/jcsmonogram/)
 * (@jcsmonogram)
 * [12 years, 8 months ago](https://wordpress.org/support/topic/missing-a-database-table-when-cloning/#post-3808315)
 * I 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](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Set a minimum order for cart total?](https://wordpress.org/support/topic/set-a-minimum-order-for-cart-total/)
 *  [Jeff Smith](https://wordpress.org/support/users/jcsmonogram/)
 * (@jcsmonogram)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/set-a-minimum-order-for-cart-total/#post-3182676)
 * 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.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] [Plugin: WooCommerce – excelling eCommerce] how to remove this button from add to cart and checkout](https://wordpress.org/support/topic/plugin-woocommerce-excelling-ecommerce-how-to-remove-this-button-from-add-to-cart-and-checkout-pages/)
 *  [Jeff Smith](https://wordpress.org/support/users/jcsmonogram/)
 * (@jcsmonogram)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/plugin-woocommerce-excelling-ecommerce-how-to-remove-this-button-from-add-to-cart-and-checkout-pages/#post-3116798)
 * saadat68 – Install this Custom CSS plugin: [http://wordpress.org/extend/plugins/pc-custom-css/](http://wordpress.org/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](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How to remove site title?](https://wordpress.org/support/topic/how-to-remove-site-title/)
 *  [Jeff Smith](https://wordpress.org/support/users/jcsmonogram/)
 * (@jcsmonogram)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/how-to-remove-site-title/#post-2472399)
 * 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](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Front page display settings – where have they gone](https://wordpress.org/support/topic/front-page-display-settings-where-have-they-gone/)
 *  [Jeff Smith](https://wordpress.org/support/users/jcsmonogram/)
 * (@jcsmonogram)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/front-page-display-settings-where-have-they-gone/#post-2468712)
 * Hi 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 [http://yoursite.com/wp-admin/edit.php?post_type=page](http://yoursite.com/wp-admin/edit.php?post_type=page)
   and choosing the page you want for your homescreen.
 * Merry Christmas!
    Jeff
 *   Forum: [Installing WordPress](https://wordpress.org/support/forum/installation/)
   
   In reply to: [Removing a link from the top menu](https://wordpress.org/support/topic/removing-a-link-from-the-top-menu/)
 *  [Jeff Smith](https://wordpress.org/support/users/jcsmonogram/)
 * (@jcsmonogram)
 * [14 years, 4 months ago](https://wordpress.org/support/topic/removing-a-link-from-the-top-menu/#post-2468710)
 * Hi Chrisubu,
 * You should be able to find it in Appearance->Menus ( [http://yoursite.com/wp-admin/nav-menus.php](http://yoursite.com/wp-admin/nav-menus.php))

Viewing 8 replies - 1 through 8 (of 8 total)