Phll
Forum Replies Created
-
Forum: Plugins
In reply to: [WPGlobus - Multilingual WordPress] multilingual XML sitemap for SEOHi Alex
ok!
I will do that and try to keep you in touch.Thanks a lot for your time!
Forum: Plugins
In reply to: [WPGlobus - Multilingual WordPress] multilingual XML sitemap for SEOHi Alex,
Thank you for your reply.This is what I have actually.
But still, Yoast doesn’t put all the /ja/ URLs on the XML.
So I was wondering if it’s because I have the free version of WPGlobus, which doesn’t manage custom slugs.I mean, Yoast put on the sitemap only the URL ‘website.com/contact’ and not the ‘website.com/ja/contact’.
Is it not the behavior you expect?Thanks.
Forum: Plugins
In reply to: [Autoptimize] Non secure content when activating AutooptimizerYes indeed, I think so too.
I only mentionned Lazy Load because OP mentionned it.It’s also weird since other websites are running in an almost same config.
(Server is same, not the template), and this website itself is running since months now.
BTW, wordpress is 5.4.2If the problem happens again, I’ll keep you in touch with more info about my config.
Thank you for your quick reply!Forum: Plugins
In reply to: [Autoptimize] Non secure content when activating AutooptimizerHi @optimizingmatters !
Actually I had me too an issue with the mixed content today.
I use your (awesome) plugin (thanks for that!) on many websites, on the same server, since long time, and I never had this issue.-> Suddenly, all the cached files were loaded via http: and not httpS anymore.
And it all happened automatically, I’m not even sure when. (I’m using the lazy load as well).
Had to delete the /cache/autoptimize folder manually, before reactivating the plugin.Tell me if you need more info on my install.
But for now it’s working again. Just wanted you to know about the problem.Thanks again for this amazing plugin.
CheersForum: Plugins
In reply to: [WPGlobus - Multilingual WordPress] Advanced Post List (APL) CompatibilityHi Alex
Awesome!
Thank you very much for your work!Forum: Plugins
In reply to: [WPGlobus - Multilingual WordPress] Advanced Post List (APL) CompatibilityOK!
I was able to “hack” the Advanced Post List plugin file (class-apl-shortcodes.php), adding filters as your guide mention here.e.g. for the post Title returned in the correct language:
BEFORE
$return_str = htmlspecialchars( $title_tmp );
AFTER
$return_str = apply_filters( 'the_title', $title_tmp );
I’m not sure if that is very safe, but it’s functioning so far.
PS: if you have an idea of the syntax to add “htmlspecialchars” to the string, it would be awesome ??
Thanks!
Phil
- This reply was modified 4 years, 4 months ago by Phll.
Forum: Plugins
In reply to: [Geo Redirect] facebook parserHi rmmoul, help! ??
I have the same issue with WC Social Login..
When I click on the Facebook Login button on the redirected pages, I got errors because the Facebook app auth links are redirected too.. (I tried to hack the WC SL plugin adding ?noredirect on generated links but it doesn’t work in this direction)The url should be https://domain.com/wc-api/auth/facebook/int_callback?, but it become https://domain.com/languagesubfolder/wc-api/auth/facebook/int_callback? and my Facebook app doesn’t connect..
I tried your fix but it doesn’t work.
Do you have any idea of how I can override the geo redirection to not work on this link?
Thanks!
Phil