yousuft
Forum Replies Created
-
Thanks Juan,
- Sorted out with the order status
- I’ll debug that button
- Don’t worry, I used the
ywgc_gift_card_code_form_checkout_hook
filter to move it
Thanks for your help.
Hi Diego,
Thanks for the response. I got it to work eventually by disabling/enabling Fluid and then it suddenly worked. Maybe it was server side as you suggested or caching which was turned off but who knows.
Thanks for the plugin. Go well.
Forum: Themes and Templates
In reply to: [OceanWP] Change spinner animationCool, Thanks Shahin. I’ll figure this one out.
Just to be clear, to target the spinner and override the CSS should I be targeting the loader-ellips class or infinite-scroll-request class, or both?
I don’t want to mess with the settings from Customizer so this will be helpful. I’d rather work within OceanWP’s current framework.
If you’d like the code that I produce to change the spinner please let me know. Happy to share it.
The primary use-case I’m aiming at is to replace the ellipses spinner with text that says “Loading More Products” so the user is informed of what operation they are waiting for. For now, I’ll only code a simple animation to flash the text as nothing more is needed but to keep the user in the loop.Thanks!
Forum: Themes and Templates
In reply to: [OceanWP] Variation image as Featured ImageThanks for looking into it Abishek. I’ve solved the issue using WooCommerce hooks in product page and some code to display the ACF image.
Happy to share the code if it’s useful to you or other users.
Thanks again for your support.
Forum: Themes and Templates
In reply to: [OceanWP] Change spinner animationThanks Shahin, that’ll be great.
Meanwhile, could I use CSS to change the spinner? …and what would the code be to put in the customizer?
Thanks again.
Forum: Themes and Templates
In reply to: [OceanWP] Variation image as Featured ImageSorry Abishek, here’s a detailed response:
The problem is:
How do I set an image that was uploaded via Advanced Custom Fields as the featured image of that woocommerce product only on the single product page?This is how I set it up:
Step 1: I created an ACF image field with return format of ‘Image Array’. Here’s a screenshot of the settings.
https://i.stack.imgur.com/wKM4W.png
Step 2: I created conditional rules to only display the ACF input field on products for a specific category. That works. In the screen shot below you can see the field on the product page with an image uploaded to it from the media library.
Step 3: Now this is the part I’m struggling with. I need to replace the woocommerce featured image with the uploaded ACF image when a user views the product page. The screenshot below shows the product page with the woocommerce featured image but I want to replace that with the ACF image I uploaded in Step 2.
https://i.stack.imgur.com/k0Q2p.png
Product page on Front-end shows Woo featured image but I want to replace it with ACF image uploaded in Step 2
So I have the snippets plugin enabled where I can add code to swap the product images on the front-end (product page) but I need help with code please.
Any help will be appreciated, thanks!
Forum: Themes and Templates
In reply to: [OceanWP] Full width section on single product pageHey Abishek,
Thanks. I think I’m not going to implement it for now as it will just complicate things. Thanks for your help though, appreciated ??
Forum: Plugins
In reply to: [WPC Name Your Price for WooCommerce] Allows zero and negative pricingI also found another bug:
If the status is set to enabled on the plugin’s setting page then all products in the store are set to “name your price” which may be dangerous for stores like mine ??
Have a look at https://whiteteastudios.com if you;re interested to see how I’ve structured my store.
Good luck with the plugin ??