go41

Re: Help with Arthemia Navigation Bar – on multiple lines :: Reply by master

von Joern am 31. Mrz. 2012 | Keine Kommentare

Laurie, one part of your problem is in style.css
you have there:

#page {

width:940;


this should read: (add px after the number)

#page {

width:940px;


this will bring your page back to the original width
and also in style.css where you added this ‚twitter-friends‘ stuff:

remove the line:

<style>

above the entries and the two lines:

</style>
</header>

below these entries!!
The navbar however might still display in full width because you made one or more mistakes in editing header.php
you have there:

<div id="head" class="clearfloat">
<divclass= "clearfloat">
should be: (div – space – class)

<div id="head" class="clearfloat">
<div class= "clearfloat">
near the end of header.php I guess you removed a /div ?
the last lines of header.php are normally like this:
….
<?php include (TEMPLATEPATH . ‚/searchform.php‘); ?>

</div>

</div>

<div id="page" class="clearfloat">
with two /div after the searchform to make the navbar INSIDE div id="head" and getting the width of this.
Change it and we can come back to the original question …
____________________
you find me on Google+, Twitter and Facebook

(von: master)

Hier noch 5 weitere Ergebnisse dieses Threads:

Help with Arthemia Navigation Bar – on multiple lines

24. Mrz. 2012 (von: lbgattis)

You have a ton of great information, so thank you for that! I am struggling big time! I want to get my blog up and running but can't because I cannot figure out how to fix the navigation bar. See…

Re: Help with Arthemia Navigation Bar – on multiple lines :: Reply by master

24. Mrz. 2012 (von: master)

Sorry, checked your site, but in the moment it just shows a functions.php error ..Parse error: syntax error, unexpected $end in /.../www.....com/wp-content/themes/arthemia/functions.php on line 3028that file should not have 3000 plud lines, even arthem... Weiterlesen →

Re: Help with Arthemia Navigation Bar – on multiple lines :: Reply by master

31. Mrz. 2012 (von: master)

the lower part is ok now, but the navbar is still full width.in your header.php you still have:<divclass= "clearfloat"> but this should read<div class= "clearfloat">div class NOT divclass !! there is a space missingFinally you could try to get your…

Re: Help with Arthemia Navigation Bar – on multiple lines :: Reply by master

31. Mrz. 2012 (von: master)

your images? there is no image in your .../wp-content/uploads/2011/... foldermost images should be in .../wp-content/uploads/2011/07/ , but this is missinglucky you would be if you have a backup of this files ..now my opinion about themes using timthum... Weiterlesen →

Re: Help with Arthemia Navigation Bar – on multiple lines :: Reply by master

31. Mrz. 2012 (von: master)

it's quite late here, sorry, was looking tv ..you entered the path in the customfield wrongly,it should read for this post:wp-content/uploads/2012/03/redboxblockbuster.jpgyou might have to delete all old image caches in /wp-content/themes/arthemia/scri... Weiterlesen →

Autor:

Du findest mich auch auf Twitter und Facebook!

Schreibe einen Kommentar

Pflichtfelder sind mit * markiert.


Diese Website verwendet Akismet, um Spam zu reduzieren. Erfahre mehr darüber, wie deine Kommentardaten verarbeitet werden.

weitere forum Beiträge: