[Joomla Bridge] Pathway link shows up twice + CSS question

Mew

Joined: 2006-03-20
Posts: 5
Posted: Wed, 2006-03-22 00:23

Hi. I'm using the Joomla bridge from 4 The Web to integrate Gallery2 into my site. I've pretty much got the theme to how I want it but there are a couple things I need to tweak.

Here is my page, by the way.

If you look at the pathway at the top, you'll notice Gallery's on there twice. It goes Home > Gallery (unlinked) > *name of my gallery* > etc. How can I remove the "Gallery" text that is displayed right after the Home link?

[ EDIT: Okay, so it seems it's something that has to do with Joomla since it thinks that's where you're at, which is why it's unlinked. Is there any way to remove this without removing it on all of my other pages? I'm guessing not...? ]

My second question has to do with the stylesheet. Which variable controls the "Day 2 - Oct 29" text that is displayed in the sidebar? Viewing the source, it says h3 class="parent" but I didn't find any "parent" in template.css and changing any of the h3 variables I found did not work.

Any help would be appreciated-- Thanks in advance!

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Wed, 2006-03-22 01:04

Why not add

.parent {
font-size: 9px;
}

to the css?

As for the first Question you would have to edit the .tpl file that controls that bit of navigation. Not sue what one in the theme/integration.

Dave

____________________________________________________
Gallery Frames / Mods || G1 Test Gallery

 
Mew

Joined: 2006-03-20
Posts: 5
Posted: Wed, 2006-03-22 01:49

You are genius!! Thanks!

Any idea how to minimize the gap between the View Slideshow link and the links under it?

 
floridave
floridave's picture

Joined: 2003-12-22
Posts: 27300
Posted: Wed, 2006-03-22 04:21

CSS:

.gbBlock {
    padding: 0.0em;
....
....
....

I have found 2 tools that are invaluable the firefox browser and the web development tool that allows you to Make live edits to the CSS of a web page..
Once you have them both installed....
select edit css and under the 'information' dropdown check display ID & class details.
Edit your CSS and you will see the results. Once you have this the way you want, upload your edited css to the server.

Dave

____________________________________________________
Gallery Frames / Mods || G1 Test Gallery

 
Mew

Joined: 2006-03-20
Posts: 5
Posted: Wed, 2006-03-22 05:59

Thanks!

 
littleET

Joined: 2006-11-24
Posts: 1
Posted: Fri, 2006-11-24 03:55

Mew,

Could you please tell me how you removed the double up of the Gallery in the pathway.

littleET

 
Mew

Joined: 2006-03-20
Posts: 5
Posted: Fri, 2006-11-24 17:44

Um, honestly, this was so long ago that I don't remember how I did it.... Sorry!!

I might have removed something in the pathway itself. Wish I could have been more help. Again, sorry.