PDA

View Full Version : Arrange Galleries Issue


jyozura
Jun-05-2007, 04:49 AM
Hey there...

I'm hoping to arrange the galleries and I know there is a "arrange gallery" option by position etc...

My issue is that somehow I've hidden this and I'm not sure how.

www.jyozura.com (http://www.jyozura.com/) ; same smugmug user name

Thanks,

Jay

rainforest1155
Jun-05-2007, 05:01 AM
Maybe temporary removing this helps?
/*1.7_Hide Category Descriptor*/
#category .boxTop {
display: none;
}

I'm just guessing here, because I can't see your logged-in-only stuff.

Sebastian

jyozura
Jun-06-2007, 05:16 AM
thanks but removing that only shows Gallery: Subcategories in the box.

I've deleted each line of CSS to try to find where it's hiding but no luck.



Maybe temporary removing this helps?
/*1.7_Hide Category Descriptor*/
#category .boxTop {
display: none;
}
I'm just guessing here, because I can't see your logged-in-only stuff.

Sebastian

rainforest1155
Jun-06-2007, 05:55 AM
This code kills it:
/*1.2.14_hide the homepage tools in liueu of the website management navbar*/
#homepageTools,
.homepage .note {
display: none;
}

Hope this helps,
Sebastian

jyozura
Jun-06-2007, 08:57 AM
hey sebastian. thanks for the assistance. sorry to be persistent, i can't find the issue.

i tried both suggestions solo, and together and also went thru the CSS with these changes and I still can't see it.

The Tools shows: "Tools: New Gallery, control panel, etc..."

The arrange piece floats alone by itself if I remember right.


This code kills it:
/*1.2.14_hide the homepage tools in liueu of the website management navbar*/
#homepageTools,
.homepage .note {
display: none;
}
Hope this helps,
Sebastian

rainforest1155
Jun-06-2007, 11:22 AM
hey sebastian. thanks for the assistance. sorry to be persistent, i can't find the issue.
That's strange as I copied all your CSS code to my testpage and removing that did the trick for me.
I'll check again.

Sebastian

rainforest1155
Jun-06-2007, 01:06 PM
Okay, I just had copied all your page customizations on my testpage and putting in this code brought up a lot of stuff (see attachment) including "sort galleries by":
.homepage .note {
display: block !important;
}

Put this code at the very end of your CSS customizations.
Granted, it's very similar to the one I posted before, but please try it again.

Thanks and good luck,
Sebastian

jyozura
Jun-07-2007, 05:47 AM
painful to obviously see it here and not get the same!

is it an issue in the control panel? do i have something hidden there, though I thought !important over ruled.

i have the code in. i tried removing the other stuff and random combos.

it's been too much effort for what should be a simple fix.

worst case, i'll add and delete a pic from the galleries since i'm itching to send it out.

Danke gracias thanks for your time.

Okay, I just had copied all your page customizations on my testpage and putting in this code brought up a lot of stuff (see attachment) including "sort galleries by":
.homepage .note {
display: block !important;
}
Put this code at the very end of your CSS customizations.
Granted, it's very similar to the one I posted before, but please try it again.

Thanks and good luck,
Sebastian