dresbo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: jQuery not found error when WordPress not in the root Directoryyes – it’s hosted on my own server temporarily.
I think you have something there, because the value $bfa_ata[‘get_option_home’] probably relates to the BytesForAll theme.
Bingo, a quick search on their forum and the exact problem is listed here.
Thanks for all your help and speedy replies, I’ll follow it up on there. Sorry I didn’t realise it might be theme related.
Forum: Fixing WordPress
In reply to: jQuery not found error when WordPress not in the root Directoryoh – and I tried applying those settings again.
Incidentally, I saw someone else who suggested using the auto-reinstall button in the settings to fix a similar(ish) js problem. I have already tried that, which made no difference either.
I wondered what ‘get_option_home’ related to and whether I might be able to find it in the database. running
select * from wp_options where option_name like '%home%';gave me home = ‘http://blog.creativefootprint.co.uk’
maybe the two are related?
Forum: Fixing WordPress
In reply to: jQuery not found error when WordPress not in the root Directory.htaccess is empty:
# BEGIN WordPress # END WordPressI had no permalinks, so I didn’t run the last instruction in the HowTo? Perhaps this was a mistake.
Thanks again for your help
Forum: Fixing WordPress
In reply to: jQuery not found error when WordPress not in the root DirectoryThanks for response.
I already mentioned that I checked those and they seemed correct (to me). The WordPress address has /wordpress on it, and the blog address doesn’t
Anything wrong there?