Search…

X3 Photo Gallery Support Forums

Search…
 
frontera
Topic Author
Posts: 13
Joined: 23 Jan 2010, 17:35

Main Menu

12 Apr 2010, 18:38

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
 
User avatar
Nick
Imagevue Hitman
Posts: 2872
Joined: 02 May 2006, 09:13

13 Apr 2010, 04:44

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.
firedev.com
 
frontera
Topic Author
Posts: 13
Joined: 23 Jan 2010, 17:35

15 Apr 2010, 17:47

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
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13992
Joined: 30 Sep 2006, 03:37

18 Apr 2010, 00:11

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
 
frontera
Topic Author
Posts: 13
Joined: 23 Jan 2010, 17:35

18 Apr 2010, 14:38

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
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13992
Joined: 30 Sep 2006, 03:37

21 Apr 2010, 03:47

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;
}
 
frontera
Topic Author
Posts: 13
Joined: 23 Jan 2010, 17:35

22 Apr 2010, 16:52

hi karl
ups that's painful :oops:
That should I know by myself.

thanks for you tireless job
 
frontera
Topic Author
Posts: 13
Joined: 23 Jan 2010, 17:35

>> sign

18 May 2010, 17:35

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
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13992
Joined: 30 Sep 2006, 03:37

Re: >> sign

20 May 2010, 06:28

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.
 
frontera
Topic Author
Posts: 13
Joined: 23 Jan 2010, 17:35

20 May 2010, 16:55

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
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13992
Joined: 30 Sep 2006, 03:37

25 May 2010, 12:32

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 ...
 
deeno
Posts: 15
Joined: 14 Oct 2008, 06:12

27 Jun 2010, 07:08

hiding-the-arrows-fix would be great!!!
also maybe an option to specify your own SIGN/CHARS instead of hiding?
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13992
Joined: 30 Sep 2006, 03:37

28 Jul 2010, 07:50

deeno wrote:hiding-the-arrows-fix would be great!!!
also maybe an option to specify your own SIGN/CHARS instead of hiding?
I will ...
 
User avatar
mjau-mjau
X3 Wizard
Posts: 13992
Joined: 30 Sep 2006, 03:37

Re:

24 Nov 2010, 08:15

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