|
|
Thread Tools | Display Modes |
|
#61
|
||
|
Trouper
|
Quote:
I have to laugh . I used to be an expert programmer a LONG LONG LONG time ago...like using Assembly Language code (LD A0001, 1500) with machine language (111110000) inserts to modify the Operating System to get what I needed. My SON added the code so my Safari has the Developer code to do what you suggested. I am just not sure EXACTLY the right thing to click on to see what you suggest...not your problem!!!SLEEP??!!! Hahahahaha! It's only almost 3:30 AM and you have already helped me! My wife asked me lately why I have been going to bed so late. I told her "it's hell to be a programmer again" - customizing my website. You work until either you get it right or you fall asleep at the keyboard!!!! Maybe tomorrow (or would that be later today) you can help center the photo caption. I doubt i will figure out the code in the Developer section to figure out the name/title I need. Once again, I want to thank you and the other developers for the long hours you put in helping us pasters out. BTW, I hope you did well in your race! Troup Nightingale Southeastern Photography http://southeasternphotography.com Last edited by southeasternphotography; Aug-27-2011 at 11:48 PM. Reason: midnight+3 spelling errors |
|
|
|
||
|
#62
|
||
|
"tweak 'til it squeaks"
|
Quote:
Center text in the whole box, this might look funny with multiple lines of text. Set caption width so text box centers and multiple lines left justify. Code:
#caption_bottom {
text-align: center;
}
#caption_bottom {
text-align: left;
width: 400px;
margin:0 auto;
}
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#63
|
||
|
Trouper
|
Quote:
Many thanks again! Works great. I seem to like all lines centering, so I modified it a bit. I checked quite a few of my galleries and I like it (may not work for others sites).So, thank you again for all you have helped me. Troup Nightingale Southeastern Photography http://www.southeasternphotography.com |
|
|
|
||
|
#64
|
|
|
Beginner grinner
|
function RemoveGalleryWord()
{ this.innerHTML = this.innerHTML.replace(/ Galleries$| Sub-Categories$/, ""); } YE.onAvailable("subCatGalleryTitle", RemoveGalleryWord); YE.onAvailable("galleryTitle", RemoveGalleryWord); |
|
|
|
|
#65
|
|
|
Big grins
|
Is there an opposite to this? Instead of removing the word 'Galleries', I want to remove the name of the category instead. So for the following here..
http://www.bongestrella.com/Videos I only want to show 'Sub-Categories' and 'Galleries' and remove the name of the category ('Videos' in this case). |
|
|
|
|
#66
|
||
|
"tweak 'til it squeaks"
|
Quote:
32) Hide or Format Parts of the Breadcrumb
__________________
Al My Website my Blog Mozilla Firefox Web Developer Firebug Customization FAQ Banner/Navbar/Slideshow Tutor |
|
|
|
||
|
#67
|
||
|
Big grins
|
I wasn't talking about the crumbs, but the actual Category box. Instead of saying 'Videos Sub-Categories', I want it to simply say 'Sub-Categories', which is the exact opposite of this thread. Sorry if my description was confusing.
Quote:
|
|
|
|
||
|
#68
|
||
|
Scripting dude-volunteer
|
Quote:
Code:
function RemoveVideoWord()
{
this.innerHTML = this.innerHTML.replace(/Videos\s*/, "");
}
YE.onAvailable("subCatGalleryTitle", RemoveVideoWord);
YE.onAvailable("galleryTitle", RemoveVideoWord);
__________________
--John Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
||
|
#69
|
|
|
Big grins
|
YES!!!! Thank you John! I just started to build my site and your tutorials have been a tremendous help!
|
|
|
|
|
#70
|
|
|
Beginner grinner
|
Remove the bar above the gallery thumbnail
Hi guys,
I'm a beginner and I found a lot of good stuff here. Can someone help me removing the bar which is located between the navbar and the thumbnail of my gallery here: http://fabricerodriguez.smugmug.com/Galleries Thanks for you help |
|
|
|
|
#71
|
||
|
Scripting dude-volunteer
|
Quote:
.category_Galleries #subcategoriesBox .boxTop {display: none;}
__________________
--John Homepage • Popular JFriend's javascript customizations • Secrets for getting fast answers on Dgrin Always include a link to your site when posting a question |
|
|
|
||
|
#72
|
||
|
Beginner grinner
|
Quote:
I just spent 4 hours trying to figure out how to get the accompanying word to "galleries" removed. THANK GOD FOR THIS POST!!!! |
|
|
|
||
|
#73
|
|
|
B S Karan
|
Is it possible to remove the word "Galleries" from the share group pages?
This is the sample page. http://bskaran.smugmug.com/share/Landscape-Photography Thanks, |
|
|
|
|
#74
|
|
|
Aussie Grinner
|
Not sure if is the same issue as post #73
... what I would like to do is remove the phrase "Gallery Categories" from the top left of my home page (just below the header and above the first row of thumbnails). Thank you for any help ... VERY much appreciated.
__________________
My opinion does not necessarily make it true. What you do with my opinion is entirely up to you. www.acecootephotography.com |
|
|
|
|
#75
|
||
|
Major grins
|
Quote:
Code:
.homepage #categoryTitle { display: none; }
__________________
http://www.denisegoldberg.com ... http://denise.smugmug.com Musings & ramblings at http://denisegoldberg.blogspot.com, quick posts in google+ |
|
|
|
||
|
#76
|
|
|
Aussie Grinner
|
Thankyou Denise - still the queen of code!
__________________
My opinion does not necessarily make it true. What you do with my opinion is entirely up to you. www.acecootephotography.com |
|
|
|
|
#77
|
||
|
B S Karan
|
Quote:
|
|
|
|
||
|
#78
|
|
|
Big grins
|
how to: remove some, change some others
Greetings all, I gave up trying to make a banner/nav banner and instead went to Plan B.
I've managed to get all the colors sorted out except the title bar on the galleries page which is now grey with the word Portfolio. (I just found out that that box is called the 'Top Box). Then, if I can do that, how would I 'make' s similar horizontal bar (like the title box on galleries page) that I could place on each gallery page to serve as a visual divider between my logo/nav box and all that's below that top box? Can I have the gallery and image count show only when logged in? Setting 'Clean' removes all but I don't like the 'uploaded on ..." showing. Are the white logo/navs too weak? That's all, for the next few minutes.. Best to all, Charles Last edited by charlesdaly; May-25-2012 at 09:20 AM. Reason: sorted out some of the issues already |
|
|
|
|
#79
|
|
|
Big grins
|
ooops...forgot
deleted -i fixed some issues discussed here
Last edited by charlesdaly; May-25-2012 at 09:21 AM. Reason: megerd this with the one above |
|
|
|
|
#80
|
||
|
B S Karan
|
Quote:
Any help on this please? |
|
|
|
||
| Tell The World! | |
| Thread Tools | |
| Display Modes | |
|
|