shawaj
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] admin-ajax.php issueWas this ever fixed?
Forum: Plugins
In reply to: [Slideshow] Slow load of page due to admin-ajax.phpWas there ever a fix to this problem? I am facing the same issue.
Thanks
Forum: Fixing WordPress
In reply to: Woocommerce Store Notice Covering Top Bar in MystileBear in mind also, that is only for the amount of text that I have in there.
I also haven’t worked out how to make it change based on the amount of text, and when it will shift from one line, to two lines, to three lines etc of text as you shrink the screen width
Forum: Fixing WordPress
In reply to: Woocommerce Store Notice Covering Top Bar in MystileTry the following code:
nav.col-full { margin-top: 125px !important; } /* DESKTOP STYLES ----------------- Add styles inside the media query below that you only want to be applied to the desktop layout of your site */ @media only screen and (min-width: 1028px) { /* Desktop styles go here */ nav.col-full { margin-top: 50px !important; } } @media only screen and (min-width: 541px) and (max-width: 1028px) { nav.col-full { margin-top: 75px !important; } } @media only screen and (min-width: 295px) and (max-width: 541px) { nav.col-full { margin-top: 125px !important; } }
I need to still try and find a way that this code can automatically be injected once you enable the store-wide text but at the moment at least it is working and not covering the cart button
No need to thank me. Really glad it’s sorted though because the order numbers were getting so high I was worried they would hit 1 million soon ?? haha.
Keep up the great work!
Just wanted to post back and say that Tamara from SkyVerge has provided possibly the best customer service I have ever had.
Found and fixed the issue in a matter or days after providing login details to staging site.
Pretty unbelievably fast support for a free plugin.
Thanks!!
Thanks, will do
I can give you access to our staging website if that helps?
Unfortunately not no. I do really need to though as the order numbers are getting so high!
The issue was never solved unfortunately…
Just noticed the link on your last post. Apologies.
Emailed now
What’s your email?
Thanks
Edit: ignore that, saw the link. Should have paid more attention!!
Hi Tamara,
Yes still seeing this issue.
I didn’t seem to get an email for your last reply which is why I didn’t respond.
I have the memory limit set to 128M already.
I’m using mystile theme from woo.
Cheers
Forum: Reviews
In reply to: [Predictive Search for WooCommerce] breaks woocommerce various productsto plugin author – has this ever been fixed by any chance?
thanks
Forum: Fixing WordPress
In reply to: Init hook called multiple timesWhen you say open the console, what exactly do you mean?
I found some plugins and theme errors were making it fire like 6 to 8 times. I have managed to get it down to 1 to 3, but still can’t figure out what is wrong!
Really annoying.