Community Forums › Forums › Archived Forums › Design Tips and Tricks › Add Site Description – Eleven40
Tagged: Eleven40, header, site description, site title
- This topic has 14 replies, 2 voices, and was last updated 11 years ago by
Dustin.
-
AuthorPosts
-
March 18, 2014 at 12:24 pm #95519
Dustin
MemberHi! I would like to add a site description below site title in the eleven40 theme without cutting off the tagline area below. Also hoping to be able to edit the site description font style independently of the site title. Any help is greatly appreciated, thanks! -Dustin
March 18, 2014 at 12:39 pm #95522AnitaC
KeymasterPlease share a link to you site so I can take a look.
Need help with customization or troubleshooting? Reach out to me.
March 18, 2014 at 12:52 pm #95530Dustin
MemberEssentially hoping to move "Certified Personal Trainer" below my name and customize font styles for both title and description. Not sure if adding site description will mess things up for mobile?
March 18, 2014 at 1:37 pm #95536AnitaC
KeymasterMarch 18, 2014 at 2:16 pm #95544Dustin
MemberThank you!
I applied your suggestions (see my website). But what I wanted to do was leave the quote (or tagline as defined in the theme settings) where it was and to just move "Certified Personal Trainer" below my name (creating a site description below site title) with independent font stying options for both lines. Here's a example:
http://sridharkatakam.com/wp-content/uploads/2014/03/custom-header-right-content-on-page.png
Basically, "Supports HTML5 &..." would be "Certified Personal Trainer". The header might extend into the quote area, so there would need to be a solution to move everything down below appropriately. I may have totally misused the terms so my apologies for any misunderstanding.
March 18, 2014 at 2:35 pm #95550AnitaC
KeymasterThat information on Sridhar's website is pulling from your tagline from the Settings page. I provided you the instructions on how to do that. I will leave my tutorial for someone who may benefit from it. Maybe another developer can provide you with another solution that matches what you really want.
Need help with customization or troubleshooting? Reach out to me.
March 18, 2014 at 2:55 pm #95553Dustin
MemberI played around with the settings a bit more and can defintely benefit from your tutorial 🙂 I do however just need a bit more assistance or instruction on getting the quote ("We commit...") to look like it did originally, same as the original theme layout. I updated my site content for reference, right now things are shifted around a bit. Thanks again for your time and help!
March 18, 2014 at 3:43 pm #95560AnitaC
KeymasterI was trying to assist you but your theme keeps changing. What are you trying to do now?
Need help with customization or troubleshooting? Reach out to me.
March 18, 2014 at 3:46 pm #95561Dustin
MemberSorry! I was double checking to make sure I wasn't missing something. It's back now, you'll see what I mean. I didn't add anything outside of your tutorial 🙂
March 18, 2014 at 3:55 pm #95563AnitaC
KeymasterAdd this to the Welcome Text. Something doesn't look right in there because I only see 1 double line and not the 2 double lines
margin: 40px 0 0;
Need help with customization or troubleshooting? Reach out to me.
March 18, 2014 at 4:00 pm #95565Dustin
MemberAdded. There appears to be maybe extra line(s) around the footer?
Here's the studiopress demo template again if needed for reference - http://demo.studiopress.com/eleven40/
March 18, 2014 at 4:24 pm #95569AnitaC
KeymasterCheck your CSS and make sure you have all the semi-colons in place. I have a conference call to get on now for two hours. I can check back in after that.
Need help with customization or troubleshooting? Reach out to me.
March 18, 2014 at 5:23 pm #95575Dustin
MemberI started over and tracked results after each step of the tutorial. Before I started the "Now you need to Hook it!" step I only noticed a styling issue with the header/banner cutting off main content below as I increased the font size of the site-description ("Certified Per..."). But after entering the following code...
/** Add the welcome text section */ add_action( 'genesis_before_content_sidebar_wrap', 'custom_welcome_text' ); function custom_welcome_text() { genesis_widget_area( 'welcome-text', array( 'before' => '<div class="welcome-text widget-area">', ) ); }
...things begin to get strange (ex. new lines near footer, styling issues). All code has been double checked. In regards to the widget, I'm using/activating a Text widget in the Welcome Text.
March 18, 2014 at 6:08 pm #95579Dustin
MemberAlso noticing when the window size is reduced "Certified Personal Trainer" is aligned left, this is the same for mobile.
March 18, 2014 at 8:32 pm #95591Dustin
MemberThis reply has been marked as private. -
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.