new site Artisteer and Wordpress - button issue/link question


Author Message
Gerda Haverlag

Posted: 3/17/2009
Quote message 

Hello,
Here you can find my new site for a client of me.
Wordpress and Artisteer : www.ghaverlag.nl
The original created in MS FrontPage : www.mtodelange.nl

2 questions;
I wish to remove the permanent link on every page.
For instance "home" at the first page.

See page colofon;
I use a button and a bigger font size, I cannot see my whole
caracter (the underspace of the caracter g is broke)
sorry for my English - I'm Dutch.

Greetings
Gerda Haverlag
8-)


 
Gerda Haverlag

Posted: 3/17/2009
Quote message 

And I wish to center my menu.
Is that possible?

grtz
Gerda
 
Marc Smith

Posted: 3/17/2009
Quote message 

Gerda,

I don't see anything where a character is missing on the Colofon page.

the code for the link at the bottom of the page is in the footer.php file.

Centering the menu can be done, but it is not done in Artisteer, you have to edit the CSS in order to do it. Search the forums and you should come up with the thread about centering the menu, I know it's here somewhere.
 
Gerda

Posted: 3/17/2009
Quote message 

Hello,

Thanks I will see for the link in the footer and search this forum for the css menu.

It is not a whole character what I don't see, it is what is written below the line. So the long characters like g p j q.

I hope you understand me.

grtz
Gerda




 
Gerda

Posted: 3/17/2009
Quote message 

Hello,

"I wish to remove the permanent link on every page.
For instance "home" at the first page."

I mean not at the bottom, but in each page in the first line.

When I go with the mouse over it says; Permanent link to...
In Artisteer I can change color and size by 'articles/header'

thanks in advance

grtz
Gerda
 
Marc Smith

Posted: 3/17/2009
Quote message 

You mean the title that appears in each page?

That would be edited in the page.php file

You would go to DESIGN/Theme Editor and open page.php

Look for the line:

<h2><?php the_title(); ?></h2>


And remove it. Save the file. This is the code that puts the page name inside the page.
 
Gerda

Posted: 3/19/2009
Quote message 

Thanks it works, I removed the whole postheader in my page.php

<h2 class="PostHeaderIcon-wrapper">
<span class="PostHeader"><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php printf(__('Permanent Link to %s', 'kubrick'), the_title_attribute('echo=0')); ?>">
<?php the_title(); ?>
</a></span>
</h2>

grtz
Gerda