Macaromix
Forum Replies Created
-
Hi,
I’ve found a temporary fix for this issue:
File wp-content/plugins/nextend-facebook-coonnect/nextend-facebook-connect.php
Modify following function new_fb_login_url when ithemes hide backend is activated:
function new_fb_login_url() { return site_url('wp-login.php') . '&loginFacebook=1'; }
(can be optimized by adding a function detecting if hide backend is activated or not)
And then try with following connection link format (redirecting to home):
<a class="facebook-link" href="https://yoursite.ext/?loginFacebook=1&redirect=https%3A%2F%2Fyoursite.ext%2F" onclick="window.location = 'https://yoursite.ext/?loginFacebook=1&redirect='+window.location.href; return false;">
(NB: For my current project I don’t use the default wp-login.php page)
- This reply was modified 7 years, 3 months ago by Macaromix.
Sorry for the wrong title (autocorrect…) ; Extend -> Nextend
Forum: Plugins
In reply to: [W3 Total Cache] Minified files placement crashes websiteThe corresponding source code can be found in the following files :
wp-content/plugins/w3-total-cache/lib/W3/Plugin/Minify.php
Forum: Plugins
In reply to: [W3 Total Cache] 403 Forbidden access to minified javascriptApparently the URL generated is longer than 255 chars which is not accepted by many apache configs.
I am surprised that we are the only ones to face this issue. All basic apache configs should have the same problem.
It is maybe working for me with the minified css since the url length is 225.
Forum: Plugins
In reply to: [W3 Total Cache] 403 Forbidden access to minified javascriptI tried with google chrome and safari and it is worse. The minified js is never loaded ! I always get the 403 error…
thanks for your cooperation
Forum: Plugins
In reply to: [W3 Total Cache] 403 Forbidden access to minified javascriptSmall precision : when I access the relative url for the first time it loads with no issue. I only get this 403 error after clearing browser cache and reloading…
Thanks for your help