Revived
Forum Replies Created
-
This is the child theme functions file.
Adding the following throws the error:
function my_header_image_height($height) {
return 150;
}
add filter( ‘twentyeleven_header_image_height’, ‘my_header_image_height’);This is all I’m getting in the log:
[15-Nov-2011 23:26:06] PHP Parse error: syntax error, unexpected T_STRING in /home/public_html/wp-content/themes/twentyelevenwithsidebar/functions.php on line 5
Would you be willing to download that child theme above to try it?
I spoke too soon esmi. I’m getting the same errors that are mentioned in your comments.
This is the child theme I’m using: http://futurewebblog.com/add-sidebar-support-posts-twenty-eleven-theme/
Beautiful. Thank you esmi! 🙂
To clarify, I’m using a child theme sorry. So where would I reduce the height?
Actually, I had to use this:
.upcoming_events { width: 150px !important; }
Have a great day!
Got it, thanks Eran.
I don’t believe that is correct. When I log in as an “Editor” I can see the seo pack settings on pages.
Thanks Eran!
Forum: Plugins
In reply to: [Social] Social for Facebook business pageAgreed … I could use this as well for pages. Thanks!
Forum: Themes and Templates
In reply to: [Twenty Eleven] Which file contains the "Edit" link?I want to add a logo in the area to the left of the main content (where the edit link resides).
Forum: Themes and Templates
In reply to: [Twenty Eleven] Replacing the header text on home pageWorks great, thank you!
Ok, that worked. No idea why I didn’t see it before. Thanks!
Forum: Fixing WordPress
In reply to: Adding published date just before post …Unfortunately, that didn’t work. It placed the date before the first <p> tag:
(Oct.22.2010) –
<p>Is there a way to force it just before that opening <p>?