- Posts: 2
- Thank you received: 0
Lost my map on main page
- richardfoster
- Topic Author
- Offline
- New Member
Less
More
12 years 4 months ago #1132
by richardfoster
Lost my map on main page was created by richardfoster
Once I did the recent update of the com and plugin I lost my map on my front page,
dalehollowlake.cloudaccess.net
on left side under the weather block. I had not changed anything in my module or component. ?? could you help.
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
12 years 4 months ago - 12 years 4 months ago #1133
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic Lost my map on main page
Hi.
You install some capcha extension, which overrides onload function
this is code
You should contact with developer, may be they change initialization function.
When I read enough about jquery I'll use it for map initialization, and escape this problem
You install some capcha extension, which overrides onload function
this is code
Code:
function ff_resizepage(mode,value)
{var height=0;if(mode>0){for(var i=0;i<ff_elements.length;i++){if(mode==2||ff_elements[i][3]==ff_currentpage){e=document.getElementById(ff_elements[i][1]);if(e){h=e.offsetTop+e.offsetHeight;if(h>height)height=h;}}}}var totheight=height+value;if((mode==2&&totheight>ff_currentheight)||(mode!=2&&totheight!=ff_currentheight)){
document.getElementById('ff_formdiv2').style.height=totheight+'px';window.scrollTo(0,0);ff_currentheight=totheight;}}
onload=function()
{ff_initialize('formentry');ff_initialize('pageentry');ff_resizepage(1,400);if(ff_processor&&ff_processor.traceBuffer)ff_traceWindow();}
function ff_switchpage(page){if(document.getElementById("bfPage1"))document.getElementById("bfPage1").style.display="none";if(document.getElementById("bfPage2"))document.getElementById("bfPage2").style.display="none";if(document.getElementById("bfPage"+page))document.getElementById("bfPage"+page).style.display="";
ff_currentpage=page;ff_resizepage(1,400);ff_initialize("pageentry");}
You should contact with developer, may be they change initialization function.
When I read enough about jquery I'll use it for map initialization, and escape this problem
Don't forget support my developments: post review in JED , donate , help with translation
Last edit: 12 years 4 months ago by Dima.
Please Log in or Create an account to join the conversation.
- richardfoster
- Topic Author
- Offline
- New Member
Less
More
- Posts: 2
- Thank you received: 0
12 years 4 months ago #1135
by richardfoster
Replied by richardfoster on topic Lost my map on main page
I tried to take out the capcha, but it still did not show?
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
12 years 4 months ago #1136
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic Lost my map on main page
Then it caused by the other plugin
onload function is still exists
Code:
function ff_resizepage(mode,value)
{var height=0;if(mode>0){for(var i=0;i<ff_elements.length;i++){if(mode==2||ff_elements[i][3]==ff_currentpage){e=document.getElementById(ff_elements[i][1]);if(e){h=e.offsetTop+e.offsetHeight;if(h>height)height=h;}}}}var totheight=height+value;if((mode==2&&totheight>ff_currentheight)||(mode!=2&&totheight!=ff_currentheight)){
document.getElementById('ff_formdiv2').style.height=totheight+'px';window.scrollTo(0,0);ff_currentheight=totheight;}}
onload=function()
{ff_initialize('formentry
onload function is still exists
Don't forget support my developments: post review in JED , donate , help with translation
Please Log in or Create an account to join the conversation.
Time to create page: 0.233 seconds