gleble
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Get error trying to Update File after modifying header.phpFollow up on my previous posting: I get the nasty errors if I try to save ANY file in the Theme Editor
Forum: Themes and Templates
In reply to: Customizing Top MenuFollow up on my previous posting: I get the nasty errors if I try to save ANY file in the Theme Editor
Forum: Themes and Templates
In reply to: Customizing Top MenuI am trying to modify the top menu in the manner described by ArnoldGoodway. See below
<ul id="navmenu-h"> <li><a href="<?php echo get_settings('home'); ?>">Home</a></li> <?php wp_list_pages('sort_column=menu_order&depth=2&title_li='); ?> <li><a href="https://twitter.com/0co2caravan"></a></li> <li class="alignright"><a href="<?php bloginfo('rss2_url'); ?>">Subscribe via RSS</a></li> </ul>
When I go to Update File I get these horrible messages. They persist even if I remove the edit (link to twitter) My site
Where did I go wrong?Warning: fopen(C:\Inetpub\vhosts\zerocarboncaravan.net\httpdocs\wordpress/wp-content/themes/monochrome_gallery/header.php) [function.fopen]: failed to open stream: Permission denied in C:\Inetpub\vhosts\zerocarboncaravan.net\httpdocs\wordpress\wp-admin\theme-editor.php on line 55
Warning: Cannot modify header information – headers already sent by (output started at C:\Inetpub\vhosts\zerocarboncaravan.net\httpdocs\wordpress\wp-admin\theme-editor.php:55) in C:\Inetpub\vhosts\zerocarboncaravan.net\httpdocs\wordpress\wp-admin\theme-editor.php on line 70
Forum: Themes and Templates
In reply to: Theme Editor won’t save changesGo to your FTP. Download /wp-content/themes/your_theme/style.css
Open with a text editor and make changes. Change permissions to 777.
Upload style.cssShould work
Forum: Installing WordPress
In reply to: Transferred blog: localhost to online No imagesThanks for your penultimate post. I created : https://www.zerocarboncaravan.net/wp-content/ and moved the uploads there.
If I change my uploads settings it should be allright nowForum: Installing WordPress
In reply to: Transferred blog: localhost to online No imagesSite and blog are both https://www.zerocarboncaravan.net/wordpress/
If I miss out wordpress on site I have no styling
If I miss out wordpress on blog I get Directory Listing Denied
This Virtual Directory does not allow contents to be listed.Forum: Installing WordPress
In reply to: Nothing work after moving to a new serverHave done, changed them to https://localhost/zerocarboncaravan.net
Is that right?Forum: Installing WordPress
In reply to: Nothing work after moving to a new serverI have a similar problem. I exported the sql using phpmyadmin and files using ftp from https://zerocarboncaravan.net . I uploaded these to local host using phpadmin for the database and placing the files in htdocs.
I can access the new blog using https://loacalhost/zerocarboncaravan.net
It looks great but all the links, eg https://localhost/zerocarboncaravan.net/category/the_caravan , give page not found.
I notice the postmeta in the database still refers to the old site. Is there any easy way to change that?
I am a newbie to WordPress but well familiar with DrupalForum: Fixing WordPress
In reply to: Empty columns in gallery (monochrome)Sorry wrong address. https://zerocarboncaravan.net
Forum: Fixing WordPress
In reply to: Empty columns in gallery (monochrome)help