zarg404
Forum Replies Created
-
Forum: Plugins
In reply to: [Responsive Menu - Create Mobile-Friendly Menu] Does not workHi,
I did not removed JQuery BUT I installed ‘Async JavaScript’. For JQuery, I had set Async which could create problems with some functions.
Responsive Menu is working well with ‘Exclude’ setting for JQUery in ‘Async JavaScript’
Defer or Async are not working.Thank you !
Forum: Plugins
In reply to: [BackWPup – WordPress Backup & Restore Plugin] SSL23 erreur Unknow httpsHi,
Do you have a solution for simple BackWPup without cron ?I tried to add
”
RewriteEngine On
RewriteRule * – [E = noabort: 1].
RewriteRule * – [E = noconntimeout: 1].
”
to my .htacess but I think there is a conflict with others instructions. My .htacess is now:”
RewriteEngine On
RewriteCond %{SERVER_PORT} 80
RewriteRule ^(.*)$ https://www.mywebsite.fr/$1 [R=301,L]# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
”Thank you
WP 4.2.2 and v1.1.3 and I still have this problem. Thank you