Forums » Customize

Pre-Nav Text & Post-Nav Text

eldaniel
GERMANY
2009-03-27 22:15:43
Permalink Post
 

Hi there!

I´ve created my own template. Unfortunately the 'Pre-Nav Text' and 'Post-Nav Text' are placed in '< p> < /p>'. This destroy my layout so my question: Where can I delete these HTML-Tags -or in what File can I find this tag?

Thanks!

Vaska A
UNITED STATES
2009-03-28 00:52:33
Permalink Post
 

The p tags are automatic...rewrite your stuff with div tags wrapping it and/or simply use style rules to deal with the p tags.

eldaniel
GERMANY
2009-03-28 10:14:15
Permalink Post
 

could you please tell me what css tag are able to do this.
I tried 'white-space: nowrap;' but this doesn´t work.

arsondpi A
GREECE
2009-03-28 11:31:03
Permalink Post
 

This thread is where you should start.
white-space: nowrap; etc won't do the trick- you should asign atributtes for that specific css selector only or encapsulate your stuff in divs, as Vaska suggested.

eldaniel
GERMANY
2009-03-28 12:21:20
Permalink Post
 

I´m not a beginner in HTML/ CSS or PHP. So I found a another solution. Thank for your help.

Vaska A
UNITED STATES
2009-03-28 13:51:00
Permalink Post
 

Maybe others might find your solution helpful?

eldaniel
GERMANY
2009-03-29 18:04:24
Permalink Post
 

yes you´re right Vaska.

put them in seperated div´s an give the div´s a 'float' to the left (or the right) side.

BTW: Great CMS you´ve created. it´s just simple to use. Maybe you know Joomla. I got it before I found your Indexhibit. Joomla was always to big and got a lot of setting I´ve never used. Thank you and keep going :-)

arsondpi A
GREECE
2009-03-29 19:26:26
Permalink Post
 

Since it's Sunday I would like to add a bit more info for further reference.

One method is to define divs in you style.css and call them in your pre-nav and post-nav text boxes.
The second method is to use the #menu p selector.
#menu p:first-child {...} for your pre-nav content and
#menu p { ... } for your post-nav content.

Hope this helps...

GordonBennett
UK
2010-07-25 14:04:53
Permalink Post
 

Hi Vaska,

The p tags are automatic...

So presumably it'll be impossible to use Pre and Post-Nav for adding extra text into the page title, without the 'p' tags being visible?

Loving the CMS btw, keep coming back to it.

Cheers.

bazinga
UNITED STATES
2010-09-26 04:53:29
Permalink Post
 

Can I have the original Pre nav text code please?~~I want to have my home section back~~what should I do?

bazinga
UNITED STATES
2010-09-26 04:58:42
Permalink Post
 

never mine~~~just dont put anything and it come back haha

arsondpi A
GREECE
2010-09-26 08:54:37
Permalink Post
 

...or type an empty space and it goes away again. Magic!

"...BAZINGA! I dontÔªø care..."

notanotherfolio
AUSTRALIA
2010-11-25 19:27:22
Permalink Post
 

Hi!

\n\n

I\'m having great trouble with my pre and post navs following the css. I haven\'t done much coding ever so I\'m a little stumped as to why it\'s not acting the same as the menu.

\n\n

Notantherfolio

\n\n

Cheers!!

arsondpi A
GREECE
2010-11-26 02:22:27
Permalink Post
 

...meaning?

notanotherfolio
AUSTRALIA
2010-11-26 12:46:28
Permalink Post
 

I want the pre-nav and post-nav to align with the menu texts but can\'t seem to be able to work it out...

\n\n

thanks for the quick response

katarina
UNITED STATES
2012-04-23 21:38:54
Permalink Post
 
Hi guys, I've been having problems with importing image in pre-nav. I hope somebody would respond to this old thread.
Anyway, when I do it the easy way by adding the file in file manager and coping the path - nothing happens. I tried writing in the pre-nav with the image and only the text appears! What I've seen in Firebug is that the image somehow gets a messy html and is wrapped in a p tag, and the text is wrapped in a separate p tag too. I have tried styling in style.css but nothing works. I've changed the p into a div class="" in firebug and it had showed me the image then! That was a relief...
But now I have a problem doing the same in the original file - can't seem to find that

tag anywhere. I know this may sound stupid but which file is the file i'm seeing as html in firebug? How can I fix this?
Please help - i've been stuck with this for a while now.

Vaska A
UNITED STATES
2012-04-23 21:41:05
Permalink Post
 

What is your site?

katarina
UNITED STATES
2012-04-23 21:48:18
Permalink Post
 

Yes, of course I forgot to put the link
here

Vaska A
UNITED STATES
2012-04-23 21:52:02
Permalink Post
 

When did you install? It seems you aren't using version 73.

katarina
UNITED STATES
2012-04-23 21:56:33
Permalink Post
 

Well I believe it was february when I downloaded and installed indexhibit, it was v70. I also did an upgrade v71.2 two three weeks ago.
Should I re-install? Would that fix this? And would it interfere with the existing content (which you can't see since I haven't published it yet)?

Vaska A
UNITED STATES
2012-04-23 22:27:44
Permalink Post
 

No, just use the upgrade package to v73 - it will solve the problem (but you will need to resave the Pre/Post Nav page). Your content will be safe.

But, always backup your site before you upgrade - just in case.

katarina
UNITED STATES
2012-04-24 14:58:03
Permalink Post
 

Worked perfectly. thx Vaska!

Showing 1 - 22 of 22 posts in Forum > Customize > Pre-Nav Text & Post-Nav Text
 

You need to be logged in to post.