WorkinWP
Forum Replies Created
-
Disregard this, I ended up using Mailchimp’s popup form and it worked flawlessly. It could’ve been that you need Elementor Pro as I found a spot within there that wanted the MC API again (NOT in the free version). I had to move on to get this done.
Thanks anyway!
Forum: Plugins
In reply to: [WooCommerce] BACS order goes to cart page never shows bank info@riaanknoetze Hey, THANK YOU SO MUCH!!! OMG that was a struggle. You were spot on about the redirects. I went back through the plugins and disabled others I hadn’t before and it ended up being a setting in Yoast SEO under some spot I know I would never have enabled myself that dealt with redirects:
Remove unregistered URL parametersRemove unregistered URL parameters
Removes unknown URL parameters via a?
301
?redirect. E.g.,https://www.example.com/?unknown_parameter=yes
will be redirected tohttps://www.example.com
Note that the following commonly-used parameters will not be removed:?gclid
,?gtm_debug
,?utm_campaign
,?utm_content
,?utm_medium
,?utm_source
, and?utm_term
.After disabling that (a couple of times to be sure) that let me see the BACS order page. Wow. You are a genius! Buy you a coffee (or something a little harder? lol). I probably would never have figured that out. I first went through .htaccess because I knew I had some things in there but even setting it to default made no difference. THANK YOU THANK YOU!!! And thanks also for the fast response here. I truly appreciate you ??
It turned out being a setting in Yoast SEO that was somehow enabled. Disabling it fixed it.
Remove unregistered URL parametersRemove unregistered URL parameters
Removes unknown URL parameters via a
301
redirect. E.g.,https://www.example.com/?unknown_parameter=yes
will be redirected tohttps://www.example.com
Note that the following commonly-used parameters will not be removed:gclid
,gtm_debug
,utm_campaign
,utm_content
,utm_medium
,utm_source
, andutm_term
.Forum: Plugins
In reply to: [WooCommerce] BACS order goes to cart page never shows bank infoUpdate:
I ran across this piece of code, which I added and included ‘guest’, however it didn’t make a difference in showing the final BACS payment page. I did log in as an editor and it showed it but it probably would’ve done it anyway. So it appears the issue lies in the fact that someone has to be logged in to see the final BACS payment page for some reason.
// Enable BACS payment method for customers, shop managers and administrators
function bacs_payments( $available_payment_gateways ) {
$user = wp_get_current_user();
$allowed_roles = array(‘customer’, ‘administrator’, ‘shop_manager’); if (!array_intersect($allowed_roles, $user->roles )) { if (isset($available_payment_gateways[‘bacs’])) { unset($available_payment_gateways[‘bacs’]); } }
return $available_payment_gateways; }
add_filter(‘woocommerce_available_payment_gateways’, ‘bacs_payments’, 90, 1);
Thank you, yes that worked. I did have to hit dismiss as to be expected, but it didn’t come back after that. Thanks for the fast response and fix, I appreciate it!
Ok thank you!
Hi,
I don’t have them up anymore because they looked bad. But you’re right, they’re all slightly different (but not by much: 293×610, 292×616, 274×597, 291×610). I’m not sure that’s the exact problem though. Does your app not allow for taller vs. wider images to scale correctly? It’s a trifold brochure so I’d want it to appear that someone is flipping through the pages of the trifold. When I loaded them up, they all appear to be in letter size format.
Thanks.
Thanks for your help here. You’ve basically answered my question with this:
“Smush will not be able to revert the image automatically to the original dimension as it has been already resized”
I’ll just needed to know if it was possible or not. Thank you!
Ahh I’m so sorry, it IS a different plugin. Thanks for bringing that to my attention. I also use your plugin, which is great too…no problems with it!
Thanks and sorry, again.
Forum: Plugins
In reply to: [LA-Studio Element Kit for Elementor] v. 1.3.9 Caused error on homepageThanks, that worked for me!
Forum: Plugins
In reply to: [Royal Elementor Addons and Templates] Instagram Feed DisappearedI decided to go through the steps to generate a new token again and that fixed it for anyone else having the same issue.
Forum: Plugins
In reply to: [WP Job Manager] Job Listings – Missing dropdown – ContactThanks, @minazc I figured that’s what people were going to have to do. I did notice that Ninja now offers a free file attachment which is what I was having to pay for. Appreciate your input here! Thanks for your time.
Forum: Plugins
In reply to: [WP Job Manager] Job Listings – Missing dropdown – Contact@minazc I’m just now stumbling across this same issue. It appears it disappeared altogether (you’re not going crazy!). You may have had the Contact Listing for WP Job Manager plugin installed and just not realized it had something to do with the Ninja form. I went to that free support site and someone else mentioned it didn’t work for them anymore, either. The plugin author said he’d look into it (that was 2 months ago). No update since. I did ask if anything had been discovered yet.
It also appears that WP JM now has two paid plugins to do what we were basically doing with Ninja forms. So it’s probably no accident that it doesn’t work anymore. What did you end up doing, if you don’t mind me asking?
Thanks
Forum: Plugins
In reply to: [LA-Studio Element Kit for Elementor] Update breaks iconsTurns out the background of the icons had changed to white when updating the plugin so I changed it back to the color it was before. Two icons of some family were showing at the top of the box so I replaced them with something else. All fixed now.
Forum: Plugins
In reply to: [LA-Studio Element Kit for Elementor] Update breaks iconsHi,
I still haven’t heard back on this. I have just created a staging site and tried to update the plugin again. Here is what happens:
Once the plugin is updated, two of the icons on the homepage are showing at the top of the box.
I go into the homepage to edit it in Elementor and then NONE of the icons within the icon boxes even appear on the back end. If I click on where it should be, it shows the ‘Edit LAStudioIconBox’ element with everything there.
If I hit PUBLISH and go refresh the homepage, no icons are there at all. The text is there but that’s it.
I tried even changing one of the icons and that didn’t make a difference.
Can you please fix this?
Thanks