vachi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Error including Wprdpress Header into FluxBBwow not trying to be mean, or anything, and i am not assuming anything, you should understand my position, today i have answered almost 10 questions that have had been answered numerous times on the forums,
and i think you get this error because the forum system also uses this function and teh two are counteracting each other
EDIT ok now i am more familiar with the problem, i read the forum at punbb
and looks like they have a plugin for this, have you tried it?Forum: Fixing WordPress
In reply to: Repost: How can I change the title of my WP index (home) pagehey debian rock on man, i have been using debian for the past 2 years and i have it on all of my computers on my macs too 🙂
no to your question, the title is controlled in setting under “Blog Title”
so what it is that wp takes your “Blog Title” and puts it as your title here is an example code
<title><?php bloginfo('name'); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>this was taken from the theme header.php page
now instead of this you can put lets say<title>DEBIAN ROCKS <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>play around with that and see what works best
ok so just making sure, you have tried logging in on other networks and computers, other bowsers and so on?
and can you ask others to try to log in?Forum: Fixing WordPress
In reply to: not diplaying posts on home pageare you sure about this, are you sure that its not just your browser or your internet and that it takes time for it to load your new posts and its not your wp install or your hosting company
Forum: Fixing WordPress
In reply to: How to add a color to the area below the headerohh i went back to your site and looked around,
you should not just take a theme and delete until you think its working well
the best way to implanting wordpress in another site is, making your own theme
http://codex.wordpress.org/Theme_DevelopmentForum: Fixing WordPress
In reply to: How to add a color to the area below the headerok first of all i see that you are using the default wordpress theme and you have chnaged it a bit, well you have some errors, for example teh site does not open correct for me under safari
here is a link to the css validation page
http://jigsaw.w3.org/css-validator/validator?uri=http%3A%2F%2Fwww.yourbackyardherbgrowers.com%2Fblog%2F&profile=css21&usermedium=all&warning=1&lang=enand your xhtml validation is a horror
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.yourbackyardherbgrowers.com%2Fblog%2F&charset=%28detect+automatically%29&doctype=Inline&group=0
over 100 errorsnow to your question this can be done by adding a div before the post loop, and styling this div in your style.css
or put this div after your header
Forum: Fixing WordPress
In reply to: Post titles and other links redirecting to home pageyeah i went to your blog and i see what you mean, have you added any plugins, or edited any files outside of theme folder
and if you have access to your database
can you check your wp-options table and see what is for “siteurl” and “home”Forum: Fixing WordPress
In reply to: Error including Wprdpress Header into FluxBBwhen you say header, you mean you want to include just the simple menu and so on, not all the functions that come with the header?
than here is a solution
http://wordpress.org/support/topic/129397?replies=7you should search the forums before posting a question 🙂
Forum: Fixing WordPress
In reply to: Upgrading from 2.3.3 to 2.6you can simply upload the files from 2.6, i recommend backing up both your database and your sites files first
check out this page
http://codex.wordpress.org/Upgrading_WordPressForum: Fixing WordPress
In reply to: How to make the visitor feel like something is loading?i really don’t see a point for this, because your wordpress pages should be loading at such speeds that a person should not see a huge wait time not more than 3 secs for any page i think, and i don;t think there is a plugin or something “ready” that you can use,
try this site they have a whole guide on using ajax loading bars
http://www.codeproject.com/KB/aspnet/ASPNETAJAXPageLoader.aspxor
http://www.silverspider.com/2005/php-progress-bar/
or
http://mattberseth.com/blog/2007/10/yui_style_ajax_progress_indica.html
or
http://www.online-tech-tips.com/cool-websites/ajax-progressbar/Forum: Fixing WordPress
In reply to: How to make the visitor feel like something is loading?wait what is this thats loading, you want the user to face a loading bar when what, they visit your site?
or click a link?Forum: Fixing WordPress
In reply to: Updating mp3 file in right sidebar: HELP PLEASE!yeah well the thing she had before was from a service that provides that sound embedding thing, and its a paid service and that service is now at
http://instantaudio.com/
this is such a simple thing that paying for it is just not imaginable for meForum: Fixing WordPress
In reply to: Site redirecting to install pagefirst did you give the correct privileges and so on to the new user,
also in teh wp-options table, you have to change the root links
this is in your database:
i have done this, before there is two fields in the wp-options table
first one is the “siteurl” option and than “home” option
change those two to the new linkand make sure the user you created has local host as its host and as all privileges
Forum: Fixing WordPress
In reply to: themes/plug-ins etc.what lol, sorry for being mean but next time put a question as your title, i only clicked this post cuz i am just reading every new post, yap i have no life.
now to you question
wordpress is by far the easiest install and adding plugins or themes works the samein your worpsress folder you have a folder called wp-content here you have themes and plugins
lets say you download a theme unzip it and you want to use it, well just upload the theme in its folder, to the wp-content/theme folder
than under the design tab in your wp-admin you can activate your new themesame goes for plugins only, they are uploaded to the wp-content/plugins folder and activated through the admin link called plugins, quite easy don’t you think?
Forum: Fixing WordPress
In reply to: PHP code only on login pageyeah it should 🙂 , did you also save the wp-content, where all the images and so on is saved