View Full Version : Updated to Flash Slideshow - Galleries Link Dead
Techie77
Feb-26-2008, 08:54 AM
Hi,
I just upgraded from the older style homepage slideshow to the new flash version. It's working great, but my Galleries link in the navbar stopped working. I searched the forum and found a few similar problems reported, but their fixes don't seem to work (or I'm implementing them incorrectly). Can someone take a quick look and see what I overlooked?
Thanks.
Regards,
Frank
photons.smugmug.com
Allen
Feb-26-2008, 11:18 AM
Hi,
I just upgraded from the older style homepage slideshow to the new flash version. It's working great, but my Galleries link in the navbar stopped working. I searched the forum and found a few similar problems reported, but their fixes don't seem to work (or I'm implementing them incorrectly). Can someone take a quick look and see what I overlooked?
Thanks.
Regards,
Frank
photons.smugmug.com
This is in your header and the function CheckRedirects is not defined.
<script type="text/javascript" language="javascript">
CheckRedirects();
</script>
Techie77
Feb-26-2008, 11:38 AM
So what should I do - just delete it?
This is in your header and the function CheckRedirects is not defined.
<script type="text/javascript" language="javascript">
CheckRedirects();
</script>
Allen
Feb-26-2008, 11:43 AM
So what should I do - just delete it?
You can and see if everything else works. You have redirects set on your site
somewhere?
Techie77
Feb-26-2008, 12:02 PM
Allen,
Looks like that code is part of the vanity URL customization - but I'm not using vanity URLs. I pulled out the code, but the link to the Galleries page is still not working. Any ideas?
Frank
You can and see if everything else works. You have redirects set on your site
somewhere?
Allen
Feb-26-2008, 12:12 PM
Allen,
Looks like that code is part of the vanity URL customization - but I'm not using vanity URLs. I pulled out the code, but the link to the Galleries page is still not working. Any ideas?
Frank
You're missing this part of the duplicate homepage hack. Add
to your CSS. Do you have your galleries/category box enabled?
Look in your control panel under the homepage tab and click show.
.homepage #galleriesBox,
.homepage #categoriesBox,
.homepage #featuredBox {
display: none;
}
.galleries #bioBox {
display: none;
}
.galleries #galleriesBox,
.galleries #categoriesBox,
.galleries #featuredBox {
display: block;
}
Techie77
Feb-26-2008, 01:08 PM
Bingo - that did it. Thanks a lot.
Frank
You're missing this part of the duplicate homepage hack. Add
to your CSS. Do you have your galleries/category box enabled?
Look in your control panel under the homepage tab and click show.
.homepage #galleriesBox,
.homepage #categoriesBox,
.homepage #featuredBox {
display: none;
}
.galleries #bioBox {
display: none;
}
.galleries #galleriesBox,
.galleries #categoriesBox,
.galleries #featuredBox {
display: block;
}
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.