Cris!
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Product Variation Image Size ProblemClear cache on browser, clear cache of any plugins used to speed site loading. That’s what did it for me.
Forum: Plugins
In reply to: [WooCommerce] Product Variation Image Size ProblemWell, I guess I must have had a caching problem, because the site now properly adjusts the image sizes and doesn’t crop my pics any more.
Forum: Plugins
In reply to: [WooCommerce] Coupon being applied to all products instead of designatedNope. Tried that and it still applies free shipping to the entire shopping cart.
-Edit: Oops, it was applying it unilaterally because of another plugin (Woocommerce Conditional Shipping and Payment). When I disabled that plugin, the shipping instead ignored the free shipping flat rate, and showed it as a regular addition to the final shipping cost.
- This reply was modified 5 years, 4 months ago by Cris!.
Forum: Plugins
In reply to: [WooCommerce] Shipping Options missing from SettingsOkay.
I have set up shipping zones:
I have created shipping classes, and assigned products to them:
I still DO NOT have any options to configure my shipping methods.
UPDATE:
I unchecked the setting “Enforce HTTPS on invoice pages…” which resolved my redirects problem.Now on to email…
Forum: Plugins
In reply to: [WP Advanced Comment] child pages possible?I added the following code to my functions.php file:
function comment_reform ($arg) { $arg['title_reply'] = __('Review or Comment'); return $arg; } add_filter('comment_form_defaults','comment_reform');
Can you help me replace the
('Review or Comment')
with the form title?I’ve uninstalled Shopp and switched to another ecommerce solution. Thanks for your time, though!
::sigh::
Bob Dole says I’m a doofus. Also, I figured out my problem(s). First, I needed to update my PHP version. I have no idea why this worked in a subdirectory but caused errors on the root directory (unless there was a hidden php.ini file I simply couldn’t make appear).
Still no fix for image storage…
Forum: Plugins
In reply to: [WP Bouncer - Limit Simultaneous Logins] Version 1.2?This appears to be a legitimate issue. I’m also getting this update notice on multiple websites, but when I update, it remains “version 1.1”
Did version 1.2 get accidentally mis-numbered as 1.1?
Forum: Plugins
In reply to: [Pagination For Posts] link to a paginated section?Ok, Thanks.
Forum: Plugins
In reply to: [Pagination For Posts] link to a paginated section?Is anyone even supporting this plugin?
::Bump!::
Okay, thanks. I’ll keep an eye on your release notes to verify the change is there before I try updating NextGEN again.
I’m really glad to hear this is a fix you can do at your end. I think the site owner would have a heart attack if he had to update all the image file names.
Thanks for all the help and comms!
Forum: Plugins
In reply to: [Contact Form 7] Godaddy Hosted Exchange Email Contact Form 7 SolutionWhich, by the way, ALSO did not work.
Forum: Plugins
In reply to: [Contact Form 7] Godaddy Hosted Exchange Email Contact Form 7 Solution@postman, it was Found on Email Setup Center. From your account page, click open Email, click Manage next to email plan (mine was Unlimited Business), mouse over the email address you want to use, and a pop-up menu appears. Select Email Setup Center and a new tab opens, which shows the email server settings, including outgoing SMTP.
Forum: Plugins
In reply to: [Contact Form 7] Godaddy Hosted Exchange Email Contact Form 7 SolutionI just looked this up on my unlimited business email Godaddy Account and it says MY outgoing SMTP is: smtpout.secureserver.net
It’s great advice, in general, that you’ve given, @relicreative, but the settings you’ve posted should be asterisked as:
*not guaranteed to be YOUR settings…check with your Godaddy email account information to be sure.