Que42
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [BlankSlate] entry summary troubleO forgot to add I tried playing with
.entry-summary
to no avail. Probably would be able to use that instead of an inserted div if I could figure out howForum: Themes and Templates
In reply to: Display inlineWish I’d a come here first. Took about a half hour of trial and error to figure out you can’t seem to have a width tag with an inline-block.
But of course the next question is, is there anyway to set the width? I tried bunch of things like inserting a clearfix type dedicated div just for width tag but no matter what I try, any width anywhere within the inline-blocked div makes them stack up vertically.
Forum: Themes and Templates
In reply to: Sidebar height in twentyfourteenAndrew
Now dat beautifuuuuuul. Added .site:before to the gradient and it works like a charm. Thanks a zillion.Forum: Themes and Templates
In reply to: Sidebar height in twentyfourteenForum: Themes and Templates
In reply to: Sidebar height in twentyfourteenSorry stephencottontail. No, Not trying to adjust the widgets in any way. Just want to get the container all the way down to the bottom so the background gradient I am using for the sidebar will go all the way down.
Thanks for replying
Forum: Plugins
In reply to: Tweaking Category Specific RSS MenuSorry esmi, won’t do it again.
Forum: Plugins
In reply to: Tweaking Category Specific RSS MenuWhat happened to my code? I put it in backticks. I don’t know what part I need so had to display all.
Forum: Themes and Templates
In reply to: Post content wrapperHey Thanks Flash
I’d tried the <div class=”que”> with no result but hearing that it was right from someone who knows their stuff made me look elsewhere and it was in the style sheet. Success gives me the confidence to try harder stuff. Pray for me my fellow man lol.
Forum: Themes and Templates
In reply to: Post content wrapperThanks Flash but I’m wondering if this is way out of my abilities. But what the heck. I found where I need it in page.php but don’t know how to implement it. Tried <div class=”que”> and a couple other things but to noby to get it right.
get_header(); ?> ---------------NEED TO START .QUE HERE--------------- <div id="primary"> <div id="content" role="main"> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content', get_post_format() ); ?> <nav class="nav-single"> <h3 class="assistive-text"><?php _e( 'Post navigation', 'twentytwelve' ); ?></h3> <span class="nav-previous"><?php previous_post_link( '%link', '<span class="meta-nav">' . _x( '←', 'Previous post link', 'twentytwelve' ) . '</span> %title' ); ?></span> <span class="nav-next"><?php next_post_link( '%link', '%title <span class="meta-nav">' . _x( '→', 'Next post link', 'twentytwelve' ) . '</span>' ); ?></span> </nav><!-- .nav-single --> <?php endwhile; // end of the loop. ?> </div><!-- #content --> </div><!-- #primary --> ---------NEED TO STOP .QUE HERE-------------- <?php get_footer(); ?>
And added this to style.css
.que { box-shadow: inset 5px 5px 5px #000; }
Where did I go wrong?
Forum: Plugins
In reply to: Using two plugins at once.Sorry, I had the code wrong from playing around with it. It should be
[KGVD width=”768″ height=”432″]{flickurl[1]}[/KGVID]Forum: Themes and Templates
In reply to: Removing the menu bar on full wight pageEsmi You’re not bad, You’re GREAT!!!! Thank you very much for taking the time to help me.
For all the other nobs like me it won’t work unless you put the full-width.php in a subfolder called page-templates just like it is on the regular twentytwelve theme. Or at least it wouldn’t work for me. Problem is you won’t be able to edit it from WP like you can the other files. So do your editing and then upload it.
Thanks again to Esmi
Forum: Themes and Templates
In reply to: Removing the menu bar on full wight pageOooooo I see. I think you misunderstood me Esmi and thought I wanted to remove the sidebar which isn’t the case as it’s already gone on this template. I want to remove the menu bar for this template only.
Forum: Themes and Templates
In reply to: Removing the menu bar on full wight pageI’m sorry Esmi but I don’t understand. The code I posted will bring in the header with the menu. As for the sidebar this is the template that has none. I checked the original download and it is the same.
Forum: Themes and Templates
In reply to: Removing the menu bar on full wight pageDone, And thank you Esmi for you help.
Forum: Themes and Templates
In reply to: Removing the menu bar on full wight pageOooo should I place it in a template subfolder like it came in the zip?