View Full Version : Search box and diaporama frame
guinod
Oct-05-2008, 02:55 PM
Hi,
1. I want to know if I can insert on my homepage, on the right side of the nav bar, some "search box". How does it work? is there any tutorial?
2. I'like to get rid of the diaporama frame on my homepage to let only appear my pictures, it would be more aesthetical without it since the pictures exhibit different sizes.
My URL is http://www.someclicsomeclacs.com
Thank you so much!
Guinod
Allen
Oct-05-2008, 06:01 PM
Hi,
1. I want to know if I can insert on my homepage, on the right side of the nav bar, some "search box". How does it work? is there any tutorial?
2. I'like to get rid of the diaporama frame on my homepage to let only appear my pictures, it would be more aesthetical without it since the pictures exhibit different sizes.
My URL is http://www.someclicsomeclacs.com
Thank you so much!
Guinod
Add this to your CSS
#bioBox .boxBottom {
background: none;
border: none !important;
}
You can add the red as the last link in your header nav html.
...
<li><a href="/gallery/XXXXXXX_YYYYY">new3</a></li>
<li>SMUGSEARCH</li>
</ul>
...
guinod
Oct-06-2008, 04:01 AM
Add this to your CSS
#bioBox .boxBottom {
background: none;
border: none !important;
}
You can add the red as the last link in your header nav html.
...
<li><a href="/gallery/XXXXXXX_YYYYY">new3</a></li>
<li>SMUGSEARCH</li>
</ul>
...
Thank you very much Allen, it works!
I have an other question: is it possible to increase or decrease the space in between the navbar and the upper edge of the diaporama pictures?
Thank you for your answer.
Guinod
http://someclicsomeclacs.com
Allen
Oct-06-2008, 06:07 AM
Thank you very much Allen, it works!
I have an other question: is it possible to increase or decrease the space in between the navbar and the upper edge of the diaporama pictures?
Thank you for your answer.
Guinod
http://someclicsomeclacs.com
See if you like this. Moves your message box off the edge on both sides and closes gap betweem nav.
Add a div around the message box in yoru header. by adding the red.
<div id="my_banner"> </div>
<div id="HPmessage">
<div align="center">
...
...
</h3>
</div>
</div> <!-- colses HPmessage -->
<div id="navcontainer">
...
Add this to your CSS
#HPmessage {margin:0 60px;}
guinod
Oct-06-2008, 09:17 AM
See if you like this. Moves your message box off the edge on both sides and closes gap betweem nav.
Add a div around the message box in yoru header. by adding the red.
<div id="my_banner"> </div>
<div id="HPmessage">
<div align="center">
...
...
</h3>
</div>
</div> <!-- colses HPmessage -->
<div id="navcontainer">
...
Add this to your CSS
#HPmessage {margin:0 60px;}
Hi, Allen
Thank you very much for your answer. I've added the two red lines to the header and the #HPmessage... to the CSS , but If I've not done some mistake I don't get what I wanted, I mean get the same top margin below the nav bar whatever the hight of the pictures diaporama. is it possible?
Thank you Allen.
Guinod
http://someclicsomeclacs.com
Allen
Oct-06-2008, 09:44 AM
Hi, Allen
Thank you very much for your answer. I've added the two red lines to the header and the #HPmessage... to the CSS , but If I've not done some mistake I don't get what I wanted, I mean get the same top margin below the nav bar whatever the hight of the pictures diaporama. is it possible?
Thank you Allen.
Guinod
http://someclicsomeclacs.com
If you are referring to the slides. They are centered vertical in the reserved
show box and only way to get it to look like you want is only have photos of
the same aspect.
guinod
Oct-06-2008, 10:03 AM
If you are referring to the slides. They are centered vertical in the reserved
show box and only way to get it to look like you want is only have photos of
the same aspect.
OK Allen, thank you for your explanation.
Guinod;
http://someclicsomeclacs.com
guinod
Oct-06-2008, 04:03 PM
Hi,
I'm trying to set my banner clickable, so I embedded the:
<div id="my_header"><a href="http://yourSmugMugnickname.smugmug.com"><img src="/img/spacer.gif" width="605" height="70" border="0" /></a></div>
into the header, and changed the teal...but nothing was happening.
Can anyone let me know why?
Thank you.
Allen
Oct-06-2008, 04:13 PM
Hi,
I'm trying to set my banner clickable, so I embedded the:
<div id="my_header"><a href="http://yourSmugMugnickname.smugmug.com"><img src="/img/spacer.gif" width="605" height="70" border="0" /></a></div>
into the header, and changed the teal...but nothing was happening.
Can anyone let me know why?
Thank you.
remove this.
<div id="my_header"><a href="http://guinod.smugmug.com"><img src="/img/spacer.gif" border="0" height="58" width="753"></a></div>
... and add the spacer overlay gif to your banner.
<div id="my_banner">
<a href="http://guinod.smugmug.com">
<img src="/img/spacer.gif" border="0" height="58" width="753">
</a>
</div>
guinod
Oct-06-2008, 04:39 PM
remove this.
<div id="my_header"><a href="http://guinod.smugmug.com"><img src="/img/spacer.gif" border="0" height="58" width="753"></a></div>
... and add the spacer overlay gif to your banner.
<div id="my_banner">
<a href="http://guinod.smugmug.com">
<img src="/img/spacer.gif" border="0" height="58" width="753">
</a>
</div>
Hi, Allen
It's fixed! Thank you very much.
guinod
Oct-06-2008, 04:54 PM
Hi, (Allen...?)
I set yesterday the search function in the custom header. So It worked since I could get the good galleries or the corresponding pictures after giving some keywords.
To day... it doesn't work as owner or visitor. I checked the header window, nothing apparently different. Could you help me please?
Thank you.
Allen
Oct-06-2008, 05:05 PM
Hi, (Allen...?)
I set yesterday the search function in the custom header. So It worked since I could get the good galleries or the corresponding pictures after giving some keywords.
To day... it doesn't work as owner or visitor. I checked the header window, nothing apparently different. Could you help me please?
Thank you.
I tried searching with one of your keywords and it didn't work. Not sure why,
maybe a security setting in the galleries? Maybe someone else has an idea.
guinod
Oct-06-2008, 05:12 PM
I tried searching with one of your keywords and it didn't work. Not sure why,
maybe a security setting in the galleries? Maybe someone else has an idea.
Thank you for your prompt answer , I'll try to see if there is some change by taking into account the passwords settings...
Thanks again Allen
Allen
Oct-06-2008, 05:14 PM
Thank you for your prompt answer , I'll try to see if there is some change by taking into account the passwords settings...
Thanks again Allen
You can not search any gallery that has a password. Only logged in will the
keywords be visible.
guinod
Oct-06-2008, 05:16 PM
You can not search any gallery that has a password. Only logged in will the
keywords be visible.
sure, thank you
guinod
Oct-06-2008, 05:29 PM
sure, thank you
I've done nothing, only trying to search with the same keywords...and it works again! Let's hope it will work to morrow...
Thank you for your help.
guinod
Oct-06-2008, 05:36 PM
I've done nothing, only trying to search with the same keywords...and it works again! Let's hope it will work to morrow...
Thank you for your help.
I understand why it worked: I was logged as the owner...
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.