Forum Replies Created
-
AuthorPosts
-
DarralynC
MemberJust wanted to update my request with a little more information.
I called my hosting service and they checked to make sure everything was working from their end. All was good.
The problem seems to be with the "save and publish" button in the customizer for the theme. I put the header image in the customizer and hit "save and publish". It acts as though it is saving, the image appears in the preview. When I try to exit the customizer, the pop up says "you are asking to leave this page, any information not saved will be lost" stay on page or leave page. When I leave, the image disappears, but it seems to be there. When you scroll over the area, you can click and return to the home page.
Can anyone help? or have any idea what I need to do?
http://www.carmelchristian.orgThanks so much.
DarralynC
MemberThank you.
I wasn't sure what the mobile should look like. It just has text and pictures, no backgrounds?
I am new to this...I appreciate your help.
Thanks.DarralynC
MemberHi, Brad and Brett!
The simple hooks solution worked like a charm! It put it right back in the center.http://ccsmain.carmeleducationalfoundation.org
Thanks.
August 25, 2013 at 2:09 pm in reply to: HELP – Need to change the header background? Outreach Theme #58758DarralynC
MemberHi, Brad!
Thanks...it is back now!DarralynC
MemberHi, Brett!
Thanks for the code...I am just not sure how to insert?
Genesis Child Theme Outreach Stylesheet.css?I also I looked for the Genesis Extender Plugin - Cobalt Apps and couldn't find it?
Can you give direction?
Thanks.August 13, 2013 at 10:13 pm in reply to: Outreach Theme – Inline CSS puts my logo to the left #56231DarralynC
MemberHow did you get this back centered? I am new at this...but it seems like it should be a simple fix?
Thanks.
http://ccsmain.carmeleducationalfoundation.orgDarralynC
MemberHi!
My header did the same thing except it is now flush left instead of centered. I would rather it be centered like before like the demo theme on studio press Outreach theme.
http://www.ccsmain.carmeleducationalfoundation.orgThanks.
DarralynC
MemberHi, Doak!
I tried it and at first it didn't go through, but through google search it did.
Will you try again?
Thanks.July 1, 2013 at 1:39 pm in reply to: Outreach – Change background color and type color of primary/secondary nav? #48729DarralynC
MemberHi.
Dev resolved in another question. Here is the answer, in case anyone else is looking.
.sidebar .widget {
background-color: #FCF3DA;
}.sidebar.widget-area ul li a, .sidebar.widget-area ul li a:visited {
color: #000000;
}.sidebar.widget-area ul li a:hover {
color: red;
}Add your colors above where indicated
first one is background color of sidebars (primary and secondary)
Second is text color inside the bar
Third is the hover color.
Thanks. Dev.DarralynC
MemberHi, Dev!
This is perfect...
Thanks so much for your help today and last night...I am making notes and learning a lot.June 30, 2013 at 10:25 pm in reply to: Outreach – Change background color and type color of primary/secondary nav? #48619DarralynC
MemberHi, Dev!
I pasted it under:
Appearance
Editor Theme
Stylesheet (style.css)updated and that is when the top horizontal menu turned blue, but not the primary and secondary.
Was that the right place?
thanks.June 30, 2013 at 9:39 pm in reply to: Outreach – Change background color and type color of primary/secondary nav? #48611DarralynC
MemberHi, Dev!
thanks for the code.
I pasted it in and it did change the top horizontal menu, but not the
Primary or Secondary Navigation menus or the drop down menus.
Are these connected?
http://ccsmain.carmeleducationalfoundation.org/?page_id=322Any other ideas?
Thanks.
June 30, 2013 at 8:45 pm in reply to: Outreach – Can I add an image to the landing pages at top? #48607DarralynC
MemberHi, Brad!
Obviously, I have no idea what I am doing.
this is what I got:
http://ccsmain.carmeleducationalfoundation.org/?page_id=332 (landing page)this is the actual page template (it is a page template - not the landing page - I got these confused)
http://ccsmain.carmeleducationalfoundation.org/?page_id=322this is what I want it to look like:
http://www.oakschristian.org/grades_68/index.aspxheader
menu
jpg (this is what I want to add)
page layout (3 columns)Can you help?
Thanks so much for your help already...I really appreciate it.June 29, 2013 at 8:32 pm in reply to: Outreach – Can I add an image to the landing pages at top? #48460DarralynC
MemberHi, Brad.
Finally got the code to paste...
thanks.June 29, 2013 at 8:32 pm in reply to: Outreach – Can I add an image to the landing pages at top? #48459DarralynC
Member`function add_header_genesis() {
if ( is_page_template('page_landing.php') )
echo '<div class="add-header"><a href="http://wp.me/a3HapT-2s"><img class="aligncenter size-full wp-image-32590" alt="wp-sites-logo.png" src="http://ccsmain.carmeleducationalfoundation.org/wp-content/uploads/2013/06/wp-sites-logo.png" width="1152" height="69" /></a></div>';
};
add_action('genesis_header', 'add_header_genesis');June 29, 2013 at 8:31 pm in reply to: Outreach – Can I add an image to the landing pages at top? #48458DarralynC
MemberHi, Brad!
Ifunction add_header_genesis() {
if ( is_page_template('page_landing.php') )
echo '<div class="add-header">
</div>';
};
add_action('genesis_header', 'add_header_genesis');function add_header_genesis() {
if ( is_page_template('page_landing.php') )
echo '<div class="add-header">
</div>';
};
add_action('genesis_header', 'add_header_genesis');June 29, 2013 at 8:23 pm in reply to: Outreach – Can I add an image to the landing pages at top? #48456DarralynC
MemberJune 29, 2013 at 8:20 pm in reply to: Outreach – Can I add an image to the landing pages at top? #48452DarralynC
MemberHi, Brad!
I copied and pasted in the themes functions.php at the end. This is what I changed to...
function add_header_genesis() {
if ( is_page_template('page_landing.php') )
echo '<div class="add-header">
</div>';
};
add_action('genesis_header', 'add_header_genesis');I didn't see any changes...What am I not doing?
Thanks.June 29, 2013 at 9:33 am in reply to: Outreach – Can I add an image to the landing pages at top? #48367DarralynC
MemberDarralynC
MemberHi, Stewart!
This was perfect!
Thank you! -
AuthorPosts
