brianpeat
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Payeezy Pay] Ability to add a service charge?Great! This is exactly what I need to get a client off of a custom php/html form and into their new WP site I’m building.
Forum: Plugins
In reply to: [Download Manager] Can only use 4 Gutenburg blocks per pageI figured it out. Even though PHP memory was set high on the host settings, I had to add a define( ‘WP_MEMORY_LIMIT’, ‘500M’ ); line to the config file. Everything works now.
Forum: Plugins
In reply to: [WC Custom Emails Per Product] Plugin is not workingI’m in the same boat. Stuck tonight trying to get it to show up in an appointment product type. Would love to have a solution.
Forum: Plugins
In reply to: [WooCommerce] Ship from two different suppliers with UPS and USPSI’ve bought all 3 plugins, and I figured out how to set up TWO sets of eash UPS and USPS (one from Cali and one from Florida). I set up the Packages and set them to only apply to specific categories and in each one, I set it to exclude the OTHER shipping setup.
Now, if I put an item from each supplier in the cart, how will I know if the shipping is working? Like right now, if I put 1 item in, it’s $8.95 ground. If I put another item from the OTHER supplier (meaning 1 from California and 1 from Florida), it STILL only shows $8.95 for ground, even though it’s shipping two boxes, one from each location.
My guess is I don’t have something set right as it should come out higher when one of each is in the cart.
Update: I got it working. Lol. You have to trigger the package (top part) and then you have to match the product (bottom part). I had missed the bottom part. Wooohoo!
Forum: Plugins
In reply to: [AMP for WP - Accelerated Mobile Pages] How to remove recent post in singleI came here with the same problem. Sure enough, I had missed the General tab. Glad to know I don’t have to hack anything to remove that section.
Ah, I just did a test and you’re correct. That makes sense. At least now I know it’s not a bug and how to get around it.
thanks!
Update, seems that if you use the wording “Continue Reading” the accessibility scanner says that’s enough to make it known what it’s doing so I guess I don’t actually need the aria label now.
Forum: Plugins
In reply to: [WC Fields Factory] checkout field – emailI have the same problem. There’s no option for checkout fields to be added as meta like the product fields.
Forum: Plugins
In reply to: [Dan's Embedder for Google Calendar] Errors: JQuery is not definedI’ve got the same issue. All I ever get on the home page when loading the list view is this error:
jquery.gcal_flow.js?ver=9670837…:182 Uncaught TypeError: Cannot read property ‘match’ of undefined
at gCalFlow.parse_date (jquery.gcal_flow.js?ver=9670837…:182)
at gCalFlow.render_data (jquery.gcal_flow.js?ver=9670837…:226)
at Object.success_handler [as success] (jquery.gcal_flow.js?ver=9670837…:170)
at i (jquery.js?ver=1.12.4:2)
at Object.fireWith [as resolveWith] (jquery.js?ver=1.12.4:2)
at y (jquery.js?ver=1.12.4:4)
at HTMLScriptElement.b.onload.b.onreadystatechange (jquery.js?ver=1.12.4:4)I’ve tried turning off my cache, turning off any minify, I even installed a re-order plugin that let me force jquery to load first. Nothing works.
Update: I turned off a bunch of stuff in my cache plugin and set the scripts to load in the footer. That seemed to do it.
- This reply was modified 7 years, 6 months ago by brianpeat.
I would love to know the answer to this. I really want radio buttons on stuff that has like 3 options, but then we have some “pick any 10” type products where we have 10 variations with dozens of products in each of those.
Forum: Reviews
In reply to: [Double Opt-In for Download] It's works but…Yep, I had the same issue. I was panicking because another plugin I tried was breaking all the downloads so I switched to this one. I followed the instructions and…nothing, no download just a thankyou page. I had to dig around in the support site, and the first page I found also had no short code for the landing page. Then I finally found the right one after quite a bit of searching.
It works, but it’s clunky in that the user doesn’t just get the download link, but in all fairness it IS in the title of the plugin (Double Opt In).
Forum: Plugins
In reply to: sell downloads and allow users to re-download?For anyone searching, I may have found a solution to this… eStore and eMembership together. Seems you can allow users to be in multiple memberships, so if I put the files for each product in a different membership level, people can buy into each of them and access the files in the ones they paid for.
Forum: Plugins
In reply to: sell downloads and allow users to re-download?This is probably what I’ll have to do, but it seems weird that I can’t find anything like this for wordpress. I buy a lot of Joomla plugins, and nearly all of them offer a way to go back and download the file later, sometimes they never expire.
Forum: Fixing WordPress
In reply to: Move wordpress directory but somehow keep old path?Thanks!
This page seems to be exactly what I need:
https://www.wlanbook.com/moving-wordpress-htaccess-301-redirect/Forum: Fixing WordPress
In reply to: Clicking more jumps to the BOTTOM of the postthis post had what I needed:
https://www.ads-software.com/support/10/13582
Now I can use the Excerpt for the intro to the story and still have a read more… link after the story. Yeah!