Posts no longer view on blog page
-
I have the default set for posts to show on blog page, but they no longer due on Graphene unless I select by month or category. I wanted all the show (most recent first). When I preview my site http://bsidesmetal.com in other themes it shows my posts on the blog page without having to select month or category. I know it was working last night. I have no clue what happened. I can’t find the answer on the forum. Please help.
All my posts still show up in the dashboard under posts and in their categories.
Have You tried build in menu:
http://bsidesmetal.com/wp-admin/nav-menus.php
Allow me. I think You made a great job with the
slider. Can You tell me/us how?
If You want to change the blue colors in, say:
http://bsidesmetal.com/?category_name=b-green
h1.page-title {
-pie-background: linear-gradient(#BABABA, #6E6E6E);
background: #BABABA;
background: linear-gradient(#BABABA, #6E6E6E);
background: -moz-linear-gradient(#BABABA, #6E6E6E) repeat scroll 0 0 transparent;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#BABABA), to(#6E6E6E));
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BABABA', endColorstr='#6E6E6E'); /* for IE8 */
text-shadow: 0 -1px 0 #000000;
-moz-border-radius: 0 5px 0 0;
}.block-button, .block-button:visited {
-moz-border-radius: 5px 5px 5px 5px;
-webkit-border-radius:5px;
border-radius:5px;
border: 1px solid #CCCCCC;
display:block;
font:bold 12px arial;
text-decoration:none;
padding:5px 15px 6px 15px;
color:#FFFFFF;
text-shadow:0 -1px 1px #000000;
margin-top:10px;
position:relative;
float:right;
-moz-box-shadow: 0 0 0px #42454A;
-webkit-box-shadow:0 0 0px #42454A;
box-shadow:0 0 0px #42454A;
background:#BABABA;
background: -moz-linear-gradient(#BABABA, #6E6E6E) repeat scroll 0 0 transparent;
background:-webkit-gradient(linear, 0 0, 0 bottom, from(#BABABA), to(#6E6E6E));
background:linear-gradient(#BABABA, #6E6E6E);
-pie-background: linear-gradient(#BABABA, #6E6E6E);
}
.block-button:hover{
text-decoration:none;
color:#FFFFFF;
cursor:pointer;
background:#D4D4D4;
background:-moz-linear-gradient(#D4D4D4, #737373);
background:-webkit-gradient(linear, 0 0, 0 bottom, from(#D4D4D4), to(#737373));
background:linear-gradient(#D4D4D4, #737373);
-pie-background: linear-gradient(#D4D4D4, #737373);
}Kim
So far the built in menu idea of putting the category under the Blog page only shows the abbreviated posts. They don’t stream in complete like they are supposed to.
For my slider I created a slider category and cropped all the images to 660px wide by 250px high (slider dimensions) uploaded all images into the category and then specified that the slider show that category. The slider has three views also. One is complete post view. That is what I used. The overlapping box kind of bugs me and so does the button to view post, but at least now my art is prominent on the front page.
Are You sure the Blok link are:
http://bsidesmetal.com/?page_id=117
Thank You for the slider info.
I see lots of ? for this 🙂
You still have some blue border on button:
.full-sized .block-button, .full-sized .block-button:visited {
border-color: #277EC0;
bottom: 10px;
position: absolute;
right: 10px;
}Maybe this will do: (You decide 🙂
.full-sized .block-button, .full-sized .block-button:visited {
border-color: #6E6E6E;
bottom: 10px;
position: absolute;
right: 10px;
}Kim
Transparent gray bar on slider:
You have:
.full-sized .slider-entry-wrap {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.7);
height: 100%;
position: absolute;
right: 0;
top: 0;
width: 35%;
}You can easy change 0.7 value for color. Say 0.5
(I think ist great now 🙂
And width is now 35%
But there is a button isue if width gets to small or 0%
Kim
Something I think many times is that text size is to small
or the ariel font is boring. Say, for size You have:
.entry-content, .entry-content p, .slider_post_entry p, .entry-content ul, .entry-content ol, .comment-entry ol {
color: #2C2B2B;
font: 12px/20px arial;
}Try this:
.entry-content, .entry-content p, .slider_post_entry p, .entry-content ul, .entry-content ol, .comment-entry ol {
color: #2C2B2B;
font-family: georgia,verdana,tahoma,arial;
font-size: 14px;
}Well, I like georgia. But You can easy switch It with arial as first word 🙂
Sidebar You have:
.sidebar, .sidebar p, .sidebar li {
font-family: arial;
font-size: 12px;
}Maybe:
.sidebar, .sidebar p, .sidebar li {
font-family: arial,verdana,tahoma,georgia;
font-size: 13px;
}Just some ideas.
Kim
- You must be logged in to reply to this topic.
