ChaMChoM
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Leaf] How to add an "I like" button by postsyou mean a facebook like ??? or a normal like ?? but anyways i am suer u can find a pluging that makes that job.
Forum: Themes and Templates
In reply to: Creating sidebar with Pink Touch 2neverm minde i found the theme. ill update you As soon i finish.
Forum: Themes and Templates
In reply to: Creating sidebar with Pink Touch 2did you create the theme your self or did you download it from a website . just give me or pm me the link where you download it .
Forum: Themes and Templates
In reply to: Creating sidebar with Pink Touch 2What you have to do is to put your content inside a Main warpper, and add a new class with the name sidebar or what ever you want and put it aslo in the new main warpper you ceated. then you have to regulate the main warppers width to fitt with your content and and sidebar. but if this theme is a downloadable theme give me the link mybe i can edit it for you.
Forum: Themes and Templates
In reply to: How TO Make Thehmmm yes what you have to do is to float the Title to the right and give it a width lets say 300px but sure it dependts what size you are using in your content.
EX:
image float: left
title float: right with the width
content text float: right with the same width
lets say author float: right with the width.you have to play aliitle bit around with your code to get it 100% right.
have fun i hope it was helpfull.
Forum: Themes and Templates
In reply to: Deleting part of a headerYes just open your css file and find this code
****Header****
#branding img { border-bottom: 1px solid #000000; border-top: 4px solid #000000; clear: both; display: block; }and remove border-top: 4px solid #000000;
******Footer*********
find this code and put the color u want.
#colophon { border-top: 4px solid #000000; }Forum: Themes and Templates
In reply to: 3rd column appears below contentHei u have to resize #sidebar2 width from 270px to 250px .
Forum: Themes and Templates
In reply to: removing "no comments" and "home"the codes i editet
<span class="post-comments"><?php comments_popup_link('No Comments', '1 Comment', '% Comments'); ?></span>and
<?php if (!is_page()) { ?><div class="post-cat"><?php the_category(', ') ?></div><?php } ?>Forum: Themes and Templates
In reply to: removing "no comments" and "home"if u open ur theme folder index.php and copy the codes and email me the codes at [email signature removed]
for some reason its not aloowed . so i can remove the lines with the comment and home .Forum: Themes and Templates
In reply to: Menu Hover Colourshmmmm use the css code to hover
.menu a:hover { color:#fff; }Forum: Themes and Templates
In reply to: Posts thumbnail problem at home page? Please helpok go to ur admin-wp and than to post create a new post .
scrolle down to custom fiealds
create a new customfieald witht the name image and in the value past the thumnail url . and save and create a new fieald witht the name url and in the value fieald add the post link ..
Forum: Themes and Templates
In reply to: Posts thumbnail problem at home page? Please helphmmm if u post the index.php codes of the themme so mybe i can help u .
Forum: Themes and Templates
In reply to: Enlarge the 'post' squareu have to change it to the 608px to 700px,
Forum: Fixing WordPress
In reply to: How to edit wordpress comments form?first thing add this code in ur single.php .
<?php comments_template(); ?>and than create a new file called comments.php and add the codes belowe .
[code moderated as per forum rules - please use the pastebin]
now u can add the comments.php the way u like .
Forum: Fixing WordPress
In reply to: Custom Post Type Pagination Not Working :(just go to the wordpress plugins and try to find one . i like to use the plugin better control over my pagein + shorter code to add in ur index.php .