View Full Version : My Galleries are GONE!!! Help me
nicodnico
May-29-2008, 06:34 PM
I dont know what I did. The galleries/catagories on my loggedIn home page are gone. I dont have the option to display anything and I have already gone to my control panel and the home page from there but I can not find them. Please tell me what I did...
ANY help would be great!!:dunno
Andy
May-29-2008, 06:52 PM
can't help unless we can see your website - your link doesn't work, can you list your website again please?
TexasFamily
May-29-2008, 07:14 PM
link is bad...in sig.
BAD
http://www.loveo1anotherphoto.com/
GOOD
http://love1anotherphoto.smugmug.com/
Andy
May-29-2008, 07:59 PM
all this was wrong, i removed it
function addCategoryDescription()
{
var categoryDescription = {
"Marry Me" : "Engagement Portraits",
"I Do" : "The wedding day",
"Graduation" : "Graduation Portraits"
"Families" : "Family Portraits"
"Outdoors" : "Images taken in nature"
};
function ModifyText ()
{
if (YD.hasClass(document.body, "gallery_4998938"))
{
var objElement = YD.get("comment")
if (objElement != null)
{
var str = new String(objElement.innerHTML);
str = str.replace(/\gallery/gi, 'Guestbook');
objElement.innerHTML = str;
}
}
}
YE.onAvailable("comment", ModifyText);
function addCategoryDescription()
{
var categoryDescription = {
"Marry Me" : "Engagement Portraits",
"I Do" : "The wedding day",
"Graduation" : "Graduation Portraits"
"Families" : "Family Portraits"
"Outdoors" : "Images taken in nature"
};
if ((YAHOO.util.Dom.hasClass(document.body, "category")) && (!YAHOO.util.Dom.hasClass(document.body, "subcategory")))
{
re = /category_(\S+)/i;
re.exec(document.body.className);
breadCrumb = document.getElementById("breadcrumb");
if (breadCrumb)
{
divTag = document.createElement("div");
divTag.className = "categoryDescription";
divTag.appendChild(document.createTextNode(categor yDescription[RegExp.$1]));
breadCrumb.parentNode.insertBefore(divTag, breadCrumb.nextSibling);
}
}
if (YAHOO.util.Dom.hasClass(document.body, "homepage"))
{
re = /\>([\w\-]+)<\/a>/i;
divTag = document.getElementById("categoriesBox");
if (divTag)
{
divTags = YAHOO.util.Dom.getElementsByClassName("albumTitle", "p", divTags);
for (i=0; i<divTags.length; i++)
{
re.exec(divTags[i].innerHTML);
pTag = document.createElement("p");
pTag.className = "categoryDescription";
pTag.appendChild(document.createTextNode(categoryD escription[RegExp.$1]));
divTags[i].parentNode.insertBefore(pTag, divTags[i].nextSibling);
}
}
}
}
you're back in business now on
http://love1anotherphoto.smugmug.com/galleries
nicodnico
May-29-2008, 08:16 PM
[/URL]Hello! Thank you for replying and I'm SO sorry about the link. I didnt want to be "that Guy, well Girl".
Anyways, I still dont have my galleries/catagories on my home page when I'm logged in. I only see my slide show. I dont know what I did to loose them. Thank you in advance for your help...I SO appriciate it!
Oh, and I think I fixed the link in my signature. :D
[url]http://love1anotherphoto.smugmug.com/ (http://love1anotherphoto.smugmug.com/galleries)
Andy
May-29-2008, 08:25 PM
[/URL]Hello! Thank you for replying and I'm SO sorry about the link. I didnt want to be "that Guy, well Girl".
Anyways, I still dont have my galleries/catagories on my home page when I'm logged in. I only see my slide show. I dont know what I did to loose them. Thank you in advance for your help...I SO appriciate it!
Oh, and I think I fixed the link in my signature. :D
[url]http://love1anotherphoto.smugmug.com/ (http://love1anotherphoto.smugmug.com/galleries)
Add this to your CSS:
.loggedIn .homepage #galleriesBox,
.loggedIn .homepage #categoriesBox,
.loggedIn .homepage #featuredBox {display: block;}
nicodnico
May-30-2008, 06:13 AM
Add this to your CSS:
.loggedIn .homepage #galleriesBox,
.loggedIn .homepage #categoriesBox,
.loggedIn .homepage #featuredBox {display: block;}
WHOOT WHOOT!:clap Thank you so much!
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.