Fropky
Forum Replies Created
-
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Incorrect work in chromeeveryone has this issue including ALM example site.
Arnan,
You have fixed the bug. I enabled the plugin. I was just asking for a fix of the bug. You did that.
Again not a good practice to tease your paid plugin users.It is already been there on a public page.
https://wpvulndb.com/vulnerabilities/10249Thanks for not giving any support. PAID PLUGIN REMOVED.
- This reply was modified 4 years, 8 months ago by Fropky.
Rather than discussing about problem. We are discussing how can we get further support on a support forum page.
Do you really want to treat your paid plugin users like that? Pretty childish behaviour.
- This reply was modified 4 years, 9 months ago by Fropky.
Thank you for concern.
But as a matter of fact I do not use Form in wp-admin for support request. You never know what information is getting transferred.
Is there a problem giving support here?
as it scroll, footer should also scroll and scroll content should come into focus.
did you re-produce the issue?
Open this link in chrome (mobile dev)
https://connekthq.com/plugins/ajax-load-more/add-ons/next-page/next-page-auto-pagination/
go directly at footer area quickly. You will se page no changes in browser url window but content will not be seen (only footer area will be visible, focus will not shift on newly loaded slides)- This reply was modified 4 years, 10 months ago by Fropky.
Hi,
Can do the same test on dev tool in chrome selecting mobile.
Am I not able to explain the issue?
Forum: Plugins
In reply to: [WordPress Infinite Scroll - Ajax Load More] Next Page Addon issue.what I need to add in shortcode to make it work?
Forum: Plugins
In reply to: [Autoptimize] Disable auto generation of css js fileI dont know its working or not but header is set in right way. Need to test more if it is working or not especially with defer in javascript.
Forum: Plugins
In reply to: [Autoptimize] Disable auto generation of css js fileThank you for solving my issue.
- This reply was modified 5 years, 1 month ago by Fropky.
Forum: Plugins
In reply to: [Autoptimize] Disable auto generation of css js fileI tried this method. But I dont think it is doing anything
function pushAOFiles($in) { $pushType = substr($in,strrpos($in,".")+1) === "js" ? "script" : "style"; header('Link: <'.$in.'>; rel=preload; as='.$pushType,false); return $in; } add_filter('autoptimize_filter_cache_getname','pushAOFiles');