Caspar
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How can I remove comment display?thank you for your advice. but when i changed the single.php as you told me, it blocked the post, which means that if you clicked on a post there was an error message. secondly, it did not changed anything: the Comment display was still visible.
Any other idea?
thanks for your support as well. but that sounds difficult to me. i am a bloody greenhorn 🙂
BTW: What happens if i delete the comments.php fully? Would that disable at least the comment display? Actually i do not need a comment line at all. So if i can achieve what i want by fully deleting the comments.php, please tell me!
best regards
Forum: Fixing WordPress
In reply to: Menu Bar under "Edit Post" dissapeared.i got it!
no need to answer on this anymore!
Forum: Fixing WordPress
In reply to: Menu Bar under "Edit Post" dissapeared.sorry, what i mean is not the “menu element”, but the custom field under the post panel.
Forum: Themes and Templates
In reply to: How to change ´Arthemia background' color?beingzoe,
now it is working after a little while.
THANK YOU SO MUCH!!!
the site looks exactly like i wanted it to look.
Best regards from germany
Forum: Themes and Templates
In reply to: How to change ´Arthemia background' color?i did what you told me. but nothing changed on my website. nothing. how comes?
best regards
Forum: Themes and Templates
In reply to: How to change ´Arthemia background' color?thank you VERY much for this detailed description!
but your advice not to start editing myself before having basic knowledge makes me a little shaky.
i am pretty sure that i wont be able to fix spacing issue and “other stuff” on my own.
hmmmm….
let me tell you what i already “know”, so you can say if its worth it for me to take the risk of having an unrendered website for at least some while:
as you can see on the webpage, i already able to change the header, the bodytext fonts, some title-jpgs and the footer 🙂
do you think that tiny knwoledge is enough? and anyway, what do you expect needs to be fixed after goint thorugh the steps of your introduction?
to be sure again: i only want the backgorund colour on the side spaces to become gray, not the spaces where text is written or the widgetsboxes are. that should remain white.
best regards from germany
Forum: Themes and Templates
In reply to: How to change the font of the article-text?however, thank you very much for your patience and advise.
best regards from germany
Forum: Themes and Templates
In reply to: How to change the font of the article-text?as you can see, the titles of the features and widgets was changed as well.
how can i prevent this, cause i would really like to have the body text changed?
Forum: Themes and Templates
In reply to: How to change the font of the article-text?i can see it now as well. zoonini, you are so great!!!
so what i have to do when i want to add other fonts? how many of them can i add? how can i choose which font i want to use?
and more important: how can i change the font size?
Forum: Themes and Templates
In reply to: How to change the font of the article-text?great!
ok, i inserted the code like you said it and after that i changed
body { font: 100% Arial, Helvetica; background: #FFF; color: #333; }into
body { font: 100% Bentham, Arial, Helvetica; background: #FFF; color: #333; }so waht is the next step? the body text still looks the same.
OMG. this is all so new to me 🙂
Forum: Themes and Templates
In reply to: How to change the font of the article-text?no, i do not know what you mean 🙂
hope this is what you mea with putting my header code in ‘pastebin’:
backticks
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml” <?php language_attributes(); ?>><head profile=”http://gmpg.org/xfn/11″>
<meta http-equiv=”Content-Type” content=”<?php bloginfo(‘html_type’); ?>; charset=<?php bloginfo(‘charset’); ?>” /><title><?php bloginfo(‘name’); ?> <?php if ( is_single() ) { ?> » Blog Archive <?php } ?> <?php wp_title(); ?></title>
<meta name=”generator” content=”WordPress <?php bloginfo(‘version’); ?>” /> <!– leave this for stats –>
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” media=”screen” />
<link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”<?php bloginfo(‘rss2_url’); ?>” />
<link rel=”alternate” type=”text/xml” title=”RSS .92″ href=”<?php bloginfo(‘rss_url’); ?>” />
<link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”<?php bloginfo(‘atom_url’); ?>” /><link rel=”pingback” href=”<?php bloginfo(‘pingback_url’); ?>” />
<link rel=”icon” href=”<?php echo get_option(‘home’); ?>/wp-content/uploads/favicon.ico” />
<link rel=”shortcut icon” href=”<?php echo get_option(‘home’); ?>/wp-content/uploads/favicon.ico” /><?php wp_head(); ?>
</head>
<body><div id=”head” class=”clearfloat”>
<div class=”clearfloat”>
<div id=”logo” class=”left”>
/”><img src=”<?php echo get_option(‘home’); ?>/wp-content/uploads/logofinal.jpg” width=”200px” height=”70px” alt=”” />
<div id=”tagline”><?php bloginfo(‘description’); ?></div>
</div><div class=”right”>
<img src=”<?php echo get_option(‘home’); ?>/wp-content/themes/arthemia/images/banners/wide.jpg” alt=”” width=”468px” height=”60px” />
</div></div>
<div id=”navbar” class=”clearfloat”>
<ul id=”page-bar” class=”left clearfloat”>
- /”>Home
<?php wp_list_pages(‘sort_column=menu_order&title_li=’); ?>
<?php include (TEMPLATEPATH . ‘/searchform.php’); ?>
</div>
</div>
<div id=”page” class=”clearfloat”>
backticksForum: Themes and Templates
In reply to: How to change the font of the article-text?thank you again.
lets see if i did it the right way:
i inserted the code as the first element in my header.php before the DOCTYPE (hope this is what is called ‘head’) and updated the header.php.
but i do not know what it means to use the font in my “CSS font stack like any other font”. what does that mean?
btw: i use arthemia free theme.
Forum: Themes and Templates
In reply to: How to change the font of the article-text?by the way, this is my page, if it does any matter: http://iranicum.com/
Forum: Themes and Templates
In reply to: How to change the font of the article-text?thanks zoonini.
can you or somebodyelse give me greenhorn a little instruction how to use google fonts as body text, please?!
lets take the bentham font:
http://code.google.com/webfonts/family?family=Bentham&subset=latin#codeForum: Themes and Templates
In reply to: How to change the font of the article-text?thanks a lot.
but what does #4 mean when it say to convert the fonts? how can i do that? i have a TT Font file which i want to use. What do i have to do with this?