Page 1 of 1

Main Menu

Posted: 12 Apr 2010, 18:38
by frontera
hi
I would like to create a similar navigation panel like http://www.lorenzofranzi.com but I don't know how. can somebody help?

thanks

Posted: 13 Apr 2010, 04:44
by Nick
Hmm, maybe we should open some customization thread or something. If you want to see how something is done you can peek into configs on those sites and check the option they used.

Or just try modifying one of the default themes.

Word of advice: Don't modify default theme itself, make a new theme from one, this way you'll ensure painless update in the future.

Also changing of default themes will be prohibited in the next release.

Posted: 15 Apr 2010, 17:47
by frontera
hi
thank for you replay. I did a big step but I didn't reach the aim.
www.frontera.ch/mygallery

I modified the imagevue.css

but I didn't find where I can eliminate the +
and also I didn't find where I can set more space from the top.

do you have any hints?
thank

Posted: 18 Apr 2010, 00:11
by mjau-mjau
frontera wrote:hi
thank for you replay. I did a big step but I didn't reach the aim.
www.frontera.ch/mygallery

I modified the imagevue.css

but I didn't find where I can eliminate the +
and also I didn't find where I can set more space from the top.

do you have any hints?
thank
To remove the [+], you need to go to admin -> themes -> edit your theme -> edit theme stylesheet:
Code
.mainmenu_node {
	display: none;
}
To set more space, got to admin -> themes -> menu.mainmenu.vertical_margin

Posted: 18 Apr 2010, 14:38
by frontera
hi karl
thank you very much. I did what you wrote and now it is nearly what I would like to have. But now where I eliminated the + the line is not aligned.
and how do I disable the couter (how many fotos in gallery).
can you help again?

Thanks a lot

Posted: 21 Apr 2010, 03:47
by mjau-mjau
I am not 100% sure how this user aligned the menu, but may I suggest adding a space in front of titles for top-level folder? For example " menuitem" ...

The reason they are not aligned, is because there is a space in front of the submenu items. Therefore, if you add the same space in front of main menu items, I am guessing it should look aligned.

To remove the counter in the main menu, go to the CSS stylesheet again:
Code
.folderdescription_amount{
	display: none;
}

Posted: 22 Apr 2010, 16:52
by frontera
hi karl
ups that's painful :oops:
That should I know by myself.

thanks for you tireless job

>> sign

Posted: 18 May 2010, 17:35
by frontera
hi karl
another 2 questions:
I would like to eliminate the >> in the title of any gallery folder whit subfolders.
and what have I to do to put the navigation folder "kontkt" to the End od the navigation panel.

Thanks and greetings
Gennaro

Re: >> sign

Posted: 20 May 2010, 06:28
by mjau-mjau
You mean the arrows in the breadcrumbs? Unfortunately you cant do this, and if you could, the folder path would look like this in thumbnails view:
folder1someotherfolderthensomething

Why would you want to remove the separator for the breadcrumbs? Of course, you can remove the entire breadcrumbs module altogether.

And to sort your menu? You need to log in to your FTP and name your folder likr this for example: "01_firstfolder", "05_contact" etc. The folders will be sorted by the number, yet you will keep your original titles!

In the next version of Imagevue, you will be able to do folder sorting from the admin by drag'n'drop.

Posted: 20 May 2010, 16:55
by frontera
Hi Karl
Thanks for your reply.
if you click on OUTDOOR on top of the Thumbnails you will see "OUTDOOR>>"
I would like to hide the two arrows or better the whole OUTDOOR>>

www.frontera.ch/mygallery

greetings
frontera

Posted: 25 May 2010, 12:32
by mjau-mjau
You can easily hide the entire "OUTDOOR >>" text by going to admin -> themes -> edit your theme -> edit theme stylesheet:
.thumbnails_title{
display: none;
}
This will of course affect titles for all the folders in thumbnails mode ...

You can't just hide the arrows, unless I add a fix for this in next release ...

Posted: 27 Jun 2010, 07:08
by deeno
hiding-the-arrows-fix would be great!!!
also maybe an option to specify your own SIGN/CHARS instead of hiding?

Posted: 28 Jul 2010, 07:50
by mjau-mjau
deeno wrote:hiding-the-arrows-fix would be great!!!
also maybe an option to specify your own SIGN/CHARS instead of hiding?
I will ...

Re:

Posted: 24 Nov 2010, 08:15
by mjau-mjau
deeno wrote:hiding-the-arrows-fix would be great!!!
This is solved in a release coming later this week - Read the main topic:
viewtopic.php?f=45&t=6478&start=0