PDA

View Full Version : i think i have a bug on my website !!!


MikaGrin
Jul-03-2008, 07:28 PM
hi guys, i dont know what apen on my website, when i click on a photo in a gallery the photo doesn't open bigger anymore and also my slideshow doen't work too :rolleyes:scratch. here a gallery for exemple where tou can go check (http://mika-galeries-bistro.smugmug.com/gallery/3982116_G6kbx#232449023_3T4ip)

what can i do for fix that? Thank you Mika
(http://mika-galeries-bistro.smugmug.com/)

Allen
Jul-03-2008, 07:38 PM
hi guys, i dont know what apen on my website, when i click on a photo in a gallery the photo doesn't open bigger anymore and also my slideshow doen't work too :rolleyes:scratch. here a gallery for exemple where tou can go check (http://mika-galeries-bistro.smugmug.com/gallery/3982116_G6kbx#232449023_3T4ip)

what can i do for fix that? Thank you Mika
(http://mika-galeries-bistro.smugmug.com/)
What's all this in your CSS? The function stuff is javascript.

Unknown macro: {display}



function changeCategoryInfo()
{
re = /^([0-9]+ )(galler(y|ies))/;

divTag1 = document.getElementById("categoriesBox");
divTag2 = document.getElementById("subcategoriesBox");
if ((divTag1)|| (divTag2))
{
if (divTag1)
divTags = divTag1.getElementsByTagName("div");
else
divTags = divTag2.getElementsByTagName("div");

for (i=0; i<divTags.length; i++)
{
if (divTags[i].className == "miniBox")
{
pTags = divTags[i].getElementsByTagName("p");
re.exec(pTags[1].innerHTML);
pTags[1].innerHTML = RegExp.$1 + RegExp.$2;
}
}
}
}

MikaGrin
Jul-05-2008, 07:11 AM
What's all this in your CSS? The function stuff is javascript.

Unknown macro: {display}



function changeCategoryInfo()
{
re = /^([0-9]+ )(galler(y|ies))/;

divTag1 = document.getElementById("categoriesBox");
divTag2 = document.getElementById("subcategoriesBox");
if ((divTag1)|| (divTag2))
{
if (divTag1)
divTags = divTag1.getElementsByTagName("div");
else
divTags = divTag2.getElementsByTagName("div");

for (i=0; i<divTags.length; i++)
{
if (divTags[i].className == "miniBox")
{
pTags = divTags[i].getElementsByTagName("p");
re.exec(pTags[1].innerHTML);
pTags[1].innerHTML = RegExp.$1 + RegExp.$2;
}
}
}
}


thank you, so like you say i already put this code in the java area, but doesn't again:rolleyes......:scratch my photos and slideshows in the galleries style doesn't work at all, in + now my site doesn't open in full screen like it should:huh.

when i go on other smugmug users website that's work good, so it's not coming from my computer, i dont have any ideas of what's apen inside my site:dunno.

for exemple you can go here and take a look: http://mika-galeries-bistro.smugmug.com/gallery/4732003_vdUoY#280211314_EfKx4-A-LB

i dont touch the cotumizing section of my site for months now, so it's not my .

:bowPlease, can you help me on this case, what can i do to realy fix for good ?

thank you, Mika (http://mika-galeries-bistro.smugmug.com/)

Allen
Jul-05-2008, 08:43 AM
thank you, so like you say i already put this code in the java area, but doesn't again:rolleyes......:scratch my photos and slideshows in the galleries style doesn't work at all, in + now my site doesn't open in full screen like it should:huh.

when i go on other smugmug users website that's work good, so it's not coming from my computer, i dont have any ideas of what's apen inside my site:dunno.

for exemple you can go here and take a look: http://mika-galeries-bistro.smugmug.com/gallery/4732003_vdUoY#280211314_EfKx4-A-LB

i dont touch the cotumizing section of my site for months now, so it's not my .

:bowPlease, can you help me on this case, what can i do to realy fix for good ?

thank you, Mika (http://mika-galeries-bistro.smugmug.com/)
Remove this from your javacript and see if things work.
Unknown macro: {display}

MikaGrin
Jul-05-2008, 10:20 AM
Remove this from your javacript and see if things work.
Unknown macro: {display}

I'm sorry that's doesn't work also.:cry

What can i do other to it work?

thank you, Mika