deiri87
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Fresh Install of WP 2.5 gives Blank Page of domainI tried to to reupload everything. Still did not load.
I changed all themes and plug-ins back to default. Still did not load.Tried joecwhite’s idea (edited the index.php file) and noticed that the directory for wp-blog-header.php was:
require('./wp-blog-header.php');
I changed it to:
require('wp-blog-header.php');
and now everything works!!There seems to be an issue for other people for permalinks, but I never changed mine ever.
I hope this helps someone else out there. Thank you again for the responses!
Forum: Fixing WordPress
In reply to: Cannot restore database after moving to Bluehostmy sql file is 1.1mb. i can zip it and send it to you. please contact me for future purposes. [email protected]
Thank you!
darenForum: Themes and Templates
In reply to: stretching the menu*the tag wasn’t closed, but was later fixed*
simple mistake, oh well.
Thanks for the responses.
What i did to the #menu was add a ‘100%’ height, and that works for firefox and safari. IE doesn’t recognize it.Forum: Themes and Templates
In reply to: stretching the menuahhh — thank you much!
Forum: Plugins
In reply to: redirectedcould there be an issue that its just inside my own network?? (i host my own site)
When i hover over the link to login, it’s :
https://192.168.254.119/wordpress/index.php/index.php/wp-login.php
i dont see why there’s two index.php
and because i cant even get into administrative access, i cant change the options, unless theres another way.Forum: Plugins
In reply to: redirectedwhoops sorry about that…wrong subject title
anyways.
https://deiri87.dyndns.org/wordpress/index.php
i just got the style switcher hack to work, but now i cant even log in to post anything
it redirects me to a plain-text version of my site for some reason.
tiaForum: Fixing WordPress
In reply to: help needed upload image filepost up the part of the code that contains the ‘img src=’ part. it could be that you just forgot to close your tags. happens to me a lot.
Forum: Fixing WordPress
In reply to: FormattingWell if you want to know more about css and how the css works under wordpress, what i did is that i went into my wp-layout.css and labeled all the tags. In other words, i have classified which tag edits what on my site. I have kept all my css tags in the index.php page the same as default, however i changed the css file completely to my suiting.
e mail me at [email protected] if you want to check out my css file, but i recommend you do it yourself, as you’ll learn a lot.
https://deiri87.dyndns.org/Forum: Themes and Templates
In reply to: Remove spaces?look under your wp-layout.css file.
specifically, the :
h2 tag
h3 tag
.meta, .meta a
.story title
and so forth.
it could be your cell padding thats making the spaces. look around those css properties.Forum: Fixing WordPress
In reply to: howto: change user’s level (newb-type ques)under the admin area (where you type in your blogs) there is a tab called “team”. Then you will see your users and info. Under the level column, it displays their level, along with a “plus” or “minus” symbol next to it. thats how you change it.
Forum: Themes and Templates
In reply to: css styles questionokay nm…my path was wrong–stupid of me =p