amlie
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Instable <br/> !thanks for the tip.
i’m not so performant with code, CSS etc but i’ll try to do something with it !Forum: Everything else WordPress
In reply to: Instable <br/> !thank you Sivar ! If someone knows the trick…
Forum: Themes and Templates
In reply to: changing title’s font size in archive page🙂
i had a look at your blog.
yesterday i had a proposition to write a few pages about blogging (with wp) in a informatic book for german students, 16 years old (i live in berlin).
so how to explain how to start use wp is starting to be on my mind !
maybe i come back to you to exchange on this topic !
although the best way is to tried by oneself ! and to have access to kind support !!!
Forum: Themes and Templates
In reply to: changing title’s font size in archive pageahhh! i found the “h3” in the archive.php file !
did not see it the first time… here starting to be late…
replace it with “h2” and… it worked !
thanks moshu for the tip !
Forum: Themes and Templates
In reply to: changing title’s font size in archive page<h2> </h2> is now well edited ! thanks to you.
but my question remains. how to change the font size in the post’s title of an archive page ?
Forum: Themes and Templates
In reply to: changing title’s font size in archive pageok, thanks you for this one.
but then how to change h3 to h2 ?
i do not see any h3 in the archive.php
Forum: Themes and Templates
In reply to: changing title’s font size in archive pagehello moshu,
thank for your reply but…arrgg (means f…)… i don’t picture at all what i have to do !
the simplest way seems to edit the archive.php file (?).
<?php $post = $posts[0]; // Contournement. Construit $post pour que the_date() puisse fonctionner. ?>
<?php /* S’il s’agit d’une archive de cat�gorie */ if (is_category()) { ?>
<h2 </h2>is what i have in it.
How should i edit it ?
Forum: Themes and Templates
In reply to: Changing Header but problem (margins ?)ok… this post is among the ones which do not get answers !!!
but it’s good, as after some hazardous but sucessfull trials i solved the problem i had !
i’m using WP since a few months. and i find it GREAT!!!
Forum: Fixing WordPress
In reply to: page new feature- how it works ?thanks thanks you a lot !!!!!!
Forum: Fixing WordPress
In reply to: Sidebar IE Issue.hallo,
i have the same problem (sidebar does not appear on IE or only all the way down + some images are bigger that they should be) on IE. Yes IE sucks but half of the people who are visiting my blog are using it…
Glytch, can you tell more on how you fixed this ?
thanks.