Versipellis
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Migrating to another ServerThat depends on how you’ve done your links…
if you use something like <?php bloginfo(‘template_url’)?>/path/to/image.jpg and then set up the same subfolders then it shouldnt be a problem at all.
If you’ve hard coded all your links with ‘mysite/path/to/image.jpg’ then you’ll have to recode them plain and simple.
Forum: Fixing WordPress
In reply to: url problemsIts likely when you set your hosting up it was done this way.
you can do a htaccess re-write to change it to allow www.
Forum: Fixing WordPress
In reply to: flash wont play?I’ve had a look at that plugin but that wont let me embed it into the index.php or my header.php only on posts which isnt what I want.
Forum: Fixing WordPress
In reply to: Issues With Flash SWFObjectPersonally I never build a site with permalinks. They’re my personal nightmare…
I’m not sure how else to fix it… it seems to be the biggest flaw in wordpress.
Forum: Fixing WordPress
In reply to: Issues With Flash SWFObjectDoesn’t need to be but I tend to keep everything going on the site in my themes folder…
I suggest putting the code back to how it worked with the home page for now. To be honest I cannot see why its not working, we’ve had the exact same problem on one of our sites and I’ve had no luck fixing it…
Same kinda thing as you, it has permalinks set up… without permalinks it worked fine, so its something to do with how they are set up.
Is you’re site going to get any bigger or is just the pages you have currently? If so… try removing your permalinks (note how you set them up of course) and see if it works without them… if the site works fine, then you’ve confirmed the problem. If not put the permas back in. If however it does then work on all pages, and you’re site isnt going to get very much bigger. You could .htaccess rewrite the urls back to being pretty 🙂
Forum: Fixing WordPress
In reply to: Issues With Flash SWFObjectWell it was more to elimitate the obvious, if it doesnt work remove it ^^
I know exactly how you feel I’m always having problems with wordpress and flash… out of about 6 sites only 1 worked!
However… the link you put in is NOT the absolute link to the file as far as I can tell… unless you dont have your flash in the theme folder?
if its in the theme folder you need /wp-content/themes/yourthemename/MooseToolTip.swf
Forum: Fixing WordPress
In reply to: Issues With Flash SWFObjectLooks like it maybe your links…
you have ‘swfobject.embedSWF(“MooseToolTip.swf” …..)’ thats a relative link to one page, but when you change pages you get a different link in the address bar… so I’m guessing you’ve used permalinks?
Try putting in an absolute link to the file?
Forum: Fixing WordPress
In reply to: malicious software???Go onto your server via you’re ftp program… something like filezilla.
Open your Header, Index and Footer.
Look for a string of gobbledegook within <script type=”javascript”> tags. May vary depends what you happen to have.
Delete this.
There is a possibility your server wont allow it to be deleted whilst on the server, if so… download the files, remove the code and delete the one on the server then upload the clean ones. Don’t try and overwrite if it denies you changing them firsttime around cos it wont work.
You’re looking for something like:
<script type=”text/javascript”>
function(asdjgs…. ETC)
</script>At least thats what I’m used to removing for people 🙂
Once you’ve done those files, double check every other file on the server. Including your plugins.
Forum: Fixing WordPress
In reply to: Please help with images!Dreamweaver is looking for them locally, as far as I know… wordpress doesnt handle relative links as far as I’ve discovered.
try putting <?php bloginfo(‘template_url’); ?>/ before your file so for example.
<?php bloginfo(‘template_url’); ?>/path/to/your/image.jpg
Forum: Fixing WordPress
In reply to: Site has completely stopped loading?We had this exact problem about a month ago. Have you had any server updates recently?
We had a server upgrade and one of our plugins bust the site causing it not to load, just a plain white page like you get.
Try going to your phpmyadmin and turning off all the plugins manually. If the site comes back, turn them on one by one and you may find whats busted.
Forum: Fixing WordPress
In reply to: site has gone blankAlso, turning off all the plugins had got one of the site back!
Going through to see which was the problem now 🙂
Forum: Fixing WordPress
In reply to: site has gone blankCan’t do that, no wp-admin.
We think it maybe to do with our server.
We’re also getting
Deprecated: Function set_magic_quotes_runtime() is deprecated in /usr/home/customers/edjanes/www.site.co.uk/www/wp-settings.php on line 19
But even when I look in the latest wordpress wp-settings.php that function is there.
Its also only seeminly effecting root folders and no the sub ones.
Forum: Fixing WordPress
In reply to: site has gone blankWe’ve had this code on other sites, it seemed like it was from a bad dl.
The site also has lost all web statistics etc, I’ll have a read through all of that info. Thanks for the reply.
Forum: Fixing WordPress
In reply to: roll over image issueyes, thank you very much for the help 🙂
Forum: Fixing WordPress
In reply to: roll over image issueI added its own sperate CSS and linked it.
I didnt realise it would have to go in that one instead?