incamedia
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WPFolio – category display formattingEsmi is this basic CSS? I am using a published theme and it is behaving inconsistently. The solution may lie in CSS or it may be a problem or an option within the theme. The theme authors encourage support queries to be posted here.
Forum: Fixing WordPress
In reply to: Enable Post Titles on All Posts in WPFolioThanks notlaura – works a treat!
Can I ask a couple more questions as you’ve been kind enough to look at the site?
For example http://chrisdrury.evodev.net/ecoart/
How can I make the margin of the body content line up with the header (i.e. EcoArt lines with Chris)?
Is it possible to display the image description text? The artist has comments about each picture which are too long to go in the caption field. Can the descriptive text be displayed under the big images?Thanks so much for your help
Ian
Forum: Fixing WordPress
In reply to: Enable Post Titles on All Posts in WPFolioI have this same requirement – see http://chrisdrury.evodev.net/land-water-and-language/ looks pretty wierd without a title? Now see the post in the news/blog with title http://chrisdrury.evodev.net/news/ which is how I need it to look.
Trouble is I know nothing about php so I don’t know how to follow the suggestions above or even what it means when you say a child theme won’t get updated.
Is this the only way to have the title option? Or is it possible to provide more step-by-step instructions?
Forum: Fixing WordPress
In reply to: Need to add member list to converted web siteHello StarDust – I have exactly your problem – I have just converted our club website from frontpage to wordpress http://cycleseahaven.org.uk
We used to be able to open the membership spreadsheet online and save changes back so it made an easy way of keeping a single copy of a shared resource.
Of course being on Linux doesn’t have the same connectivity with microsoft apps so we can’t save back.
How did you solve this problem?
Cheers
Ian
Forum: Plugins
In reply to: wp-table-reloaded highlights rowThe URL where I have this highlight problem is
Forum: Plugins
In reply to: wp-table-reloaded highlights rowI’m sorry I thought I had included the link.
If you look at http://www.humptydumptyhealed.com/facilitators you will see that the top profile has a shadow highlight (in google chrome, firefox and IE). I don’t understand where this is coming from.
Forum: Installing WordPress
In reply to: setting up static front page – eliminating blogGo to the Pages menu, select the page and then use Quick edit. Is the comments box checked?
Duh.. simple as that?
Thanks a lot for your help. You know I’ve been using WP for a while but there are so many places for settings that I still get caught out.
Forum: Installing WordPress
In reply to: setting up static front page – eliminating blogTwenty Ten 1.2 – I have removed all widgets except search
Forum: Installing WordPress
In reply to: setting up static front page – eliminating blogI have unchecked all three options but that has not changed anything
Forum: Fixing WordPress
In reply to: permalinks broken after server transferHave edited .htaccess file with the following code:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPressPretty permalinks now work. Strangely the old site did not have a .htaccess file.
Forum: Installing WordPress
In reply to: white screen after new installThey are a local company and as I said I don’t think I can get server logs from my account.
I think I might delete everything and start over using their Fantastico installer – the reason I didn’t use it before was that it installs 3.0 and i thought i might as well get latest 3.0.1
Forum: Installing WordPress
In reply to: white screen after new installChanged them back and now I get the white page again
Forum: Installing WordPress
In reply to: white screen after new installI changed the permissions for index.php in the root and the themes directory from 664 to 666 and now I get the following error:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@incaweb.co.uk and inform them of the time the error occurred, and anything you might have done that may have caused the error.More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Forum: Installing WordPress
In reply to: white screen after new installHow do I turn off permalinks – there is no ‘off’ in the permalink settings?
I don’t think I have access to any logs as this is a hosted server
Forum: Installing WordPress
In reply to: white screen after new installHTACCESS has
# BEGIN WordPress
# END WordPress
There were no active plugins before