dsortax
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Adding Gravatar – MinimaticaAmeliam, could you please tell me how you made it work? I tried to upload favicon.ico twice one in the theme’s main directory and one in the main directory as said in the codex but it doesnt seem to work. i get no favicon in the minimatica theme. thx peace!
Forum: Themes and Templates
In reply to: Minimatica theme featured imageI got it ??
remove that code
<?php the_post_thumbnail( 'single-thumb' ); ?>
from content.php ! ??thx anyway.
peace
Forum: Fixing WordPress
In reply to: Reading –> Posts Page not working!Have you setted your posts visibility to private?
visibility: public or private (look image bellow at top right)
If not
Then I dont know… Sorry.Forum: Themes and Templates
In reply to: Threat to creativityThe right code in .css is
float: none;
It works thanks for your help!Forum: Fixing WordPress
In reply to: Page of Posts: How to show posts in a specific categoryOkay, in the query you can show posts by categories by using that codings
in index.php<?php global $wp_query; query_posts( array_merge( $wp_query->query, array('category__in' => array(1,2,3))
you will have to change the numbers 1,2,3 to your categories one. if i put that code on my website mines are strangely 13,19,28,39
it will make your categories becomes pages alike
Forum: Fixing WordPress
In reply to: How to add padding between sidebar items?I have a good idea. What if you install that plugin and just slide up a widget wit no images inside of it( its just makes the line drop down an will make a space between your ad and your other widget)
plugin: Simple Image Link
put simple image link widget over the dishmaster tags widget and it will make your dishmaster tags widget go down a little
I tried it and it works for me
Forum: Fixing WordPress
In reply to: How to add padding between sidebar items?I know that this code makes new lines
 
Forum: Fixing WordPress
In reply to: Reading –> Posts Page not working!have you setted :
Front page displays: ->O<- a static page ?
and
Front page: Home
Posts page: Our Blog?Forum: Fixing WordPress
In reply to: How do I change "0 Comments" to "Leave a Comment"?Im sorry i cannot help you.. im used with simple themes that are easy to handle with. Yours seems to be too much complicated for me.
Forum: Fixing WordPress
In reply to: How do I change "0 Comments" to "Leave a Comment"?hmm maybe the code is different in the index.php or page.php for some reasons.
Forum: Fixing WordPress
In reply to: How do I change "0 Comments" to "Leave a Comment"?do a search in each .php files of your theme for “0 Comments”(like the one you changed) and change em ALL to “Leave a Comment”
Forum: Fixing WordPress
In reply to: noob questionit seems that your theme uses more than one css
navigate throught these css and search for backgrounds# and change them one by one to #000000 refresh your website each time… and set them back to its original# if its wrong, until you changed the right background# to black. I dont see the background image in the folders of your theme besides the ones that are shuffleing in the header.
Forum: Fixing WordPress
In reply to: noob questionwhat is your website adress?
Forum: Fixing WordPress
In reply to: noob questionin your css
} body { background: #fff; line-height: 1;
replace the #fff by #000000
if it doesnt work because of a backgroud image you will have to delete it in the theme folder on your hoster
Forum: Fixing WordPress
In reply to: how to add costum bannerno no dont put that there! dont play in the css. you have to do that in your header.php