Phil
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: big space between the linesCheck the line-height in the CSS or make sure there are no < br / > tags in there…
Forum: Fixing WordPress
In reply to: how to create menu item without a link?The blank option works on my sites.. Weird
Forum: Fixing WordPress
In reply to: how to create menu item without a link?Try a #
Forum: Fixing WordPress
In reply to: tag moreIn the WordPress editor (when you are typing your content into a page), there will be a small button (near to the links section). It will say ‘add more tag’ or similar.
Forum: Fixing WordPress
In reply to: Cloning a wordpress siteYou will need yo go into phpmyadmin and check the wp_options table. There are 2 references to the old path which you need to swap to the new url.
Forum: Fixing WordPress
In reply to: Cloning a wordpress siteSure, but you can bulk delete all the pages, but at least you have themes, plugins and other assets intact!
Forum: Fixing WordPress
In reply to: how to create menu item without a link?Leave the URL blank
Add ‘Menu item’ (or whatever you want the text to be) as both the ‘label’ and the ‘title’.
Done!
Forum: Fixing WordPress
In reply to: Newbie – Slider Question (Picture Text —> How?)Hi Liz,
Welcome to WordPress. There are plenty of sliders out there that will do what you want.
You also mention adding the text into the image itself. This can be done, but the browser won’t read the text inside the image so while it is the easiest method, if you are a die-hard SEO fan, it’s not as good as having html text.
You may want to search for content sliders, or take a look at something like ‘Featured Content Gallery’ or something similar. It may be just a small tweak to show more descriptions.
Forum: Fixing WordPress
In reply to: Fipping BooksRead the documentation.
Forum: Fixing WordPress
In reply to: Cloning a wordpress siteCopy all files via ftp
Create database export in phpmyadmin.
Upload new files to new server
Upload database import to phpmyadmin. Manually change the url (if different) in database tables.
Forum: Fixing WordPress
In reply to: Adding button to all pagesDepends where it is going.
If it’s in the very top part of the site (the header), you will need to edit:
Appearance –> editor –> header.php
If it’s not in the header but in the main body, you may need to edit a few files (index.php, page.php, single.php etc)
There are no html files with WordPress installs, as php outputs html within the php files.
Forum: Fixing WordPress
In reply to: Featured ImagesSometimes themes don’t support featured images, and can use other methods such as pulling the first image in the post instead.
You can build it in:
http://wordpress.org/support/topic/how-do-i-add-featured-image-support-to-any-theme?replies=24Forum: Fixing WordPress
In reply to: Revamping my siteNo Probs 🙂
Forum: Fixing WordPress
In reply to: Revamping my sitePersonally, I would:
* Change background of content to white background and colour of text to dark grey/black. It’s very difficult to read white on lime green.
* Nav links at very top (again difficult to read), easier to read when hovering.
To name a couple things 😉
Have a look what 3 or 4 changes can do to readability:
http://tinyurl.com/888vg6fForum: Fixing WordPress
In reply to: Remove sidebar from some pages in fiver🙂