keithvaugh
Forum Replies Created
-
Forum: Plugins
In reply to: [Polylang] Images not showing when polylang activatedWonderful. Thats makes sense to me. I was thinking that if might be something from the theme side, however so many people was reporting their sites with this theme working without issue along side polylang. Will follow up on it but know enough to get a fix.
Thanks Daniel for the reply.
I will investigate the WooCommerce connection – however I have an SSL site wide.
Since posting I changed from a multisite installation of WP to a single site and that seems to have fixed the issue! Maybe it is a multisite issue that developers need to be examining.
Still broken in version 4.1.5 and WP 3.9!
I actually installed the latest version today, that today but I’m still getting the same result. It worked fine with the early builds of 4.x.x, then about two/three weeks ago (not sure which build) the redirect loop issue appeared.
I’m having the very same problem.
Running the latest built of WP 3.8.3 and iThemes Security 4.0.23. The problem also existed in the previous versions of both. I’ve been unable to source the problem so had to resort to deactivating the plugin
Forum: Plugins
In reply to: [WooCommerce Product Archive Customiser] only one column showing upGot it sorted by adding the following code to my css
.hentry { clear: none; }Forum: Plugins
In reply to: [WooCommerce] Products listing changed after updateThanks Roy. That sorted the issue for me. Really appreciate you taking the time to have a look and offer your solution.
In the end I added the following code to my CSS:
.hentry { clear: none; }I’m experiencing the very same problem on three sites with the plugin active. I’ve had to rename the plugin folder via ftp before I could gain access the site. The behaviour persists until the error log reaches its capacity and then the site crashes.
There doesn’t appear to be a fix for this issue. On one of my sites I deleted the plugin and then reinstalled it. The issue returned as soon as this was done.
Its such a shame that this wonderful plugin has become so unstable and there doesn’t appear to be a fix in sight.
Thanks Ernest_d. That sorted the problem out for me. Not only that, the site is loading quicker now also
Really appreciate the assistance.
Hi Folks. Really would appricate it if someone could help me out here. I don’t understant these .htaccess files, and therefore don’t know what to try to sort out this cycling problem. Here is what I have
RewriteEngine On
RewriteBase /
RewriteCond %{HTTPS} !=on
RewriteRule .* https://www.magva.com/%{REQUEST_URI} [R,L]
RewriteRule ^index\.php$ – [L]# add a trailing slash to /wp-admin
RewriteRule ^([_0-9a-zA-Z-]+/)?wp-admin$ $1wp-admin/ [R=301,L]RewriteCond %{REQUEST_FILENAME} -f [OR]
RewriteCond %{REQUEST_FILENAME} -d
RewriteRule ^ – [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(wp-(content|admin|includes).*) $2 [L]
RewriteRule ^([_0-9a-zA-Z-]+/)?(.*\.php)$ $2 [L]
RewriteRule . index.php [L]<files wp-config.php>
order allow,deny
deny from all
</files>Options All -Indexes