AsaPearson
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Content Spacing and MarginsJust passing on what I’ve learned from other threads….
I couldn’t code my way out of a wet paper bag.Remember to mark this thread as “resolved”!
Forum: Themes and Templates
In reply to: [Twenty Fourteen] RSS link for this theme's support threadsyou could just look on the theme’s support page, as not everything is tagged correctly….. between the 2 things you should catch everything.
https://www.ads-software.com/support/theme/twentyfourteenForum: Themes and Templates
In reply to: [Twenty Fourteen] Content Spacing and MarginsThis is what I’ve used in my CSS….Hope it helps!
.site-content .entry-header, .site-content .entry-content, .site-content .entry-summary, .site-content .entry-meta, .page-content { margin: auto 0; max-width: 1050px; }
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Content Spacing and MarginsAdding this to the Edit CSS screen should center your page, adding some yellow to the left as well, and shrinking the right margin.
#page { margin-left: auto; margin-right: auto; }
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Content Spacing on pagesSomething has changed…..I just looked at your sight now and it is very narrow….. when I was looking 6 days ago, there was VERY little white space.
If you have taken the code out of your CSS file, I think you should put it back in….clear you cashe…then look at your sight.
I’m wondering if you just were not seeing what the rest of us were last week.Forum: Themes and Templates
In reply to: [Twenty Fourteen] Content Spacing on pagesWhat I’m seeing on your site is actually pretty good, compared to what the template creates on it’s own. Here’s a screen shot of mine before https://flic.kr/p/GLG67w
you could try ….
.content-sidebar { margin-left: -20%; width: 20%; }
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Content Spacing on pagesseems the new version of WP did the trick and fixed this for me
Forum: Themes and Templates
In reply to: [Twenty Fourteen] center the page twenty fourteenI have this in my CSS….
‘
#page {
margin-left: auto;
margin-right: auto;
}
‘That centers the thing, but it doesn’t get rid of the blank space, it balances it between the far left (left of the secondary menu) and the right side. If you customize the color/background it looks ok.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] center the page twenty fourteenA thingy? what kind of thingy? a plug in? a widget? what was the file extension?
You were trying to get all of the page centered, rather than aligned to the left with a big blank space on the right?
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Horizontal dropdown menu not working on ipadyou got a link that we can take a look at? And just maybe we’ll be able to verify if other mobile devices are not working and suggest something.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Recent PostsYou want to show fewer titles in the sidebar “recent posts” widget?
if so… go to your dashboard > appearance > Widgets > find “recent Posts” and click on the little down arrow to open the dialog….
change the number from 5 to whatever you would like. You can also check or uncheck the “display post date” box. Then click save and go to your site to see what it looks like.
Forum: Themes and Templates
In reply to: [Twenty Fourteen] Responsive Header Image Slideras that’s a plug in, have you asked in that support forum??
To me, it looks like you install the plug in, then paste that bit of short code in your header.php file in the in the Editor screen of the theme.
I do think it’s best to ask the developers of the plug in though.
Your site is locked, so I can only guess…..
Are the Red boxed items missing from ONLY that photo/category?
Or are they missing from EACH photo?Do you have Posts that are Tagged with the “Music”?
I’m wondering if there are not any posts in a tag if it shows up……
I’m using the Slider setup, not the grid….I have way more static pages than posts, so its hard for me to even attempt a replicate on my own site.Sorry I’m not able to offer more help.
Do the sub-headings show up when you hover over the main menu item?
It’s all set up in the Menu section…. have you set up both menus??
Can you share your site with us so we can see exactly what is missing from YOUR site?