jkgray
Forum Replies Created
-
Forum: Plugins
In reply to: [Table of Contents Plus] Bulleted list instead of numbered?Thanks…but could you elaborate? Maybe give an example?
Forum: Plugins
In reply to: [Floating Social Bar] I cant share, only like, why?Did anyone ever figure out how to do this?
Forum: Plugins
In reply to: [Page-list] Control the excerpt?Got it. Just add this to your function.php:
add_post_type_support( ‘page’, ‘excerpt’ );
And then you can write in an excerpt for your pages. This will then show on page-list.
I updated tonight but everything looks the same.
I tried the download above but it is the same as the current version…didn’t help.
Forum: Themes and Templates
In reply to: [Scrappy] Formatting Widgets in FooterGot it but couldn’t delete first post. sorry.
Forum: Themes and Templates
In reply to: [Scrappy] Menu Defaults to Mobile Version after Update to V1.4I’ll be sure to
a) not update the theme and
b) go through the readme next time.Thanks
Forum: Themes and Templates
In reply to: [Scrappy] Menu Defaults to Mobile Version after Update to V1.4Update: I reverted to V 1.3.1 and the problem on iPad went away. Any thoughts on what’s making iPad switch to mobile version?
Thanks
Forum: Themes and Templates
In reply to: [Scrappy] Page centeringDeactivating the plugins didn’t work….since I only have this problem on mobile safari do you have any suggestions for how I could code the CSS to change the scaling of the page for safari?
Forum: Themes and Templates
In reply to: [Scrappy] [Theme: Scrappy] Page TitlesThat worked…thanks again!
Forum: Themes and Templates
In reply to: [Scrappy] [Theme: Scrappy] Page TitlesYes…that worked. Thanks for your help. I know just enough about this stuff to be REALLY dangerous, but help from folks like you are helping me learn tons everyday.
One other thing – any thoughts on how I can move the text and picture up toward the top to omit that wide white space left from the area once held by the title we omitted in the steps above?
Forum: Themes and Templates
In reply to: [Scrappy] [Theme: Scrappy] Page TitlesOK I added
.home h1.entry-title,
.page-id-31 h1.entry-title{
text-indent: -9999 em;
}to the Child Theme and got the same results: http://www.nursingnurture.com
Forum: Themes and Templates
In reply to: [Scrappy] [Theme: Scrappy] Page TitlesI added the code to the end of the Child Theme but it didn’t remove the title.
Then I changed it and added
.home h1.entry-title,
.page-id-31 {
text-indent: -9999 em;
}to the end of the Child Theme. I checked the code as you suggested and found the page id to be 31.
Didn’t work either. Any other thoughts?
Forum: Themes and Templates
In reply to: [Scrappy] [Theme: Scrappy] Page TitlesHey , thanks so much. Does it matter where this code is added or can it be anywhere?
Also, what if – for example – there was one other page I wanted to omit the title from. How could I add code for an additional page I wanted to exclude the title on?
Forum: Themes and Templates
In reply to: [Scrappy] [Theme: Scrappy] Page TitlesPotentially, but for now just this page.