jsmi
Forum Replies Created
-
Searching for the same.
Forum: Plugins
In reply to: [Fixed Widget and Sticky Elements for WordPress] Crashes into Widget BelowIt would have been great if we could figure out some solution for this.
Great. That worked. Many thanks for the prompt response.
Thanks. The zoom issue is also fixed.
Forum: Plugins
In reply to: [WP UI - Tabs, Accordions, Sliders] JS causing wait time….Sadly I had no way other than removing the plugin and opting for another one. Saved around 10 secs of loading time. WP UI is great, but this bug is really annoying. Sorry Kavin, hope you’ll have a fix for the issue soon.
Forum: Plugins
In reply to: [WP UI - Tabs, Accordions, Sliders] JS causing wait time….The file wpui-script=before&_=xxxxxxxxx is loaded even after disabling it on homepage, as suggested by Kavin. I checked the file, it contains only the following, but takes a long time to load:
var wpuiJQ = jQuery;
Forum: Plugins
In reply to: [WP UI - Tabs, Accordions, Sliders] JS causing wait time….Hi Kavin,
WP UI is one of the key plugins that I use in my website. Thanks for such a great plugin.
wpui-script=before&_=1387284657113 is taking too much time to load for me too. Have you released any update with a fix for this?
Hope you’ll help soon.
Resolved. I’d to list the files inside commas in the whitelisting box provided by the plugin. Whitelisted those 4 js files properly, and now everything is working well. Thanks.
Hi,
Thanks for the prompt response. Obviously, I’m not looking to async Alfie’s scripts, but my website’s other javascript files. Other than the Alfie issue, everything is working fine for me with that plugin.
I tried whitelisting 2 instances of both alfie-weather.js and alfie-weather.min.js, that are in the js folder, but it didn’t work for me.
Is there any script file I’m missing other than these two? Could you please look into the issue, if you don’t mind?
Forum: Plugins
In reply to: [Alfie WP Weather] Conflict with my theme or some plugin?Thanks. Awaiting the next releases with more features and fixes.
Forum: Plugins
In reply to: [Alfie WP Weather] Conflict with my theme or some plugin?Exactly. I had enabled inline JS minification in W3TC, which caused the issue. Disabled it and the widget is working fine.
I think you can do something to make the widget compatible with inline JS minification too ??
Thanks again. Marking the issue as resolved.
Forum: Plugins
In reply to: [Alfie WP Weather] API suggestionGreat to hear that! Keep improving. Best of luck!
Forum: Plugins
In reply to: [Alfie WP Weather] Weather widget is displaying: /* and /*]]>*/Try disabling the js minify option.
Forum: Plugins
In reply to: [Alfie WP Weather] Conflict with my theme or some plugin?Sorry, solved the issue in my /new subdirectory installation using the code mentioned above.
I’ll give you 5 stars ?? Also I’ll mark it as working with WP 3.8.
Issue in the main installation is not figured out. Hope you’ll check.
Forum: Plugins
In reply to: [Alfie WP Weather] Conflict with my theme or some plugin?Solved the issue in my main installation by allowing the getfeed.php file using .htaccess in the wp-content folder:
# Protect /wp-content Directory order deny,allow deny from all <files ~ ".(xml|css|jpe?g|png|gif|js|ttf)$"> allow from all </files> # Allow getfeed.php file of Alfie WP Weather plugin <Files getfeed.php> Order Allow,Deny Allow from all </Files>
Hope you’ll check what’s wrong with my main installation.