vachi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Updating mp3 file in right sidebar: HELP PLEASE!i recommend you change the whole thing, use a player called, JW media player
http://www.jeroenwijering.com/?item=JW_FLV_Media_Playersetup is very easy, and what you will do is use this wizard
http://www.jeroenwijering.com/?page=wizard&example=2and just change the values to your liking, should work just fine, and future change would just mean a edit of simple file location
Forum: Fixing WordPress
In reply to: PHP code only on login pageyeah and once you have a working install, you can migrate the posts files form the wp-content folder and the database of the posts, but its kinda tricky, but doable
Forum: Fixing WordPress
In reply to: Windows-Internet explorer / Apple-Safari problemand teh funny thing is, safari usually opens all sites correct because its a more modern and accepts almost all the new css standards, where as IE does not accept many css standers and you need IE hacks in your style sheets to keep things correct
but teh validation sites show all kinds of errors, and i just can;t say what you need to learn to fix them, tho you can zip the theme folder and send it to me at info@vitamovie.com and i will try the theme and see what i can do
Forum: Fixing WordPress
In reply to: Windows-Internet explorer / Apple-Safari problemthat hard to say, do you really want to learn css and php and html, if yes than there are thousands of sites that teach you them, just google css, and php
Forum: Fixing WordPress
In reply to: PHP code only on login pagethats very weird, ok here is my suggestion, delete the database, make a new user with a new database, than download a nee copy of wordpress and try to install again, i just can;t see what is causing this, and put the wordpress install in a new folder on the your server, lets see if its installs, if not than it must be the hosting, or the php on the server
Forum: Fixing WordPress
In reply to: PHP code only on login pagedelete the config file from the wp folder and drop all the tables in your wp database
and try to reinstallForum: Fixing WordPress
In reply to: My Blog Columns on the right side of my Blog is unbalancedalso your blog link from your main page menu is leading to a not found page
Forum: Fixing WordPress
In reply to: My Blog Columns on the right side of my Blog is unbalanceddo you mean, the part where after the meta the rest of the sidebar is only one column where above it is in two columns?
is this two sidebars or one?
Forum: Fixing WordPress
In reply to: How to fix http://<my domain>/wordpress to … WordPressright ok so here is your structure
yourdomian.com/Wordpressthis is your correct linkin
yourdomain.comadd a file called index.php, and add that code in there
in inyourdomain.com/wordpressadd a file called index.php, and add that code in thereso you make a folder without the capital “W” and put that index file in there this will redirect the non capital to the capital folder
Forum: Fixing WordPress
In reply to: Leaving a space between paragraphs without going to HTML modein html mode you add
<b>
this is the same in non html mode as pressing
shift+enterForum: Fixing WordPress
In reply to: Windows-Internet explorer / Apple-Safari problemhere is a simple question , why do you want to change the theme, the preview ones looks fine to me, and did you make the theme, or did you find it
you have to validate and see what is wrong with your code, the validate pages show that you have errors both in you css and in your xhtml
so you have to go error by error and fix themhave you tried just making a new user and seeing if it logs in?
and try disabling all the plugins, first and see what happens
Forum: Fixing WordPress
In reply to: Where is “Link This” button to drag on toolbar?sorry what does the “link this” do, is that just a perma link copy thing, like streaming sites have for videos?
Forum: Fixing WordPress
In reply to: Front page feed – headlines and pictures onlyahh check out my site vitamovie.com
i have made it so that only custom fields show up instead of the posttry this link to learn about them
http://codex.wordpress.org/Using_Custom_Fieldswhat i did was have the <–more–> in the beginning of each post than the post content, and whatever i want to show up is in the custom fields
Forum: Fixing WordPress
In reply to: How to fix http://<my domain>/wordpress to … WordPressohh i see your dilemma, ok than how about use redirect
a simple
have the lowercase go to the upper case or visa versa<?php header('Location: http://www.yourdomain.com/Wordpress'); ?>