RelationshipChef
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Spine] Secondary menu. How do I decrease the # of entires?Lol.
Triple post. That’s what I get for being impatient when I don’t see my post right away. 🙂Forum: Themes and Templates
In reply to: [Spine] Secondary menu. How do I decrease the # of entires?Thank you, BjScott. That certainly helped. Reduced the width value to 30%, and it looks the right size. (Although I was hoping to have the 4 cells be stretched across the entire width. But, this works. And that’s more important!)
After playing around with #position and #float values, and setting
#position: relative; / left:350px; / float: left; #I have the following
http://relationshipchef.files.wordpress.com/2014/02/new-snapshot.jpgNot perfect, but functional and fairly decent looking! 🙂
Thanks so much for starting me off in the right direction!!!
Forum: Themes and Templates
In reply to: [Spine] Secondary menu. How do I decrease the # of entires?Thank you, BjScott. That certainly helped. Reduced the width value to 30%, and it looks the right size. (Although I was hoping to have the 4 cells be stretched across the entire width. But, this works. And that’s more important!)
After playing around with #position and #float values, and setting #position: relative; / left:350px; / float: left; #
I have the following
http://relationshipchef.files.wordpress.com/2014/02/new-snapshot.jpgNot perfect, but functional and fairly decent looking! 🙂
Thanks so much for starting me off in the right direction!!!
Forum: Themes and Templates
In reply to: [Spine] Secondary menu. How do I decrease the # of entires?Thank you, BjScott. That certainly helped. Reduced the width value to 30%, and it looks the right size. (Although I was hoping to have the 4 cells be stretched across the entire width. But, this works. And that’s more important!)
After playing around with #position and #float values, and setting #position: relative; / left:350px; / float: left; #
I have the following
http://relationshipchef.files.wordpress.com/2014/02/new-snapshot.jpgNot perfect, but functional and fairly decent looking! 🙂
Thanks so much for starting me off in the right direction!!!
Forum: Themes and Templates
In reply to: [Spine] Secondary menu. How do I decrease the # of entires?http://relationshipchef.files.wordpress.com/2014/02/snapshot.jpg
Sorry, for some reason it didn’t link. 🙁
Forum: Themes and Templates
In reply to: [Spine] Secondary menu. How do I decrease the # of entires?The site isn’t live yet.
However, if you add the following line to “hosts” file (C:\WINDOWS\system32\drivers\etc)
143.95.39.52 relationshipchef.net
you can then enter the url http://relationshipchef.net/part1/ and see what’s happening.My apologies, but I’m replacing the existing site with something completely new, and I don’t want to take down the existing site just yet, thus the “hosts” file issue.
Forum: Themes and Templates
In reply to: [Spine] Hiding the primary sidebar from all pages but the frontSolved it on my own.
Code above was right. It was simply getting overwritten by header.php. Copied header.php into the child theme, and, viola!Forum: Themes and Templates
In reply to: [Spine] Hiding the primary sidebar from all pages but the frontTrying this conditional statement, is this right?
(Doesn’t seem to work, though)…<?php if(!is_page('10')) get_template_part( 'menu', 'secondary' ); ?>Forum: Themes and Templates
In reply to: [Spine] Can't create child themeThanks, Paka!
I just figured it out, and got back here to mark this as resolved!Yet, thank you so much for your advice!!!
🙂