+ Reply to Thread
Results 1 to 4 of 4

Thread: word press

  1. #1
    Points: 2,706, Level: 31
    Level completed: 71%, Points required for next Level: 44
    Overall activity: 13.4%
    Achievements:
    First 1000 Experience PointsFlame Lord!
    Awards:
    Community Award
    stevehatestheworld's Avatar
    Join Date
    Oct 2008
    Location
    noble park
    Posts
    343
    Points
    2,706
    Level
    31

    word press

    just a note for anyone that uses word press, i tried the link counter plug in
    Ozh' Click Counter
    it caused all the links in my site to have my url put in front of them so they would no longer work be carefull if your going to use that counter plug in.
    useless though of the day it only took me a week to work this out

  2. #2
    Points: 24,254, Level: 94
    Level completed: 91%, Points required for next Level: 96
    Overall activity: 100.0%
    DAMINK™'s Avatar
    Join Date
    Jul 2008
    Location
    Melbourne Australia
    Posts
    5,714
    Points
    24,254
    Level
    94

    Character : DAMINK
    Level : 18
    Class : Warrior
    Hp: 0 / 140
    Exp:1213 / 1428

    RE: word press

    Have you tried my counter?
    http://www.damink.com.au/hitcounter/

  3. #3
    Points: 2,706, Level: 31
    Level completed: 71%, Points required for next Level: 44
    Overall activity: 13.4%
    Achievements:
    First 1000 Experience PointsFlame Lord!
    Awards:
    Community Award
    stevehatestheworld's Avatar
    Join Date
    Oct 2008
    Location
    noble park
    Posts
    343
    Points
    2,706
    Level
    31

    word press css

    in the word press css editor

    where i can change code any ideas on making my site a little wider?
    Code:
    /* Based on Arabic (RTL) version of Kubrick theme, converted by Serdal (Serdal.com) */
    
    .narrowcolumn, .alignleft, .widecolumn .smallattachment { float: right; }
    .alignright, #commentform #submit { float: left; }
    
    #page, .post, #wp-calendar #prev a { text-align: right; }
    
    body, #commentform p { font-family: 'Geeza Pro', Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif; }
    
    small { font-family: 'Geeza Pro', Tahoma, Arial, Helvetica, Sans-Serif; }
    
    h1, h2, h3 { font-family: 'Al Bayan', 'Traditional Arabic', 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; }
    
    #sidebar h2 { font-family: 'Al Bayan', 'Traditional Arabic', 'Lucida Grande', Verdana, Sans-Serif; }
    
    .commentlist li, #commentform input, #commentform textarea { font-family: 'Geeza Pro', Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif; }
    
    #sidebar { font-family: 'Geeza Pro', Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif; }
    
    #wp-calendar caption { font-family: 'Geeza Pro', Tahoma, 'Lucida Grande', Verdana, Arial, Sans-Serif; }
    
    acronym, abbr, span.caps { letter-spacing: normal; }
    
    #header { margin: 0 1px 0 0; }
    
    .narrowcolumn { padding: 0 45px 20px 0; }
    
    .widecolumn { margin: 5px 150px 0 0; }
    
    .widecolumn .smallattachment { margin: 5px 0px 5px 5px; }
    
    .postmetadata { clear: right; }
    
    img.alignright { margin: 0 7px 2px 0; }
    
    img.alignleft { margin: 0 0 2px 7px; }
    
    .entry ol { padding: 0 35px 0 0; }
    
    #sidebar ul ul, #sidebar ul ol { margin: 5px 10px 0 0; }
    
    #sidebar ul ul ul, #sidebar ul ol { margin: 0 10px 0 0; }
    
    #commentform input { margin: 5px 0 1px 5px; }
    
    .commentlist p { margin: 10px 0 10px 5px; }
    
    html>body .entry li { margin: 7px 10px 8px 0; }
    
    html>body .entry ul {
    	margin-left: auto;
    	margin-right: 0px;
    	padding: 0 30px 0 0;
    }
    
    #sidebar {
    	margin-left: auto;
    	margin-right: 545px;
    }
    
    #wp-calendar #prev a, html>body .entry ul {
    	padding-left: 0;
    	padding-right: 10px;
    }
    
    blockquote {
    	border-left: 0;
    	border-right: 5px solid #ddd;
    	padding-left: 0;
    	padding-right: 20px;
    	margin: 15px 10px 0 30px;
    }
    
    #wp-calendar #next a {
    	padding-right: 0;
    	padding-left: 10px;
    	text-align: left;
    }
    any chance or a quick run down on what this code does?

  4. #4
    Points: 24,254, Level: 94
    Level completed: 91%, Points required for next Level: 96
    Overall activity: 100.0%
    DAMINK™'s Avatar
    Join Date
    Jul 2008
    Location
    Melbourne Australia
    Posts
    5,714
    Points
    24,254
    Level
    94

    Character : DAMINK
    Level : 18
    Class : Warrior
    Hp: 0 / 140
    Exp:1213 / 1428

    RE: word press

    Thats the css style sheet which dictates the layout of the page.
    You will see many options to edit there. But you need to be aware if you change one value. For example the sidebox then you need to include the other boxes as well in order to equal 100% or size fixed.

+ Reply to Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts