Phil
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Social icons with menu item error.You’ve added something inbetween the page titles. It’s not in the header.php, it will more likely be in page.php, where the h1 title is.
I would look there first.
Forum: Fixing WordPress
In reply to: Trouble with changing fonts!!!We can’t help without a link… =/
Forum: Fixing WordPress
In reply to: How do I change the size of the margins on my website?Each section on the site will most likely have different margins to everything else. There is probably no 1 place to edit the margins.
My advice, use Firefox and download Firebug – you can use this amazing tool to find where the margins are, what they are and thus where to change them.
Forum: Fixing WordPress
In reply to: need css help to set icons horizontally .Glad it got resolved 🙂
Forum: Fixing WordPress
In reply to: Centering a menu cssLink to site?
Forum: Fixing WordPress
In reply to: need css help to set icons horizontally .Add this to #social-logo li:
float: left;Forum: Fixing WordPress
In reply to: Help! Please! I made a new page but it doesent showHave you added the new page to the menu?
Go to ‘Appearance’ -> ‘Menus’ and add the new page to the main menu.
Alternatively, when you go to the page url, does it show up?
Forum: Fixing WordPress
In reply to: Domain Changes and Log in Problem‘Database admin’, ‘Web admin’, could be a few things – do your hosts use cPanel or Plesk?
You may need to go to Manage Databases or something first. Who’s the host?
Forum: Fixing WordPress
In reply to: divs shifted to the right in firefox only (moved WP to new server)Glad you sorted it 🙂
Forum: Fixing WordPress
In reply to: divs shifted to the right in firefox only (moved WP to new server)It centres for me when I remove
overflow: hidden;from the #inner_middle styling.
Forum: Fixing WordPress
In reply to: Adding raw PHP into pages – bad practice?It’s a lazy way of doing things:
Why use php to get the path of /wp-content/themes/yourtheme/images/facebook.png when you can just type it like I just did?
The more PHP calls and the more plugins your site is using will gradually slow your site down.
Forum: Fixing WordPress
In reply to: Domain Changes and Log in ProblemMy first check would be to get into the new database via your hosting control panel -> phpMyadmin and check under the table ‘wp_options’ that the correct (new) domain is entered under both ‘Site URL’ and ‘WordPress URL’.
I’d also have a quick scan at the domain to make sure it’s pointing to the new location and not the old, and I’d also check the new sites wp-config to make sure the database credentials are also in the new location and not the old.
Forum: Fixing WordPress
In reply to: Adding raw PHP into pages – bad practice?Have they installed a plugin called Exec-PHP?
This plugin does allow php to run in pages and posts and does also throw the warning up. It’s a workaround I guess, but I personally prefer to create a new page template with the php code already in – rather than adding it to posts. Means you have one less plugin running on the site too.
Forum: Fixing WordPress
In reply to: How to make a site theme responsive design?It is certainly a good theme to base a new theme on – I’ve built WordPress sites that are hugely customised but all started as TwentyEleven.
Forum: Themes and Templates
In reply to: Change link color in BrunelleschiNo Problem 🙂