chaosicq
Forum Replies Created
-
for those asking where to put the code it goes in style sheet.
Forum: Fixing WordPress
In reply to: drop down menu appearing behind pluginhahaha thankyou added the z-index to menu and fixed it thankyou for the advice.
Forum: Fixing WordPress
In reply to: drop down menu appearing behind pluginwell i guess i should have posted the css to the plugin also as i new someone would ask for it :-), There is no z-index i already looked.
#slider {
background:url(slide.png);
height: 234px;
overflow: hidden;
position: relative;
margin: 0px 0;
border-bottom:10px solid #CCC;
}.stepcarousel{
position: relative; /*leave this value alone*/
overflow: scroll; /*leave this value alone*/
width: 640px; /*Width of Carousel Viewer itself*/
height: 225px; /*Height should enough to fit largest content’s height*/
margin: 0px 30px 0px 30px;}
.stepcarousel .belt{
position: absolute; /*leave this value alone*/
left: 0;
top: 0;
}.stepcarousel .panel{
float: left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 10px 20px ; /*margin around each panel*/
width:600px; /*Width of each panel holding each content. If removed, widths should be individually defined on each content DIV then. */height:210px;
}
.stepcarousel .panel p{
text-align: Left; /*leave this value alone*/
overflow: hidden; /*clip content that go outside dimensions of holding panel DIV*/
margin: 5px 5px ; /*margin around each panel*/
width:150px;
line-height:20px;
color:#fff;
font-family:georgia, Helvetica, Sans-Serif;
font-size: 12px;
}.stepcarousel .panel h2{
font-family:georgia, Helvetica, Sans-Serif;
font-size: 14px;
color: #ac0000;
padding:5px 5px;
margin:10px 0px;
width:500px;overflow:hidden;
}
.stepcarousel .panel h2 a:link, .stepcarousel .panel h2 a:visited {
color:#fff;
background-color: transparent;
line-height: 20px;
margin:5px 0px;
}
.stepcarousel .panel img{
position: absolute;
top: 40px;
right: 60px;
background:#6e0404;
padding:5px 5px;
}/*Featured*/
.featout{
width:650px;
overflow: hidden;
padding:5px 5px;
margin:0px 4px 5px 5px;
background:#55656f;}
.featured{
width:650px;
overflow: hidden;
padding:5px 0px 2px 0px;
margin:0px 0px 0px 0px;
background:#39525e;
font-family:Georgia,Century gothic,Verdana,Helvitica,sans-serif;
}
.featured h2{
font-size:14px;
margin:3px 0 4px 10px;}
.featured h2 a, .featured h2 a:link, .featured h2 a:visited {
color: #fff;
background-color: transparent;
}
.featured h2 a:hover {
color: #fff;
background-color: transparent;
}.fentry{
height:auto;
overflow:hidden;
}.fentry a:link,.fentry a:visited{
color:#92C5EC;
}.cat{
padding:1px 5px 1px 10px;
font-size:12px;
}.cat a:link,.cat a:visited{
color:#ac2d2d;}
.cat a:hover{
color:#ac2d2d;}
.cats{margin:1px 5px 1px 0px;
font-size:13px;
margin-left:5px;
color:#24a1cc;
}
.cats a:link,.cats a:visited{
color:#24a1cc;}
.cats a:hover{
color:#24a1cc;}
.fentry p{
margin: 5px 10px;
color:#c2d4dd;
line-height:20px;}
.fentry img {
border:0;
padding:4px 4px;
background:#1E1F20;
border:1px solid #1E1F20;
margin:2px 5px 5px 5px;
}.featmeta{
height:22px;
text-align:right;
padding:3px 5px 0 0;
background:url(images/readm.jpg) right no-repeat;}
.featmeta a:link,.featmeta a:visited{
color:#3c2e1b;
font-weight:bold;
text-decoration:none;
}img {
border:none;
}.showme {
font-size: 6px;
float: left;
}.showme a {
font-size: 6px;
text-decoration: none;
color: #3b3b3b;
}Forum: Plugins
In reply to: [Plugin: WP Featured Content Slider] This plug-in doesnt work!This plugin works fine when you do some css modifacation (wordpress 2.92) however i do have an issue when placeing it under the menu system, The drop down menu falls behind it, but i am working on that issue.
Forum: Plugins
In reply to: Specific tweet plugin wantedI guess i should say this is for twitter.
Forum: Fixing WordPress
In reply to: blog posts how do i only show excerpt on main blogThankyou works a treat.
Forum: Plugins
In reply to: [Plugin: Google XML Sitemaps] URL issue with WordPress Mu 2.9.2Hi
Did you chmod the sitemap.xml to 666?.