miwiley
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [ColorMag] Thoughts on Image:Widget placementgave it a go – will run it for a bit to see how it goes – thanks for the advice.
Forum: Themes and Templates
In reply to: [ColorMag] Whitespace under image problemBTW – The mobile experience on this theme is outstanding! To whom may be interested!
Forum: Themes and Templates
In reply to: [ColorMag] Whitespace under image problemSolid!! worked like a champ. Thanks Nitu – Your posts/responses are spot on.
Forum: Fixing WordPress
In reply to: Permalinks change breaks all linkscorrect: /etc/apache2
Forum: Fixing WordPress
In reply to: Permalinks change breaks all linksA bit more details:
1. VM WordPress hosted @google
2. Used Plugin WP Htaccess Editor
3. Opened/Save .htaccess file (copy/paste)
4. Pasted in the following @.htaccess
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
5. Logged into Google: Open Console in Browser
6. cd /var/apache2/
7. $ sudo service apache2 stop
8. vi apache2.conf
9. Changed /var/www/ –> Overide ALL –>Save
10. $ sudo service apache2 startnow “custom” permalink: %postname%
Note: Failure as above thread without doing this…
Note: Why not just have this done in the build process = Odd
Note: Search Engine(s) needs this to drill down/links