×

Notice

The forum is in read only mode.
Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1

TOPIC: map flying out the page

map flying out the page 13 years 4 months ago #11199

  • Eliecer Marchante
  • Eliecer Marchante's Avatar Topic Author
  • Offline
  • Platinum Boarder
  • Platinum Boarder
  • Posts: 493
  • Karma: 11
  • Thank you received: 13
Hi,

This is happening in Chrome & Safari
- I am zooming up the map on top of any hotspot (Up to the Max)
- If I click on top of any hotspot (the whole thing: map, categories, etc) is flying out the page.
- Only happening with Satellite, Hybrid & Terrain Map Modes

Is there any solution for this issue?

http://www.virtualbc.ca/

Thanks

map flying out the page 13 years 4 months ago #11202

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Online
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Hey Eliecer,
Well your page doesn't contain valid html code. I guess that when you fix this the map won't fly away:
validator.w3.org/check?uri=http%3A%2F%2F...ctype=Inline&group=0

once you fix the invalid utf-char problem you will see that there are some divs that are open, but not closed.
Cheers,
Daniel

map flying out the page 13 years 4 months ago #11203

  • Nils Ally
  • Nils Ally's Avatar
  • Offline
  • Gold Boarder
  • Gold Boarder
  • Posts: 299
  • Thank you received: 33
I just looked at it, using Chrome, and it works fine from here...

map flying out the page 13 years 4 months ago #11204

  • Eliecer Marchante
  • Eliecer Marchante's Avatar Topic Author
  • Offline
  • Platinum Boarder
  • Platinum Boarder
  • Posts: 493
  • Karma: 11
  • Thank you received: 13
Hi,

Thanks for the advice.

I will have to go to the church in the morning because I must send this to God, he is the one will be able to help me.

As far as I knew, I was using valid html but this is a good present for new year.

Too bad Santa Claus passed by few days ago.

map flying out the page 13 years 4 months ago #11220

  • Eliecer Marchante
  • Eliecer Marchante's Avatar Topic Author
  • Offline
  • Platinum Boarder
  • Platinum Boarder
  • Posts: 493
  • Karma: 11
  • Thank you received: 13
Hi,

Still flying out.

I've been fixing everything I can fix.
http://validator.w3.org/check?uri=http%3A%2F%2Fwww.virtualbc.ca%2F&charset=%28detect+automatically%29&doctype=Inline&group=0
I found the following error in your code:

end tag for element X which is not open

The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.

* Line 446, column 59: end tag for element "dd" which is not open

How can I fix it?

map flying out the page 13 years 4 months ago #11221

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Online
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
Ah, that is related to the test tab....
In the other thread I told you to enter this code:
echo $pane->endPanel();
echo $pane->startPanel( JText::_( 'test' ), 'test' );
echo 'test';
echo $pane->endPanel();
But since the add hotspots from frontend is active the code should look like this:
echo $pane->endPanel();
echo $pane->startPanel( JText::_( 'test' ), 'test' );
echo 'test';

map flying out the page 13 years 4 months ago #11235

  • Eliecer Marchante
  • Eliecer Marchante's Avatar Topic Author
  • Offline
  • Platinum Boarder
  • Platinum Boarder
  • Posts: 493
  • Karma: 11
  • Thank you received: 13
Fixed.

Thanks.
I noticed that if I keep the right menu out, the map is not flying out. As soon as that menu is hide, the whole thing is flying away (Chrome and Safari).

I know I have few error on my page, but all of them are coming from:
1) the weather icon (they provided me that link in order to include the temperature on my website)
2) the prettyphoto plugin (they use those parameters)

I don't see any reason why the map section is flying away. Any ideas?

map flying out the page 13 years 4 months ago #11239

  • Daniel Dimitrov
  • Daniel Dimitrov's Avatar
  • Online
  • Administrator
  • Administrator
  • Posts: 9618
  • Karma: 155
  • Thank you received: 1081
On your place I would disable all modules and plugins and test if the map is still flying out. If it is not, then I would turn the modules one by one to see exactly which one is causing it.

If the modules are not the problem, then I would go back to the default joomla template and check if the map is flying out. If it is, then it would a problem with the template and I will have an idea where to look...
  • Page:
  • 1
Time to create page: 0.155 seconds