John Conner
Forum Replies Created
-
by the way here is a compatibility test php script:
https://createfeed.fivefilters.org/fc_compatibility_test.zip
if it shows everything’s fine on server side the plugin WOULD work properly with full extractor.Forum: Plugins
In reply to: [Autoptimize] New options neededHands up!
Just html cache (the same as js & css) is enough.Forum: Plugins
In reply to: [Featured Image from URL (FIFU)] more smartness neededCheck this out:
https://paste.ubuntu.com/p/ShRB7xYCdH/Source page is:
https://www.citylab.com/newsletter-editions/2019/05/maplab-where-us-housing-costs-hurt-most/588535/By the way I solved issues with some tricky codes of mine.
Forum: Plugins
In reply to: [Featured Image from URL (FIFU)] more smartness neededEasily use “view-source:” or CTRL+U to open source html code in Chrome or FireFox browser.
- This reply was modified 5 years, 10 months ago by John Conner. Reason: improving literature
Forum: Plugins
In reply to: [Featured Image from URL (FIFU)] more smartness neededJust another example, take a look at below post:
https://www.citylab.com/newsletter-editions/2019/05/maplab-where-us-housing-costs-hurt-most/588535/the first image url is:
https://cdn.theatlantic.com/assets/media/img/posts/2019/05/bd9f5dae2/6d8bad752.pngbut strangely it’s unknown or not recognizable for the plugin.
Forum: Plugins
In reply to: [Featured Image from URL (FIFU)] more smartness neededFor example this address was taken as featured image url:
https://www.cnet.com/roadshow/reviews/2019-ram-heavy-duty-review/
instead of this:
https://cnet1.cbsistatic.com/img/c1Ms2fBTARfvGjWF-SY4zcx8bmU=/1092×0/2019/05/01/e0cdd0f7-a37a-4e7b-8015-b15b32f2295c/rm019-087hdtvj8o5d8snei1uubj00r844fmm.jpg
from mentioned post.
—–
and the internal image address as a default featured:
…/wp-content/uploads/sites/5/2019/sample.jpg
was changed to this:
…/wp-content/uploads/sites/5/sites/5/2019/sample.jpgThanks for being responsible, even to free version users, it’s very nice of you.
Kindly consider that some strings in plugin are deprecated in PHP 7.x, like:
– cybersyn/fivefilters-full-text-rss/makefulltextfeed.php on line 1252
– cybersyn/fivefilters-full-text-rss/libraries/feedwriter/FeedItem.php on line 104
– cybersyn/fivefilters-full-text-rss/libraries/simplepie/library/SimplePie.php on line 1496also some options are needed which are currently included in other free plugins:
– remove hyperlinks
– replace a keyword
– wrap html- This reply was modified 6 years ago by John Conner.
Forum: Plugins
In reply to: [LiteSpeed Cache] Please remove html coommentIt works so-so.
If possible add an option in new versions.
Regardsupdate: it seems that this line is removed:
<!– Page generated by LiteSpeed Cache on…- This reply was modified 6 years, 7 months ago by John Conner.
- This reply was modified 6 years, 7 months ago by John Conner.
Have the same problem, not solved yet. I’m searching for sources of previous versions.
Forum: Plugins
In reply to: [LiteSpeed Cache] CDN issueHi @hailite
Honestly speaking I solved the issue with some htaccess and PHP coding, but on a fresh installation the plugin’s CDN option works fine.Forum: Plugins
In reply to: [LiteSpeed Cache] Optimizer and CDN need improvemntNope, in a glance it seems OK. But many post images are not referred to CDN, cache purge doesn’t help.
Forum: Plugins
In reply to: [LiteSpeed Cache] Optimizer and CDN need improvemntNew version 1.3 still has some issues with CDN link rewrites, CSS combine, and JS minification and combine.
WP 4.8.1, Theme: Nirvana 1.4.2
Forum: Plugins
In reply to: [LiteSpeed Cache] Optimizer and CDN need improvemntAll kind of minification incompatible sliders are included in “MetaSlider” plugin.
Forum: Plugins
In reply to: [LiteSpeed Cache] Optimizer and CDN need improvemntHi @hai
JS minify will disable sliders like Nivoflex, and CSS combine will disturb responsive pages, specially contents.
You can just check Autoptimize plugin by yourself to see what I mean about loading JS files in head.
Thanks for being helpful, keep it up bro.
- This reply was modified 7 years, 5 months ago by John Conner.
Forum: Plugins
In reply to: [LiteSpeed Cache] Optimizer and CDN need improvemntP.S. I don’t want to ad for a plugin but Autoptimize is a very good experience about optimization, but CDN. I always have to rewrite URLs through htaccess, because plugins neglect or bypass many URLs and there are always issues with https (e.g. rewriting image URLs, excluding css and js, font awesome, etc.).
I also found that optimization and CDN has a weird conflict, repeated URL after “…/min/” should be considered, or multi-site WP on sub-directory would face issues in reason of sub name repeat (e.g. …/sub/sub/…).