skywalker108
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Pinboard] Post of the specified category on the frontpageHi, did you figure out how to do this? I want to do the same thing on brooklynfireproof.com/cafe we have 3 posts which are up there now and they come up when I use different page templates. I am setting up Events Manager and want to have the category Events posts flow under the first 3 posts, so hoping there is a place in the loop or content.php to code this in– I don’t know much php so if anyone can help it would be greatly appreciated.
Forum: Plugins
In reply to: Events Manager- Default single event format footer stuck in middle of screenStill stumped by this– can anyone lend some support?
I see it’s using the template “NO SIDEBARS” to make the post that looks so weird, footer right in the middle– footer is absolute positioned like it wants the post to stay not too long. I don;t know how to point Pinboard to use any certain page template for the Events Manager events posts. Thanks for yout help, sorry I am so lost.Forum: Themes and Templates
In reply to: Blaskan Child Theme how to target bottom-border under post–?Thanks Andrew,
Any one else know how do I target after the footer (tags, commennts) of each post gets a line after it– using firebug and I get the <footer> tag at the base of the post is where I want the border after but don’t know how to target that in the style sheet.Forum: Themes and Templates
In reply to: [Blaskan] [Theme: Blaskan] Center nav menus, header image?Hi, I can’t figure out how to center my site name and nav– or center the whole Header..! The site is at https://www.breakdownshow.com, theme is blaskan with a child theme. Your help is greatly appreciated!
Hi, I am also having the same problem.
@ Aniee the .page-id-88 code goes in your css stylesheet.I was moving around the sidebars trying to take them out of the footer where they had been and put them into the index.php so I could use <?php get_sidebar(); ?> and not put it on the single.php
this is the code I had in my footer
<?php $loc = pbt_theme_option('sidebar_location'); if($loc==2 || $loc==4) { get_sidebar(); // calling the First Sidebar } if(pbt_theme_option('sidebar_width2')!=0 && $loc!=3) get_sidebar( "second" ); // calling the Second Sidebar ?>
Any ideas how I can set this up so I can comment out the sidebars on single page? The site is bright-warrior.com
Thanks