|
I have added this code #categoriesBox .boxTop {
display: none;
} to my css box in hopes to get rid of "galleries galleries" on this page; http://www.visualstoryphoto.com/galleries
How do I specify this differently to make it work?
Started by Lubinski on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at dgrin):
To get rid of "galleries galleries" on this page; http://www.visualstoryphoto.com/galleries
How do #categoriesBox .boxTop {
display: none;
} to my css box in hopes to get rid of "galleries galleries" on this page; http....
|
|
I have added this code #categoriesBox .boxTop {
display: none;
} to my css box in hopes to get rid of "galleries galleries" on this page; http://www.visualstoryphoto.com/galleries
How do I specify this differently to make it work?
Started by Lubinski on
, 3 posts
by 2 people.
Answer Snippets (Read the full thread at digitalgrin):
To get rid of "galleries galleries" on this page; http://www.visualstoryphoto.com/galleries
How do #categoriesBox .boxTop {
display: none;
} to my css box in hopes to get rid of "galleries galleries" on this page; http....
|
|
Hey all-
I need some help adjusting the category title for this page:
http://www.birdsonggalleries.com/Galleries
Right now is says "galleries galleries"
I would love to just get rid of that text altogether. Any ideas?
Thanks in advance for the help.
Started by randallstevens on
, 2 posts
by 1 people.
Answer Snippets (Read the full thread at dgrin):
Add this to your CSS to remove "Galleries galleries":
Code: .category_Galleries #galleryTitle.
|
Ask your Facebook Friends
|
Hey all-
I need some help adjusting the category title for this page:
http://www.birdsonggalleries.com/Galleries
Right now is says "galleries galleries"
I would love to just get rid of that text altogether. Any ideas?
Thanks in advance for the help.
Started by randallstevens on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at digitalgrin):
It made the site look cleaner to simply remove them from all galleries but I may look to the separate galleries....
Add this to your CSS to remove "Galleries galleries":
Code: .category_Galleries #galleryTitle other things.
|
|
Hi guys... I'm trying to make this jquery plugin => http://leandrovieira.com/projects/jquery/lightbox/ work with multiple galleries on the same page.
The problem is, everytime I click on a picture from a certain gallery, I get all the pictures from...
Started by lpdahito on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
The JQuery
$(function() { $('#gallery1.
Changes I made this work with multiple galleries on one page.
|
|
Anyone know of any software or a script for downloading images from a sequence of galleries? Where the galleries are on pages like www.example.com/1 ... www.example.com/9999 and each page has a bunch of thumbnails directly linked to the full size image...
Started by Ralph on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
This won't help much in the case of a deep tree, but looks like you just have 1 level to deal with... .
It won't download the files from the parent directories.
Not sure if this is exactly the effect you're after, but try --no-parent in your wget approach .
|
|
Hi (please, excuse me for my ugly english) !
Imagine these very simple models :
class Photo(models.Model): is_public = models.BooleanField('Public', default=False) class Gallery(models.Model): photos = models.ManyToManyField('Photos', related_name='galleries...
Started by Piaume on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
The only thing is ....
Photos__is_public=False).annotate(Count('photos'))
That should be exclude all galleries where none('photos'))
would give you galleries with at least one photo that is public and a count of only photos that are public.
|
|
Is there a way to make my sub-categories come AFTER my other single galleries?
on this page... http://heathercicione.smugmug.com/portraits
Started by HeatherMC on
, 12 posts
by 7 people.
Answer Snippets (Read the full thread at dgrin):
|
|
Is there a way to make my sub-categories come AFTER my other single galleries?
on this page... http://heathercicione.smugmug.com/portraits
Started by HeatherMC on
, 11 posts
by 6 people.
Answer Snippets (Read the full thread at dgrin):
|
|
Gravure Cash New Hosted Galleries! We have just added new galleries for our paysite:
Allgravure.com - 100 Video & 100 Flash galleries
Simply login into gravurecash.com to grab all the hosted ( video & flash ) galleries with descriptions,
model names and...
Started by Aidoru on
, 25 posts
by 1 people.
Answer Snippets (Read the full thread at mediumpimpin):
New Hosted Galleries!
We have just added new galleries for our paysite:
Allgravure.com - 100 Video & 100 Flash galleries
Simply login into gravurecash.com to grab all the hosted ( video & flash ) galleries with descriptions....
|