flexmentalloishere
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How do you text wrap in WP?Ok, now how do I make the font size that same like my posts (default WP size)?
Forum: Fixing WordPress
In reply to: MAJOR wordpress problem…Anyone? Please? 🙁
Forum: Themes and Templates
In reply to: Problem with post previewNobody’s had this problem or know how to fix it? 🙁
Forum: Fixing WordPress
In reply to: Adding YouTube Plugin from rane|CODE??Wow, that’s weird. I tried it again and it extracts all the files into one directory. Can you tell me which files are in each directory please?
Forum: Fixing WordPress
In reply to: Adding YouTube Plugin from rane|CODE??There isn’t a folder and there is 11 files (php’s and others). If you want to which ones I’m talking about, go here: http://rane.hasitsown.com/blog/plink/technical/27/wordpress-youtube-video-gallery-plugin/
you can download the zip. Please help me out. Thanks.
Forum: Fixing WordPress
In reply to: Links keep changing position!Yup, you guys were right; it was set to random in the Link Categories section. Thanks!
Forum: Requests and Feedback
In reply to: How do you display sub categories under their parent?Ok, but how exactly do I “define their style as bold.”?
In other words; what to I type?Forum: Requests and Feedback
In reply to: How do you display sub categories under their parent?Not really sure… here’s my code that matches what you said:
#sidebar ul ul li:before { content: “0BB 020”; }
#sidebar ul, #sidebar ul ol {
margin: 0;
padding: 0;
}#sidebar ul li {
list-style-type: none;
list-style-image: none;
margin-bottom: 15px;
}#sidebar ul p, #sidebar ul select { margin: 5px 0 8px; }
#sidebar ul ul, #sidebar ul ol { margin: 5px 0 0 10px; }
#sidebar ul ul ul, #sidebar ul ol { margin: 0 0 0 10px; }
ol li, #sidebar ul ol li { list-style: decimal outside; }
#sidebar ul ul li, #sidebar ul ol li {
margin: 3px 0 0;
padding: 0;Forum: Requests and Feedback
In reply to: How do you display sub categories under their parent?Ok, I did it. I just added “hierarchical” into my <?php list_cats section. Now… how can I make the parent BOLD? I find that it’s a little “blended in”. Can anyone help me with that?
Forum: Fixing WordPress
In reply to: Add space between wordsI don’t think I explained myself very well…
What I wanted is a space between words on top of each other. Like this:
Categories
Music
Movies
Art
BooksSo, lets say, between music and movies, I’d like more of a space than there already is. What would I need to add and where would I need to add it.
Thanks again!Forum: Themes and Templates
In reply to: Anyone know how to change font?How to change my font style. From what it is now to Times New Roman.
Forum: Themes and Templates
In reply to: Change Font size?I searched the forum and found that I needed to put this in my stylesheet:
.entry p {
font-size:.8em;
}The plroblem now is that when I make my font bigger, there’s more of a space between words. Like if you hit the space bar TWICE. Anyway to fix that?
Forum: Themes and Templates
In reply to: Changes to the CategoriesIt’s ok, I did it.
<?php list_cats(0, ‘all’, ‘name’, ‘asc’, ‘asc’, 1, 0, 1, 1, 1, 1, 0,”,”,”,”,”); ?>
It was the 3rd set of 1/0’s that I had to change to a 0.
Thanks!Forum: Themes and Templates
In reply to: Changes to the CategoriesOK, I’m pretty sure this is what you’re talking about but I don’t see what you wrote. Can you tell anything by this?:
- <h2><?php _e(‘Categories’); ?><br/>
<img src=”<?php bloginfo(‘stylesheet_directory’); ?>/images/h2.gif” class=”righth2img” alt=”h2″ /></h2>
-
<?php list_cats(0, ‘all’, ‘name’, ‘asc’, ‘asc’, 1, 0, 1, 1, 1, 1, 0,”,”,”,”,”); ?>
Forum: Themes and Templates
In reply to: Changes to the CategoriesOk, where do I find the wp_list_cats tag? Is that in my edit themes section of my wordpress? I’m sorry, I’m very new at this.
- <h2><?php _e(‘Categories’); ?><br/>