Forum Replies Created
-
AuthorPosts
-
NWTD
MemberThanks Brad
NWTD
MemberNope, not that either...at least I can't tell from the the info on the links. Here's an example of my site. Notice the three different backgrounds used...I'm wanting to be able to choose/edit those individually from the dashboard. Is this more of a WordPress hack than a theme function?
NWTD
MemberNot quite what I was looking for. I'm trying to add multiple background support from the dashboard GUI. I'm talking about this area of the dashboard.
So on this page of the dashboard I might see something like: Main Background Image (this would set the background for `<body>`), Top Background Image (this would set the background for the top section background), Middle Background Image (this would set hte background for the middle section of the site), and Footer Background Image (this would set he background for the footer area).
NWTD
MemberAwesome. I'm all set. thanks!
NWTD
MemberAwesome. thanks!
One last thing. By default, everything under <body> is wrapped in a div, called, well, "wrap". Can I use one of these hooks to remove that div completely?
NWTD
Memberis it as simple as
function add_div() { echo 'div class="header-wrap">'}
add_action( 'genesis_before_header', 'add_div' );?
I'm still new to genesis and learning it as I go. Thanks for your help John
NWTD
MemberThanks John. I moved the slider around like I needed.
Do you have any suggestions for me to group the different sections into individual wraps of sorts?
NWTD
MemberI can appreciate that. I do currently use the search to find what I was looking for, I was just looking for a one-click approach to sort the posts for easier browsing in the forum.
Thanks! 😀
NWTD
MemberEven rolling back to v1.8 of the framework and the sample child theme didn't make a difference.
NWTD
MemberInteresting. This is a new subsite, so no individual plugins are installed. I did go through and deactivate all the network plugins and no luck there either.
NWTD
MemberI actually can't even get the Genesis Sample child theme to work. I am able to get the Genesis framework/theme to work.
NWTD
MemberIt seems to be in relation to themes that have functions that are duplicated in the Genesis Framework functions.
NWTD
MemberYes and yes.
NWTD
Memberbump
NWTD
MemberThanks Bill. that worked perfectly.
NWTD
MemberI found the solution, using
stylesheet_directory
instead oftemplate_directory
NWTD
MemberThanks Susan. I was able to accomplish what I needed.
@colkay, I think the issue you're having is related to CSS and styling the list.
NWTD
MemberAny thoughts?
Thanks!
NWTD
Member"Local Pages" is a term coined by the client, thus used for him to cause less confusion...it really could be anything else. Trying to get my head around this whole thing and make the most logical sense to make this work most efficiently for my client and I.
Do you offer consulting? I'd be happy to pay you for your time if you have some more input regarding this interesting situation.
-
AuthorPosts