|
|
Thread Tools | Display Modes |
|
|
|
#1
|
|
|
Major grins
|
how having moonriver stretchy galery page after JF code
hallo,
after lot of help from JF and smugmug team i have now a beautiful slideshow on : http://www.labrophotography.smugmug.com/ for unknown reasons it had a sideeffect on recent and search page which are now stretchy. at start they were based on RichW code and were not stretchy. finally why not stretchy. my galery page, again for unknown reasons has not toggled to stretchy mode. So, the questions : q1. how can i change my galery page to a stretchy one like http://www.moonriverphotography.com/Galleries without box, without title "galeries" ... ? because apparently all css elements are linked on smugmug templates i suppose recent page and search page will follow the box removing, no problem q2. on my serach page, all boxes were extended to stretchy except search box. there are enough search criteria on the page, so how can i delete the search box from search page http://www.labrophotography.smugmug.com/find/ ? best regards marc Last edited by grosloulou; Jun-12-2012 at 11:37 AM. Reason: title |
|
|
|
|
#2
|
|
|
Scripting dude-volunteer
|
You can add the part in red to your CSS to make the recent page and search page be fixed width:
Code:
/* restore width of galleries page */
.recent #homepage,
.find #homepage,
.galleries #homepage {width: 750px; margin-left: auto; margin-right: auto;}
__________________
--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 |
|
|
|
|
#3
|
|
|
Major grins
|
thanks John,
just tried something on http://www.labrophotography.smugmug.com/galleries/: instead of adding the two red lines to restore 750px width i have put in comments : /* .galleries #homepage {width: 750px; margin-left: auto; margin-right: auto;} */ and doing so i have now galery page stretchy too. Is it the right way to make galery stretchy like moonriver ? how, like moonriver, can i remove grey box and title black box from galery page, add a 20px spacing between nav bar and first row and decreasing by 30px the spacing between rows ? best regards marc |
|
|
|
|
#4
|
|
|
Smug Hero
|
that is the correct way to get the stretchy galleries page.
To remove the box background you will need to add this: .box, .boxBottom { background-color: transparent !important; border: none !important; } To remove the box top add this: .homepage .boxTop { display: none; } Also have you looked at your site logged out? The spacing is different there since you don't have to leave space for the gallery settings box. |
|
|
|
|
#5
|
||
|
Major grins
|
Quote:
on moonriver galery page http://www.moonriverphotography.com/Galleries there is more spacing above first row and less spacing between rows. you already suggested code but it changed spacing on all pages including slideshow home page. perhaps it is a question of decreasing "cell height" and increasing "top padding in each cell ?" best regards marc best regards marc |
|
|
|
||
|
#6
|
||
|
Major grins
|
Quote:
.box, .boxBottom { background-color: transparent !important; border: none !important; } .homepage .boxTop { background-color: transparent !important; border: none !important; /* display: none; */ } not too bad but gradient title box remains. |
|
|
|
||
|
#7
|
|
|
Smug Hero
|
Try this instead of the .homepage.boxTop line to remove it on only that page:
#categoriesBox .boxTop { display: none; } Then for the spacing, you will need to adjust the height of the .miniBox CSS to adjust that. Me just tinkering on my end a height of 160px looks good, but it may have problems if any of your gallery titles are long enough to be two lines. You can also adjust the width there to bring the boxes closer together. But I wouldn't suggest a width of less then 114px. |
|
|
|
| Tell The World! | |
| Similar Threads | Thread Starter | Forum | Replies | Last Post | ![]() |
| Working On my Site, Need Help with Code., Also basic page | PeriutPhotography | SmugMug Customization | 7 | Sep-21-2011 07:53 PM | |
| What happened to my stretchy home page? | paintedlight | SmugMug Customization | 1 | Jul-01-2011 07:37 AM | |
| How to stop page resizing? | Mazlim | SmugMug Customization | 5 | May-31-2011 02:49 AM | |
| Replace breadcrumb with java script | wbphotos | SmugMug Customization | 42 | Jan-06-2009 10:24 AM | |
| Custom Home Page question | PrescottPhotog | SmugMug Customization | 16 | Jun-26-2007 08:03 PM | |
| Thread Tools | |
| Display Modes | |
|
|