John Petersen
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] TM symbol on products / Woocommerce email templateI am having this same issue. I’ve tried all of the above solutions and it is still coming out as an image that is huge.
yes
my file looks like this:
Username, Email, Role
test, [email protected], slugis this correct?
- This reply was modified 5 years, 11 months ago by John Petersen.
I have attempted the upload with the column named role. It didn’t work again.
If I am only adding 1 new role to the current list of existing users i am uploading, do i need, do i need commas?
Does this work with custom roles vs wordpress standard roles?
Hello,
Nevermind. Sorry. This was a problem with the product itself. It was broken somehow. I just cloned it and that worked fine. Thanks!Forum: Plugins
In reply to: [Product Open Pricing (Name Your Price) for WooCommerce] Variation ProductsI’m actually having the same problem. I have entered the price for the variations and am still having problems with the system rejecting the “choose your price” price and adding the product to the cart with the regular price. Can anyone help?
Forum: Plugins
In reply to: [Dynamic Widgets] Two Different User Roles, Menus, Widgets in SidebarWhoops sorry, I noticed that my menu was glitching and didn’t save. sorry, we are all good. Great plug-in!!!!!
Forum: Fixing WordPress
In reply to: can't edit page URL – saving page resets back to originalHello,
I am having this same issue. There isn’t a page that has the extension I am trying to replace but it still adds -2 at the end. I am trying to create https://www.hopescience.com/5000 and it just adds -2 and won’t allow me to remove it. Is there some issue with having /5000 as an extension?Thanks
So I have the Advanced Free Shipping settings the way I want them. I have no shipping zones. When I try to checkout, the shipping options say: “There are no shipping methods available. Please double check your address, or contact us if you need any help.” There isn’t anywhere for me to input a shipping method. I am rather lost. Can you help?
Forum: Themes and Templates
In reply to: Monstroid – remove zoom and lightbox in WooCommerce ShopNevermind, this has been resolved. Thanks
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] Single line horizontal formHello,
This is a great method. I was trying to add a name field before the email field and keep all of the fields and button on the same line.I went with this:
‘.mc4wp-form label,’
‘.mc4wp-form input[type=”text”]{‘
‘display: inline-block !important;’
‘width: 45%;}’
‘.mc4wp-form input[type=”email”] {‘
‘display: inline-block !important;’
‘width: 45%;’
}And the form code is:
‘<input type=”text” name=”name” placeholder=”Your name” required />’
‘<input type=”email” name=”email” placeholder=”Your email address” required />’
‘<input type=”submit” value=”Sign up” />’Can you tell me where I went wrong? (the backticks are just a precaution)
Forum: Fixing WordPress
In reply to: Warning: Division by zero in shortcodes.phpNevermind. I fixed it. The col-xs should have been “none” not a specific size.
Forum: Plugins
In reply to: [MotoPress and CherryFramework-3 Integration] Not functioning with WP 4.1Nevermind, I fixed it. Sorry about that.
Forum: Fixing WordPress
In reply to: Warning: Division by zero in shortcodes.phpHmm that might be the issue. Thanks! I’ll move over to that forum.
Forum: Plugins
In reply to: [MotoPress and CherryFramework-3 Integration] Not functioning with WP 4.1I now have errors across the top of my site:
Warning: Division by zero in /home/clearl17/public_html/wp-content/plugins/cherry-shortcodes/inc/shortcodes.php on line 965
I believe this may be an issue of compatibility with WordPress versions over 4.0.7. Can you please comment?
Forum: Fixing WordPress
In reply to: Warning: Division by zero in shortcodes.phpThanks Tara,
I really need those shortcodes. They are the backbone of my site.
Any other thoughts?