backpages
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Shop Page and Product Page Not Displaying ProperlyI think I solved the problem. Someone had told me to add some code to my functions page to “add_theme_support” for WooCommerce. I took that out and it seems to be functioning properly now. Not sure why they thought I needed that code snippet, but it appears to have been causing the problem. Thanks!
Forum: Plugins
In reply to: [WooCommerce] Make Free Shipping The ONLY OptionThank you! I will give this a try.
Forum: Plugins
In reply to: [Simple Page Ordering] Ordering Custom Post TypesTHANK YOU! That was what I was missing. All good now. Again, thank you very much for the time and help. I really appreciate it.
Forum: Plugins
In reply to: [Simple Page Ordering] Ordering Custom Post TypesHi Darin, thanks for the information. So, I tried this. Normally the “Sort by Order” text is a blue link. I clicked on it and it turned black. I was then able to drag and drop my posts to reorder them the way I wanted them. However, this had absolutely no affect on the order of my posts on the website. Nothing changed. And, when I went somewhere else in the admin and then came back to the page of posts the “Sort by Order” text was once again a blue link and all my posts had gone back to the original ordering. All my “drag and drop” changes had disappeared. Not sure if I am doing something wrong or if there is some conflict with my setup. Thanks for any guidance!
Forum: Plugins
In reply to: [Simple Page Ordering] Ordering Custom Post TypesHi Darin, thank you very much for the reply. OK, maybe I’m missing a step. What do you mean by “and then switched over to the Sort by Order option?”
Forum: Plugins
In reply to: [Classic Editor] Modified Classic Editor plugin fileThank you, Ian! Yes, the link you provided does answer the question.
Forum: Plugins
In reply to: [Classic Editor] Modified Classic Editor plugin fileI’m getting the same “warning” via WordFence on one of my sites. We have the same version of the plugin, 1.6.2. Is this really something we need to worry about?
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] No Credit Card OptionOK, Joost, thank you for this information. You’ve been very helpful.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] No Credit Card OptionHello Joost,
I was able to change the “Method” from “PayPal Standard” to “PayPal.” It was very easy, just one click of the button. Everything now appears to be working. We see the big yellow PayPal button on the checkout page and when you click on it a pop-up window appears offering the choice of logging into a PayPal account or using a credit card. However… When we access the same page via a phone, there is no option to use a credit card. Why would that be and how can we fix it? I can send you screen shots if necessary. Thank you for your continued help.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] No Credit Card OptionOK, Joost, thanks again. I’ll come back here if I run into any problems.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] No Credit Card OptionHi Joost,
Thank you VERY much for the quick response. As near as I can tell we ARE using your plugin. Under plugins we have installed WooCommerce PayPal Payments Version 1.9.4. It is activated. It is the only PayPal plugin we have, so we must be using it, right?
When I go to WooCommerce > Settings > Payments we have only one method enabled. It says “PayPal Standard – PayPal.” Under it there is another method called “PayPal.” Are you saying that is the method we should be using instead?
As for the button, I believe that we have used CSS to change the color of the button, but we have no substituted a different button.
Thanks again for your help. I really appreciate it.
Forum: Fixing WordPress
In reply to: Website being redirected to “checkout”OK, I found the problem! It is a plugin called “authorizenet-payment-gateway-for-woocommerce.” When that is disabled everything works perfectly. With that plugin enabled we get the redirect. Thank you so much for your help, I really, really appreciate it. Now I need to contact the plugin developer and see what’s up.
Forum: Fixing WordPress
In reply to: Website being redirected to “checkout”Thank you! I will work on this and get back to you with what I find out.
Forum: Fixing WordPress
In reply to: Website being redirected to “checkout”No, we have not changed anything recently related to the domain or domain configuration. However… this site is set up to use a different location for WordPress than the site URL: the WordPress installation is inside a folder called “worldpetershellocruel”. The main index file in the root uses this:
/** Loads the WordPress Environment and Template */
require(‘./worldpetershellocruel/wp-blog-header.php’);It’s always been that way, since it was built almost 10 years ago.
So, to access the admin you use:
https://gretchenpeters.com/worldpetershellocruel/wp-admin/
Trying that still loads the redirect URL.
Forum: Fixing WordPress
In reply to: Website being redirected to “checkout”OK, I’ve put up an empty .htaccess file and it is still being redirected to that “checkout” URL.