themeatriarchy
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Alex King’s Style switcherStill hoping for an answer π
Forum: Themes and Templates
In reply to: Alex King’s Style switcherAnyone with any ideas??
Forum: Themes and Templates
In reply to: Alex King’s Style switcherI appear to be using 1.2.2
Forum: Themes and Templates
In reply to: Alex King’s Style switcherbtw site url is http://www.meatriarchy.com
For some reason or other it doesn’t work when I click on my name to the right.
Forum: Your WordPress
In reply to: Site Check Request #2sorry url: http://www.meatriarchy.com
Forum: Your WordPress
In reply to: Site check requestedMaybe not people still complaining, how would i go about making the tagline splint in two – could i put a simple <br> in there?? (sorry if that code is wrong – I don’t code well – but you know what I mean right??
Forum: Your WordPress
In reply to: Site check requestedLooks like it is fixed. Solution:
Replace
‘#tagline {
position: absolute;
top: 90px;
left: 50px;
font-family: Georgia;
font-weight: bold;
font-size: 14px;
color: #B54141;
}with thisΓ’β¬Β¦
#tagline {
position: absolute;
top: 90px;
left: 50px;
font-family: Georgia;
font-weight: bold;
font-size: 14px;
color: #B54141;
z-index: 99;
}’Forum: Fixing WordPress
In reply to: Adding BlogrollsFixed it.
If you are cutting and pasting code into your template from and email or something like that paste it into notepad first. Then into the wordpress template.
Also it helps if the you have all the script!!! here is the script i used that worked finally: ‘<img src=”http://www.bloggingtories.ca/blogrollbutton.jpg” border=”0″><br><script language=”javascript” type=”text/javascript” src=”http://rpc.blogrolling.com/display.php?r=6a01936e32ef30d57422c56f0aaed267″> </script>’
Forum: Fixing WordPress
In reply to: Adding Blogrollsok ‘<img src=”http://www.bloggingtories.ca/blogrollbutton.jpg” border=”0″><br>’
this makes the image appear but the links (which are via blogroll) do not.
I could import the opml into a category but I would want the image to appear as the header for that category.
Any ideas?
Forum: Fixing WordPress
In reply to: Adding Blogrollshmmm “<img src=”http://www.bloggingtories.ca/blogrollbutton.jpg” border=”0″><br>_javascript” type=”text/_javascript” src=”http://rpc.blogrolling.com/display.php?r=6a01936e32ef30d57422c56f0aaed267″> </script>’
Forum: Fixing WordPress
In reply to: Adding Blogrollsanother thing why doesn’t the link to my page work when I click on my name any more?
Forum: Fixing WordPress
In reply to: Posting images easilyResults just to prove it works:
http://www.meatriarchy.com/index.php?p=7Forum: Fixing WordPress
In reply to: Posting images easilyBINGO!!! Thanx Mac
Forum: Fixing WordPress
In reply to: Posting images easilybtw the path given by the absolute path program was the same one I had in the first place.
Forum: Fixing WordPress
In reply to: Posting images easilyI have tried this with both the wp-content and wp-images directories.
I have checked the permissions on both they are at 755.