egleason
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Single Product Page Missing Description and ImageWooCommerce itself
Forum: Plugins
In reply to: [WooCommerce] Single Product Page Missing Description and ImageJust an update if anyone else has this issue. I had a corrupt file after I cloned the site. Tech support at Woocommerce were awesome and it was all fixed with a fresh install of the plugin.
Forum: Plugins
In reply to: [WooCommerce] Single Product Page Missing Description and ImageAll the content is showing in the dashboard. Just not live view. I’ve saved an older one and I tried a new test one. Same issue.
Forum: Plugins
In reply to: [Discontinued: Srizon Social Album :Do Not Install] Album IssuePerfect Thank You!
Forum: Networking WordPress
In reply to: 404 Error on ImagesI deleted the htaccess had a cup of coffee and reuploaded it and it works? I’m not confident that it’s not going to revert again. And I’ld like to know why to prevent it happening again.
Forum: Networking WordPress
In reply to: 404 Error on ImagesJust reopened this… So my issue is based in htaccess
I update the code to the correct code. Change permissions to 444.
I hit refresh and it reverts to the old code.I’ve disabled all the plugins and have just the basic wordpress themes on the site now.
What is causing the htaccess code to revert back to the old code.
Forum: Networking WordPress
In reply to: 404 Error on ImagesNevermind… Got my .htaccess all squared away. I knew as soon as I posted I would figure it out.
Just had to use the right version.
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]# uploaded files
RewriteRule ^([_0-9a-zA-Z-]+/)?files/(.+) wp-includes/ms-files.php?file=$2 [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).*) $1 [L]
RewriteRule ^[_0-9a-zA-Z-]+/(.*\.php)$ $1 [L]
RewriteRule . index.php [L]
# END WordPressForum: Plugins
In reply to: [SoundCloud Is Gold] Broken with WP 3.9We’re experiencing this problem as well.