illmatic
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Logo in Header isn't showingBut my favicon.ico is still not working properly, anyone have any ideas? I gathered I would just get my icon file and place it in the root of my theme folder and it would automatically detect it?
Forum: Fixing WordPress
In reply to: Logo in Header isn't showingDamn, it was that all along! Thought I would have worked something so simple out, haha. Ah the joy of coding. Thanks for your help man!
Forum: Fixing WordPress
In reply to: Logo in Header isn't showingYep, just moved it back
Forum: Fixing WordPress
In reply to: Logo in Header isn't showingYeah, because I just moved it out of the image folder and changed the file name to test it.
Forum: Fixing WordPress
In reply to: Logo in Header isn't showingI tried changing the file name and moved it to the root and changed the location as well, it doesn’t seem to want to work at all ??
Forum: Fixing WordPress
In reply to: Logo in Header isn't showingYes, I used the same code for the social network icons in the sidebar and they are in the same folder and they show up fine. When I go to the url of the image I get a 404 error.
I also tried re uploading the image file.I just uploaded my favicon and that doesn’t seem to be working either.
https://www.larkz.netForum: Installing WordPress
In reply to: Moving from Server2Go to Live ServerUPDATE: I did the search and replace again and I got my site working, all but the logo, for some reason?
In my header code I have
<a href="https://www.larkz.net"><img src="<?php bloginfo('template_url'); ?>/Images/larkz.net_logo1.png" width="440" height="90" alt="Larkz.NET Logo"></a>
and my logo is in the right spot uploaded and everything, all I get is the alternate text. All my other images work correctly, any ideas?
Forum: Installing WordPress
In reply to: Moving from Server2Go to Live ServerBy search and replace, I did use the search and replace query provided in the wordpress codex.
My Wp-config is configured correctly because when I go to my website it shows me the 5 minute wordpress install page.
Then, when I import my database I exported from my local server, I can’t get on.
If I go to my domain.com/wp-admin it says “Error establishing a database connection” and the url it’s trying to go to is domain.com/domain/wp-admin.phpAny ideas? As far as I know I followed the steps correctly, am I missing something in the search and replace step?
Forum: Themes and Templates
In reply to: CSS Styling Help – Post Height/Thumbnail ImagesSorry, my bad.
Forum: Localhost Installs
In reply to: Permalinks Not Working – 404 ErrorIt doesn’t do it ??
Forum: Localhost Installs
In reply to: Permalinks Not Working – 404 ErrorForum: Localhost Installs
In reply to: Permalinks Not Working – 404 ErrorYeah still 404 after removing those two lines.
I enabled mod rewrite and AllowOverride All in the server2go ‘httpd’ CONF file.
I used the exact same file on another website running the previous version of wordpress and everything was fine.Forum: Themes and Templates
In reply to: CSS Styling Help – Post Height/Thumbnail ImagesAfter initially getting the problem when I pasted in my CSS I only changed .post height to 250px, which made everything fit nicely. Then when I clicked into a blog entry I realised changing the height of .post made every page that height therefore running into a lot of problems.
Forum: Localhost Installs
In reply to: Permalinks Not Working – 404 Error# BEGIN WordPress <IfModule mod_rewrite.c> RewriteEngine On RewriteBase /larkztheme/ RewriteRule ^index\.php$ - [L] RewriteCond %{REQUEST_FILENAME} !-f RewriteCond %{REQUEST_FILENAME} !-d RewriteRule . /larkztheme/index.php [L] </IfModule> # END WordPress
Forum: Themes and Templates
In reply to: CSS Styling Help – Post Height/Thumbnail ImagesHere is my CSS currently. I started with a blank theme and then added my own styling.
https://pastebin.com/LEb5tcWmHere is the code for index.php
https://pastebin.com/zh3S9nrX