View Full Version : Link "new search" possible?
andreas
Jun-26-2007, 03:16 AM
Hello,
here is my search page:
http://werth.smugmug.com/gallery/2821309
Is it possible to get an additional "new search" link on the result page?
(back to the adress above)
And how do i remove "atom" and "rss" links?
Thank you!
offtopic question: why is my navigation not exactly centered? It should be...
Allen
Jun-26-2007, 04:35 AM
Hello,
here is my search page:
http://werth.smugmug.com/gallery/2821309
Is it possible to get an additional "new search" link on the result page?
(back to the adress above)
And how do i remove "atom" and "rss" links?
Thank you!
offtopic question: why is my navigation not exactly centered? It should be...
You could move your nav left a little.
#navcontainer ul {
margin: 0;
margin-left: -20px;
list-style-type: none;
text-align: center;
}
Looks like you found the feeds answer.
Not sure what you mean on the search.
andreas
Jun-26-2007, 09:48 AM
>You could move your nav left a little.
nice, that worked. Thank you!
>Looks like you found the feeds answer.
No, what i mean is the atom/rss part here:
http://home.arcor.de/leuchtauge/tmp/rss_atom.png
I donīt need it.
>Not sure what you mean on the search.
I think about displaying something like:
If your search wasnīt successful, you can try again: {link to search page}
brandofamily
Jun-26-2007, 10:01 AM
I added a button to my page
http://www.brandolinoimaging.com/keyword/animals#59360474
that returns me to the search page w/o using the back button...
let me know if I can help... Or you can look at my code using FF WD...
Allen
Jun-26-2007, 10:04 AM
>You could move your nav left a little.
nice, that worked. Thank you!
>Looks like you found the feeds answer.
No, what i mean is the atom/rss part here:
http://home.arcor.de/leuchtauge/tmp/rss_atom.png
I donīt need it.
>Not sure what you mean on the search.
I think about displaying something like:
If your search wasnīt successful, you can try again: {link to search page} See if this gets rid of the feeds. Check other pages and see if it
messes something else.
.searchResults h3.title a.nav,
.searchResults img.rssfeed,
.searchResults img.atomfeed,
.searchResults span.nav
{display: none;}
andreas
Jun-26-2007, 12:24 PM
See if this gets rid of the feeds.
great!
No problems detected on the other pages so far.
Well, now, why not also remove the following from the search result page:
- the word "Andreas Werth's" (photos/keywords/gallerys matching.. is okay and should stay)
- the text and link "searching in: Andreas Werth's photos (http://werth.smugmug.com/)"
- the style changer thing
[edit: found a solution here:
.searchResults #stylebar {display: none;} ]
http://www.dgrin.com/images/icons/cool2.gif
Anthony, that looks interesting. Is it possible to have that button only on the search result page? You are using it for keyword results. And where can i position it? I guess the upper left corner would be a good place, (at the moment there is "searching in: Andreas Werth's photos (http://werth.smugmug.com/)")
brandofamily
Jun-26-2007, 12:30 PM
Brandolino, that looks interesting. Is it possible to have that button only on the search result page? You used for keyword results. And where can i position it? I guess the upper left corner would be a good place, (at the moment there is "searching in: Andreas Werth's photos (http://werth.smugmug.com/)")
I don't see why not... you are just hiding the button in all places except where you want it. Allen has shown us we can specify CSS for the results page... Have a look at my code and let me know if I can help...
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.