Is it possible to remove dates from gallery
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1 • Share •
Re: Is it possible to remove dates from gallery
Also, it would be great if we could remove the broken line border around the pictures in teh gallery
Re: Is it possible to remove dates from gallery
anyone?????Last edited by tony_h on January 26th 2012, 9:51 am; edited 1 time in total
Re: Is it possible to remove dates from gallery
Hi,
Can you make your gallery visable by guests?
Can you make your gallery visable by guests?

Re: Is it possible to remove dates from gallery
Nera. wrote:Hi,
Can you make your gallery visable by guests?
I can, I just did it there
I'm guessing this is not the fix though???
Re: Is it possible to remove dates from gallery
It would make it easier to tell you what to do if you make your gallery visable to guests so I or someone else can see it/it's CSS. I can't seem to see it now?

Re: Is it possible to remove dates from gallery
Nera. wrote:It would make it easier to tell you what to do if you make your gallery visable to guests so I or someone else can see it/it's CSS. I can't seem to see it now?
Log in using this...
Username andrea
Password summer
It's a test account I use
Re: Is it possible to remove dates from gallery
What do you want to remove, this?



Re: Is it possible to remove dates from gallery
No, try this link...
http://www.honda-haven.com/gallery/personal.htm
I want to remove the dates on that page
http://www.honda-haven.com/gallery/personal.htm
I want to remove the dates on that page
Re: Is it possible to remove dates from gallery
alright i got this tony as said by nera its a css code and im the prophecy so behold lol jk,
this will do;
.entry-date {
display: none;
}
this will do;
.entry-date {
display: none;
}
ProphecyCSS- Forumotion Member
- Posts: 95
Language: English
Points: 95
Join date: 2011-12-11
Re: Is it possible to remove dates from gallery
ProphecyCSS wrote:alright i got this tony as said by nera its a css code and im the prophecy so behold lol jk,
this will do;
.entry-date {
display: none;
}
Afraid that did not work?
Re: Is it possible to remove dates from gallery
really? hmm must be losing my touch it worked on mine
ill have another code for u asap
ill have another code for u asap
ProphecyCSS- Forumotion Member
- Posts: 95
Language: English
Points: 95
Join date: 2011-12-11
Re: Is it possible to remove dates from gallery
I've tried the above code again and it just does not seem to work?
Maybe it only removes dates from uploads AFTER I use the code or something?
Maybe it only removes dates from uploads AFTER I use the code or something?
Re: Is it possible to remove dates from gallery
LGforum wrote:I don't see what 'dates' you mean on the above link.
Below the very first picture you will see this:
1.4power
4 Pics
17/01/12, 12:30 pm
its that date & time I want to remove if possible, if not then not the end of the world

Re: Is it possible to remove dates from gallery
Sorry, there is no current solution to this as it is impossible. If you're good at coding, go here and try out .. (VIEW THE SPOILER BELOW)
Hope this helps
- Spoiler:
- ACP--->DISPLAY---->TEMPLATES----->GALLERY
Hope this helps
Last edited by Sanket on February 11th 2012, 10:52 am; edited 1 time in total (Reason for editing : Bold & Color Removed)

gamershell- Forumotion Member
-

Posts: 77
Language: English
Points: 82
Join date: 2012-02-07
Re: Is it possible to remove dates from gallery
Adding this to your CSS:
This will get rid of the writing underneath the image. Unfortunately its very tough to access JUST the date with CSS and your likey only gonna resolve it with Javascript.
The CSS above will get rid of the date, and the bit which says '1 pic' ot whatever. Sorry.
- Code:
#main-content .inner .gallery p+p { display: none; }
#main-content .inner .gallery p+p strong { display:block!important;}
This will get rid of the writing underneath the image. Unfortunately its very tough to access JUST the date with CSS and your likey only gonna resolve it with Javascript.
The CSS above will get rid of the date, and the bit which says '1 pic' ot whatever. Sorry.
Re: Is it possible to remove dates from gallery
LGforum wrote:Adding this to your CSS:
- Code:
#main-content .inner .gallery p+p { display: none; }
#main-content .inner .gallery p+p strong { display:block!important;}
This will get rid of the writing underneath the image. Unfortunately its very tough to access JUST the date with CSS and your likey only gonna resolve it with Javascript.
The CSS above will get rid of the date, and the bit which says '1 pic' ot whatever. Sorry.
That should do the trick, thanks once again!!!
Re: Is it possible to remove dates from gallery
| Topic Solved & Moved Note: You can also help the staff member's work by EDITING your topic and marking it as solved. |
- Are you good on helping Forumotion users?Know more about the helper rank

Helpful Links:
General Rules l-l Lost your Founder Password? l-l Report a Forum
Forum Security l-l Habits to be avoided(Forum Security) l-l Forum Hacked? What to do?

Jophy- Manager

-

Posts: 10642
Age: 16
Language: English, Tagalog
Location: Manila, Philippines
Points: 27687
Join date: 2009-08-02
The forum of the forums :: Support forum :: Forum Design & Appearance Help :: Design & Appearance Problems Archives
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum

Home


by tony_h on January 17th 2012, 9:50 am






