stefsternyc
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Changing Product Price Currency Font ColourSure thing. If you want to only change a specific selector find the parent or use the page id for only that page.
Forum: Plugins
In reply to: [WooCommerce] Changing Product Price Currency Font ColourSelectors can be different depending on a theme. For Related Products it will be
.related.products{}
If you can find a class for a selector you want you can change it throughout.
Like for instance what I gave you for symbol just change it to
.woocommerce-Price-currencySymbol{}
and it will change it throughoutIf you don’t know about console I’d suggest learning how to use it. Each browser have their own version of it but there’s nothing better to help you learn each selector for each div.
Console View
In most browsers you get there by right clicking on screen. Make sure you’re not over an image and click INSPECT. Console will open and you can then view selectors for everything.
- This reply was modified 6 years, 6 months ago by stefsternyc.
Forum: Fixing WordPress
In reply to: Looking for a very specific image pluginYou might want to look at a membership plugin or something like BBPress and BuddyPress. Sounds like you want to build a community where people can do this and that would be your best bet.
Forum: Fixing WordPress
In reply to: Cannot access https://mysite.de/wp-adminSie haben eine Weiterleitung in Ihrer wp-config und Sie müssen es für jetzt auskommentieren.
Forum: Fixing WordPress
In reply to: Issues with pictures in chromeMake sure that your images are at least 2080px x 2080px with an 80% compression for excellent resolution of your images. If your images are smaller than that and the theme/site is responsive you will see pixelation galore.
Forum: Fixing WordPress
In reply to: Hyperlink Selecting IncorrectlyThis is because your links are overlapping and need to be inline so that they are separate from each other.
Forum: Plugins
In reply to: [WooCommerce] Details from previous visitors appearing in Check Out FieldsI’d need to see the website then. You still need to check the functions file and see if there’s something there. Again, it would be in your best interest to get permission to share the URL.
You can email me it as well if you want to keep it private.
Forum: Plugins
In reply to: [WooCommerce] Changing Product Price Currency Font ColourYou would use.
.price .woocommerce-Price-currencySymbol{ color:red !important; }
Forum: Plugins
In reply to: [WooCommerce] Details from previous visitors appearing in Check Out FieldsOk I figured it out.
Please go into each form and then click each field, then click advance and make sure that Allow field to be populated dynamically is unchecked. Check functions.php for any customization as well.
Forum: Plugins
In reply to: [WooCommerce] Details from previous visitors appearing in Check Out FieldsIn GF you need to check the forms settings. Make sure that none of them are saving the information. I have to look at one of my clients GF’s forms for where you look. It’s been awhile. However you can bet this is GF that’s doing this. WC’s framework doesn’t do this.
Forum: Plugins
In reply to: [WooCommerce] Details from previous visitors appearing in Check Out FieldsGF could possibly be the culprit here. Not seeing your site doesn’t help.
However, I would first switch to the twenty seventeen theme and test. Make sure to clear cache before testing.
If you still see the issue disable GF and reenable. If you still get this issue after all that you’ll need to contact GF since that’s your primary form.
I’m not sure why you’re using GF. Please elaborate on that part if you could.
Forum: Plugins
In reply to: [WooCommerce] Restrict shipping to ONLY LOCAL-PICKUPThat script will hide it. Turn off calculator for shipping too
Forum: Plugins
In reply to: [WooCommerce] Restrict shipping to ONLY LOCAL-PICKUPI don’t know what you mean by automatically. But I tested before I posted and it works for me. User goes and adds to cart user then goes to cart page, reviews and then goes to checkout page fills out billing and completes their order.
If you’re not a coder you need to find someone that can help you customize this option to your needs.
Forum: Plugins
In reply to: [WooCommerce] Change category image colour when hoverYour url is being flagged by Google
Forum: Plugins
In reply to: [WooCommerce] Modifying Woo Email TemplatesThe templates for Product Vendors is inside the plugin not Woocommerce.