Forum Replies Created
-
AuthorPosts
-
pixelpaper
ParticipantHey Andrea,
there is nothing in the Plug-in that sets the sidebar or the layout for a certain page or post.
When i'm in the POST area - and define my Category - I can choose a sidebar and layout settings over the default. I have done that but i'm still getting the default on the post pages.
pixelpaper
ParticipantI'm having this problem but i DON"T want the Middle or Left widget, but I have to for the latest post to go away...
pixelpaper
Participanthaha... I got it... had to think
gave it a template header and selected it on the page I need.
Kim
pixelpaper
ParticipantBrad,
I've got my new .php file fashioned after the home, and i've registered my new widget areas on the functions page...so how do I call this template to be used?
Kim
pixelpaper
ParticipantOne way is to add a Category. It's usually under Page on the left where you build the menu.
Is that what your looking for?
Kimpixelpaper
ParticipantRe-upload and re-associate the file with your page/post.
The reason is the slider image is made when you upload the image.
if you changed the size the old size slide was created already...(I change my function file too...
The slider images size in the Theme Function file....
add_image_size( 'slider', 660, 250, TRUE ); this is what one of mine looks like... )The long time users can correct me if I have it wrong... but it's worked for me.
Kim
pixelpaper
Participantchanged (is_home('home')) to
is_home('home')dont' know why the other worked on another site... but i'm good.
Kimpixelpaper
Participantlooks like the trouble may be here...
turn off float center (should be float left).header-image #title-area {
background: url(images/header.png) no-repeat center left;
display: block;
float: center;
height: 120px;
overflow: hidden;
padding: 0;
text-indent: -9999px;
max-width: 100%;
}July 4, 2013 at 11:32 am in reply to: Get customers to automatically "like" my facebook page when they click on link. #49217pixelpaper
ParticipantI use the widgets that Facebook developers page provides.
There is a widget to add a like button.
https://developers.facebook.com/docs/reference/plugins/like/Kim
pixelpaper
Participantdid you see the Red template sample page?
http://demo.studiopress.com/executive/sample/?color=red
if this is not enough, like Andrea said... all colors can be changed with .css !
Kim
-
AuthorPosts