folal01
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Sale Start_End Date format inconsistenciesHi John
Thanks for the response – I have the same display as you when clicking on Schedule in a variation
Follow these steps to recreate:
1. Choose a variation product
2. In the drop down above the variations select “Set Scheduled sale dates”
3. Click Go
4. You will get a prompt “Sale start date (DD-MM-YYYY format or leave blank)”
5. Click OK
6. You will get a prompt “Sale end date (YYYY-MM-DD format or leave blank)”This is the issue I am reporting – note the different date formats
Thanks
AlanForum: Plugins
In reply to: [WooCommerce] woocommerce ios app invalid key and secretSite was not fully https – once I forced store to be https I could connect successfully
Forum: Plugins
In reply to: [WooCommerce] woocommerce ios app invalid key and secretHi Doug
Thanks for your feedback
I did make 100% sure that the ck_ and cs_ keys were split and pasted in the right areas – so that is not the issue here.
When I initially tested the IOS app I added the URL, ck and cs successfully and it worked perfectly. The crazy thing is the app stopped working after about 10 days (no data shown in app). I thought it might be a password/api key mismatch so tested by changing the password for a user and then regenerated the api key and this is where my problem started. I even deleted the ios app – reinstalled – created a new id – generated new api keys – and I still get the same issue. I even tried on a second phone – same issue
If i take the same ck_ and cs_ values and pass them as parameters in a webpage Order data is returned – crazy stuff..
Hence my request for help – how can I determine what the issue is?
ThanksForum: Themes and Templates
In reply to: [Shop Isle] Distance between Header Image and TextPlay around with the “90px” value – hope it helps u
/* remove the extra padding between heading and paragraph on pages*/
.module {
padding: 90px 0 !important;
}Forum: Themes and Templates
In reply to: [Shop Isle] Menu colour does not change on hoverSolved thanks to Uriahs Victor
Simply adding !important; after the color fixed the problem
color: #000 !important;
Thank you Uriahs Victor
Forum: Themes and Templates
In reply to: [Shop Isle] Large & Blurry Product ImageLot of trial and error with wordpress settings and resizing of images did the trick