Phil
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: HELP !Did this just happen out of the blue or whilst you were working on it?
Forum: Fixing WordPress
In reply to: Menus will not savephp.ini file, but you can either add it to your htaccess file or get your hosts to do it.
If you can add new menu items it may not be this, but do posts/pages/widgets save ok?
Forum: Fixing WordPress
In reply to: HELP !Looks like php error. Were you modifying PHP by any chance? Or htaccess file?
Forum: Fixing WordPress
In reply to: 'Nothing Found' on home pagePS – you have a typo in your about page – ‘engaging’. 😉
Forum: Fixing WordPress
In reply to: 'Nothing Found' on home pageThis depends on what you want on the homepage:
1. Latest posts
You need categories and posts in order to display. I notice you have no categories. Blog or news might be something for you.OR
2. Static content
a) Create a new page called Homepage, or Welocme or whatever
b) Check in back-end: ‘Settings’ -> ‘Reading’ and change ‘front page displays’ to your new ‘Home’ page in drop-down. You can then go back to page editor for Home and start adding content.Forum: Fixing WordPress
In reply to: Custom HTML coming soon pageYou may need to edit the plugin code – is there no documentation for the plugin?
Forum: Fixing WordPress
In reply to: Updating PostClear the cache after making edits and it will reflect the changes.
Forum: Fixing WordPress
In reply to: Menus will not saveDoes it only save X number of menu items or same number and different order?
If only saving X number of menu items, try increasing the suhosin memory allowance:
php_value suhosin.post.max_vars 2048
php_value suhosin.request.max_vars 2048Forum: Fixing WordPress
In reply to: Javascript loads as HTMLLink to your site?
Forum: Fixing WordPress
In reply to: How to get the following layout?Why not buy the theme and customise it to your requirements?
Forum: Fixing WordPress
In reply to: Default Font Too LargeNo probs. I scratched my head the first time it happened to me too.
Forum: Fixing WordPress
In reply to: WordPress and Flash How??Google it.
Forum: Fixing WordPress
In reply to: Default Font Too LargeWeird. Never heard that before.
I know this may sound stupid, but if you were using a laptop, on the trackpad (part that acts like mouse), try pinching in (like you would do on iphone to zoom out). My laptop does this where is zooms into the page and everything pixelates until I pinch out.
Otherwise, it could be a number of things like browser default font size. Hard to imaging something in WP did this without changing a stylesheet.
Forum: Fixing WordPress
In reply to: Lightbox plugin malicious?"fap turbo forex";LOLForum: Fixing WordPress
In reply to: How to set how many posts on home pageCheck index.php in theme where the WordPress loop gets called. There may be a value in here. Otherwise, anything in theme options?