beaudaignault
Forum Replies Created
-
Thanks, Dan,
Yes, I need to dig into .htaccess; I removed from it, a bunch of default Siteground settings.Cheers 😉
Thanks 🙂
I have admin > settings > reading > homepage set to a static page (Under Maintenance), if this is what you’re suggesting.
Else…?Forum: Fixing WordPress
In reply to: WordPress added 4,000 pages when I added one pageThanks! 🙂
Forum: Plugins
In reply to: [WooCommerce] Bookings email templates overrideAh, right you are – thanks!
Forum: Plugins
In reply to: [WooCommerce] Billing form name changes admin usernameRoger, that.
Forum: Fixing WordPress
In reply to: Customizing my websiteHello.
Start with the Storefront theme, and use the WooCommerce plugin for your shop.
Also, get to know WordPress with a tutorial, or online course – for example, this Lynda course
Good luck!
Forum: Plugins
In reply to: [WooCommerce] Need alternate link after product removal from cartAh, we’ve decided to simply skip the cart for bookings.
Forum: Plugins
In reply to: [WooCommerce] Woocommerce 3.0 Meesed up my siteHello, have you tried the steps mentioned here: https://ww.wp.xz.cn/support/topic/3-0-frontend-pages-refreshing/
Forum: Fixing WordPress
In reply to: Cheatin’ uh? errorThanks Mark and Otto.
Using my default browser, Chrome, I went ahead and performed the routine deactivating plugins (two), and switched to the (parent) theme, Twenty Seventeen. Same problem: “Cheatin’ uh?”.Opened up Safari, works fine. Switched on the plugins and child theme – works fine.
Back in Chrome, I deactivated The Great Suspender and, the world is right again.
No more “Cheatin’ uh?”.Thanks for the fresh eyes. 😉
Forum: Fixing WordPress
In reply to: Cheatin’ uh? errorThanks, I’ll work on it from the browser angle, and at the plugin/theme level.
BBL…Forum: Plugins
In reply to: [WooCommerce] i want to set 2 times woocommerce in same wordpressHello yasko.
Do I understand that you would like to have products display on more than one page?Have you tried using WooCommerce shortcodes? For example to show products with ID’s 22, 12, and 10 in a page called My Other Products, edit the My Other Products page adding this shortcode:
[products ids="22, 12, 10"].Find out more about WooCommerce shortcodes here:
https://docs.woocommerce.com/document/woocommerce-shortcodes/Cheers!
Forum: Fixing WordPress
In reply to: Trying to Set Up Test Copy of Production SiteWhen migrating a site, WordPress can give even a seasoned user a headache.
I like to double check the official migration list at https://codex.ww.wp.xz.cn/Moving_WordPress to refresh my memory on the topic. Performing the tasks in the Codex list sequentially is important.
The truth is, automating the task is really the way to go.
Two popular plugins for migration are
https://ww.wp.xz.cn/plugins/duplicator/ &
https://ww.wp.xz.cn/plugins/wp-migrate-db/.
I prefer WP Migrate DB Pro, because life is short, and database migration is – a pain.Good luck!
Forum: Fixing WordPress
In reply to: Adding posts to a page that’s not the homepageHello!
Yes, you may add posts to any page. You’ll need to insert a custom WP_Query loop in the noticias-2 page. Here is a blog post from Mr. Starr describing just how to do it:
https://digwp.com/2013/01/display-blog-posts-on-page-with-navigation/.Good luck!
Forum: Fixing WordPress
In reply to: Adding button to headerHello.
Yes, you can customize yourheader.phpfile, adding a button as you like.
This will require server-level access (or, FTP).
An example button:
<input type="button" value="Getting Started">
or, HTML5:
<button><a href="//dynamic WordPress link here">Getting Started</a></button>Have fun!
Forum: Fixing WordPress
In reply to: Some people can see my new post, while others cannotHello.
This is likely not a WordPress problem.
Have your Boss clear his browser cache (Read more on this subject here).