chickendipper
Forum Replies Created
-
Forum: Plugins
In reply to: [PWA for WP & AMP] Custom start urlHi,
Well that is because I didn’t look hard enough and didn’t see that option haha.
Thanks for pointing out I will use this.
Great plugin!
Forum: Plugins
In reply to: [AddToAny Share Buttons] Insert directly into themeApologies the code above is not complete I did not copy the entire snippet.
Here is the code:
(function($) { $(document).on('pjax:complete', function() { setTimeout(function() { jQuery(window).lazyLoadXT(); }, 1 ); }); })(jQuery);
- This reply was modified 2 years, 9 months ago by chickendipper.
Forum: Plugins
In reply to: [PWA for WP & AMP] Custom start urlI should mention I have already done this by editing the manifest file directly, then setting to read only.
This is only a small change to the start URL and not sure it should be a premium feature.
Thanks.
Forum: Plugins
In reply to: [AddToAny Share Buttons] Insert directly into themeHi,
Thanks for the reply.
I am not very good with JS, I have tried using this but it isn’t working.
I use this code that I found to make the a3 lazy load plugin work:
setTimeout(function() { jQuery(window).lazyLoadXT(); }, 1 ); }); })(jQuery);Could you kindly format the jquery for addtoany to match the above?
I am fairly sure my jquery for a3 lazy load doesn’t need a timeout either, just not sure on how to remove that but it works so you could still use this for the addtoany.
Thank you.
Forum: Plugins
In reply to: [AddToAny Share Buttons] Insert directly into themeHi,
Thanks I missed that.
Is it possible to make the buttons load in an page that has been loaded with ajax?
The buttons show if I refresh the page in the browser, but not on the initial visit which I think will be due to the ajax load.
Thanks
Forum: Plugins
In reply to: [PWA for WP & AMP] Custom start urlI want to add UTM to the start page url.
So for example: https://mywebsite.com?utm_source=pwa instead of only being able to select a page as the start url.
Thanks.
Apologies wrong forum.
Sure, this is used for the a3 lazy load plugin.
(function($) { $(document).on(‘pjax:complete’, function() { setTimeout(function() { jQuery(window).lazyLoadXT(); }, 1 ); }); })(jQuery);
Thanks
Yes it gives me the option to add additional JS.
I also use the custom css & js plugin to achieve the same, would I be able to reload the js for Super Socializer to fix the issue?
Thanks.
- This reply was modified 2 years, 10 months ago by chickendipper.
Hi,
Thanks for looking. I have tried unchecking the load javascript in site footer but it remains the same, is there anything else I can try?
I have been provided js reinit snippets to use for other plugins to resolve issues, not sure if this is possible here?
Thank you.
I must’ve missed that option.
That has worked perfectly, thanks for the help and the great plugin.
Hi,
Thanks for the response.
Of course here is my site: https://ukradio.live
The search is in the header, if you type anything in the box then delete what you have typed you will see that greatest hits radio then starts appearing which is odd
I should add that these are the latest radio stations (posts) I have added so it seems the search is picking these up related to their age.Thank you very much.
Forum: Plugins
In reply to: [PWA — easy way to Progressive Web App] Microsoft Icon IgnoredAlso, is there any chance of adding a version field?
So that we can modify the version number to force a re-install/update of the pwa, this looks like the only feature this great plugin is missing.Thanks!
Forum: Plugins
In reply to: [WP Bottom Menu] Active MenuHello,
Did you ever manage to solve this issue please? I have the same issue with the menu.
Thanks.