MatthewMcCabe
Forum Replies Created
-
Forum: Plugins
In reply to: [Document Gallery] Wrap text round single column document galleryHi,
I tried the shortcodes, but not the CSS you linked to (that didn’t sound like the problem I am having)
Here is a link to one of the pages in question. I want to be able to flow text around the document at the bottom of the page.
http://newsite.arkholme.lancs.sch.uk/church/
Thanks so much for your help.
MattForum: Plugins
In reply to: [Document Gallery] Thumbnails / Using own iconsPerfect. Thanks for your help.
Matt
Forum: Fixing WordPress
In reply to: Cannot find menu item in style sheetAnd one more issue, while I’m on a roll. I’m using Education pro theme and Genesis Framework. I’d like to remove the Primary Widget from certain pages. How do I go about that?
Forum: Fixing WordPress
In reply to: Cannot find menu item in style sheetOn a related note, is it possible to have my menu go down the left instead of the top. Here is the site: http://www.caton-stpauls.co.uk
Forum: Fixing WordPress
In reply to: ERROR: WordPress requires CookiesI’ve been rather slow to fix this (I’ll blame it on the fact that I’m travelling at the moment) but Otto was absolutely correct. I was too lazy to check get rid of every blank line in my plugin files however and therefore just deleted them :p.
Forum: Everything else WordPress
In reply to: The Turkish WordPress banNo. The error I was getting is described here. Since I created that thread I’ve discovered that a ban was imposed on WordPress in Turkey (although now I know it does not explain why I can’t login).
So, I must explore the suggestion given by Otto in the link I gave above. Although perhaps you could clarify what you mean: it will literally be a blank line in the code causing me problems? I’m not sure how cookies work.
I’ve also heard the problem may be that I haven’t upgraded to the latest version (basically because I wasn’t sure how to do it despite instructions and left it).
Forum: Everything else WordPress
In reply to: The Turkish WordPress banYeah – the link works for me though.
Forum: Everything else WordPress
In reply to: The Turkish WordPress banThis is the link to my login page: http://mathgoesawol.com/blog/wordpress/wp-login.php . So I guess not? Unless it points at wordpress.com in the code somewhere?
Forum: Everything else WordPress
In reply to: The Turkish WordPress banThank you but I had already done a search and it didn’t answer my question.
Forum: Fixing WordPress
In reply to: ERROR: WordPress requires CookiesThanks Otto.
Forum: Fixing WordPress
In reply to: ERROR: WordPress requires CookiesThanks for the link :).
Forum: Fixing WordPress
In reply to: Help me get my head round the WordPress code.This is fast becoming a monologue hehe.
Anyway I think I was being a bit thick and have made a bit of a conceptual step with this:
index.php includes the php functions or template tags (e.g. <?php get_header(); ?>) for the various php files (e.g. header and footer), but when I view the ‘page source’ rather than showing the function it shows me (for example) the content of the header itself. And any php functions within header.php (e.g. <?php bloginfo(‘name’); ?> ) are actually shown as the ‘result’ (in my case Anatolian Adventures).
This is probably basic php knowledge but I’m coming at this the wrong way round :S.
Forum: Fixing WordPress
In reply to: Help me get my head round the WordPress code.When I see the ‘pages of my blog’ I mean the code (and I can see how that was misleading!). When I do a view source on any page in my blog (mathgoesawol.com/blog/wordpress) I can’t seem to find the php functions which point at php files (like header). If I could see them in my own blog it would help me visualise what’s going on.
Forum: Fixing WordPress
In reply to: Help me get my head round the WordPress code.Something that’s really annoying me: Why can’t I find a template tag for header.php in any of the pages of my blog? There’s evidently something here that I don’t understand!
In fact I can’t seem to find any template tags.