HHPTA
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Posted by… on Post pageOk. I had just modified the twentyten-extended one and now it is working. I also needed to add a “;” at the end of the import line.
Forum: Fixing WordPress
In reply to: Posted by… on Post pageI had copied the twentyten-extended theme to create my child theme, and I added the suggested line at the bottom of the code, as well as updated the import from to be the twentyten-extended instead of the twentryten theme, however it shows up as a “Broken theme”.
Here is the error in WordPress:
Broken ThemesThe following themes are installed but incomplete. Themes must have a stylesheet and a template.
Name Description
TwentyTen Extended Child The “twentyten-extended” theme is not a valid parent theme.Here is the code in the style.css file:
/*
Theme Name: TwentyTen Extended Child
Description: This is a child theme of TwentyTen that has been setup to use ThemeKit For WordPress. This allows you to change the colors, fonts and other options of TwentyTen.
Theme URI: https://joshlyford.com/wordpress/twentyten-extended/
Author: Greg Buonincontri
Author URI: https://joshlyford.com
Template: twentyten-extended
Template Version: 1.2.3
Version: 1.2.3
License: GNU General Public License
License URI: license.txt
Tags: red, green, black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
*/@import url(“../twentyten-extended/style.css”)
.entry-meta { display: none; };
Forum: Fixing WordPress
In reply to: Posted by… on Post pageHOw do I create a Child Theme?
Do I just create a new folder in my theme directory and use the code from the link you provided?
/*
Theme Name: Twentyeleven Child
Description: Child theme for the twentyeleven theme
Author: Your name here
Template: twentyeleven
*/@import url(“../twentyeleven/style.css”);
#site-title a {
color: #009900;
}Forum: Fixing WordPress
In reply to: Issues with LinksOn a theory, I had chnaged the Theme to a diferent theme, and th issue was resolved.
However I did then chnage the theme back to the theme I was using previously and teh issue was still resolved.
Very odd.
Any thoughts?
Forum: Fixing WordPress
In reply to: Issues with LinksIs there anyway to determine which plug-in could be doing this, so that I can disable it?
Forum: Fixing WordPress
In reply to: Issues with LinksThe site link is:
https://hollandhillpta.org/The links on the right hand side are just links to PDF files that have been uploadd to the site. The links are autogenerated by WordPress, and they look to be ok.
Here is one of the site links:
https://hollandhillpta.org/wp-content/uploads/2012/09/Fall+2012+SOE+Final.pdfForum: Fixing WordPress
In reply to: Web Site DownThanks very much. I was able to get the site back online.
Forum: Fixing WordPress
In reply to: Menu ItemsThanks, will try this, and let you know.
Forum: Fixing WordPress
In reply to: behind on updatesYes I can access Appearence and Pluggins menu in the dashboard.
The issue is when I move items within the menu, to make some subordinate to others, the subordinate items come back out when I click save.
Forum: Fixing WordPress
In reply to: behind on updatesI have upgrade from 2.9.1 up to 3.1.4 successfully from GoDaddy’s site. When I try to upgrade to 3.2, the upgrade fails. How can I upgrade further so that I can get to 3.4.1 version?
Forum: Plugins
In reply to: Fatal ErrorCan’t logon via wp-admin page. Also found someone had a similar issue and used a wp-login.php page to login and disable th elast activatived plugin, however this doesn;t work for me either no login ability.