Forum Replies Created
-
AuthorPosts
-
gh5649Member
Oh -
Yes, clicking on the WordPress "more" button in the editor enters the command <!--more-->
I have never know this was there as a function of WordPress. That is a good tip to know.
This will work nicely for me.
Thanks wp guy.
gh
gh5649MemberThanks wp guy - but I am not trying to limit the horizontal length of a line.
I am trying to show - for example - only 500 characters of the first page post - instead of the entire 5000 characters that make up that post. I do not want the entire 5000 characters to appear on the front / Home page.
gh
gh5649MemberI was able to solve this issue by creating a custom menu for the sidebar.
Doing so results in text that is a smaller font and vertical spacing that is smaller than what is used in the FEATURED POSTS widget.
gh
gh5649MemberOopss. Sorry 'bout that.
gh
gh5649Member"...I think you have the rem wrong. It depends on the base...."
So Brad - If I wanted to decrease the title font - I should edit the pixel value to multiples of 16 (where the base is 16 in this example of METRO)
OR -
Are you saying - Given the values in the CSS table (see below) - I should choose a pixel value that appears in the chart. Such as
(not 32 pixels - but) 30 pixels
1.875remThis is confusing. Can I not pick a rem value that does not appear in the chart? (i.e. 32 pixels and 2rem)
10 / 16 = 0.625rem 12 / 16 = 0.75rem 14 / 16 = 0.875rem 15 / 16 = 0.9375rem 16 / 16 = 1rem 18 / 16 = 1.125rem 20 / 16 = 1.25rem 24 / 16 = 1.5rem 30 / 16 = 1.875rem 36 / 16 = 2.25rem 42 / 16 = 2.625rem 48 / 16 = 3rem
*edited to format code in line with the forum guidelines
gh5649MemberI have edited both the pixel size and the rem size of H1 to fit the title size I like. I like H1 being my title re: SEO.
I think I selected 42 pixels and 2 rems.
It is a bit trial and error you know - I think the pixels is more for the IE users. I think the rem size change gets reflected with other browsers such as IOS, Safari, Firefox, etc.
Looking back - at my past StudioPress themes even the new ones (Eleven40) do not indicate a value at all for REM - so this must be a new value going forward for CSS and font sizes.
Thanks for the feedback.
gh
February 2, 2013 at 11:32 am in reply to: Show Eleven40 Page Title WIDGET Data ONLY on Home Page #17373gh5649MemberSoZo -
Great - I followed your suggestion - and that did the trick.
Thank you.
Gary
February 1, 2013 at 2:20 pm in reply to: Show Eleven40 Page Title WIDGET Data ONLY on Home Page #17158gh5649MemberSoZo -
Exactly what code do I move from the functions.php to home.php?
Is this the entire code to Move:
/** Add the page title section */
add_action( 'genesis_before_content_sidebar_wrap', 'eleven40_page_title' );
function eleven40_page_title() {
genesis_widget_area( 'page-title', array(
'before' => '<div class="page-title widget-area">',
) );
}Please advise -
Thanks.
Garygh5649Memberthat did it - - -- -
thanks.
gh
gh5649MemberThanks for the reply -
But, I saw this, too - and thought it was the path to take. But when I change the size to 200, 200 - - the images remain at 270x100.
gh5649MemberHelp - I need assistance with this as well, please.
I do not show this original question was resolved.
Using Eleven40 Theme - After the "latest post" I would like to have the post images on the front page appear as a thumbnail (150x150) or at least have the option to display more than an abbreviated and cropped 100 pixel height. (Note: this does not apply to the post on my home page - as it does show the image at full size.
Please advise - Thanks.
Gary.
gh5649MemberMe too - I am "not" new to StudioPress - have swapped out the logo.png file before - no problem. Keeping my .png size the same as the original.
I have uploaded my new custom logo.png file - switched to IMAGE LOGO in theme settings - and the new custom login.png does not appear. -
AuthorPosts