RyLoree
Forum Replies Created
-
Still looking if anyone can help?
I have a primary menu set up with 1 link to home but it does not show up.
Sure wish someone would reply to this. I would like to know the same.
Forum: Fixing WordPress
In reply to: Delete Border in Graphene ThemeIts the border to the left and right of the header.
Forum: Fixing WordPress
In reply to: Trying to make a transparent headerCan you recommend one that is similar to the theme I currently have?
Forum: Plugins
In reply to: [WP-Ad-Manager] Fatal error on WP 3.2.1Found it. I was in the wrong file.
Forum: Plugins
In reply to: [WP-Ad-Manager] Fatal error on WP 3.2.1I am having trouble finding
wp_tiny_mce( false, array( ‘height’ => ‘370’ ) );
In my ad-inserter.php file. Can someone tell me approx where in the file it is located? I tried Ctrl F but it did not find it.
Forum: Fixing WordPress
In reply to: How Do I Delete my Home Page?I might could get away with just renaming the page to Articles. I would rather delete it altogether.
Forum: Fixing WordPress
In reply to: How Do I Delete my Home Page?I would like to use this theme. But, If I have to change it I can.
Forum: Fixing WordPress
In reply to: Trying to add a 125×125 banner with a linkSweet! Thanks. I could have sworn I tried that already but I guess I didn’t. Is using the Text widget the best way to add advertising like this to the sidebar? Or would you recommend something else?
Forum: Themes and Templates
In reply to: Creating Child Theme Fatal ErrorI didn’t find out why my child theme was not working but I was able to load a new theme.
This is how just in case someone stumbles upon this conversation I seem to be having with myself.
I tried to create a child theme to the cover-wp theme and failed. When I typed my url in I received a fatal error. Then I tried to go to me admin panel to switch the theme back to the parent
I was still recieving an error. I finally had to delete both the child and parent theme folders from my server in order to get to my admin panel to reload the theme.
Hope this helps someoneI would still like to know what I did wrong in creating my child theme, if someone could please let me know.
Thanks,
RyLoreeForum: Themes and Templates
In reply to: Creating Child Theme Fatal ErrorOk I started over and now I have my child theme installed and all I have in my child theme folder is a style.css file with this in it..
/* Theme Name: cover-wp-child Theme URI: http: //ryloree.com/ Description: Child theme for the cover-wp theme Author: Nick Houdek Template: cover-wp Version: 0.1.0 */ @import url("../cover-wp/style.css");I am getting this error..
Warning: require_once(/home/content/06/5981006/html/ryloree/wp-content/themes/cover-wp child/theme-options.php) [function.require-once]: failed to open stream: No such file or directory in /home/content/06/5981006/html/ryloree/wp-content/themes/cover-wp/functions.php on line 3
Fatal error: require_once() [function.require]: Failed opening required ‘/home/content/06/5981006/html/ryloree/wp-content/themes/cover-wp child/theme-options.php’ (include_path=’.:/usr/local/php5/lib/php’) in /home/content/06/5981006/html/ryloree/wp-content/themes/cover-wp/functions.php on line 3
Forum: Fixing WordPress
In reply to: Trouble with viewing older postsThanks,
works great.. just one more thing..
Can I change the older posts link to say newer posts?Forum: Fixing WordPress
In reply to: Trouble with viewing older postsI have created a child theme for the twentyten theme. How do I update the index.php file in my child theme?