- Posts: 29
- Thank you received: 0
No maps after the update
- kampats
- Topic Author
- Offline
- Junior Member
Less
More
10 years 8 months ago #4666
by kampats
No maps after the update was created by kampats
Hi!
I ran today the new update you released and now no map is working my site..
For ex. check this page.. In the bottom should me a map..
www.inthessaloniki.com/en/white-tower-museum#prettyPhoto
I ran today the new update you released and now no map is working my site..
For ex. check this page.. In the bottom should me a map..
www.inthessaloniki.com/en/white-tower-museum#prettyPhoto
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
10 years 8 months ago - 10 years 8 months ago #4670
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic No maps after the update
Hi.
Do you have last versions of component, module
I saw you publish map by module.
If you have last versions, get from JED last version of module, and reinstall it. Module does not contains any data, therefore uninstall and install again.
It is very strange, because I didn't see 2 divs - for map container, and for credits information.
I didn't understand, that one div (div id="GMapsLoading") is added into page body, but previous line of code, which adds the other div(div id="GMapsCredit") is not executed.
May be you have modified version of my extension, but not mine.
If problem is still exists I need access to admin panel (to check map settings) to find out this "bug".
You can mail me ZhukDL@gmail.com
Do you have last versions of component, module
I saw you publish map by module.
If you have last versions, get from JED last version of module, and reinstall it. Module does not contains any data, therefore uninstall and install again.
It is very strange, because I didn't see 2 divs - for map container, and for credits information.
I didn't understand, that one div (div id="GMapsLoading") is added into page body, but previous line of code, which adds the other div(div id="GMapsCredit") is not executed.
May be you have modified version of my extension, but not mine.
If problem is still exists I need access to admin panel (to check map settings) to find out this "bug".
You can mail me ZhukDL@gmail.com
Don't forget support my developments: post review in JED , donate , help with translation
Last edit: 10 years 8 months ago by Dima.
Please Log in or Create an account to join the conversation.
- kampats
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 29
- Thank you received: 0
10 years 8 months ago #4680
by kampats
Replied by kampats on topic No maps after the update
Hi. I surely have your extension and I am using it over a year now.
The problem occured after the last update. I use joomla update panel to update any extension.
I just sent you an email with admin panel username pass and cpanenls...
Hope you can solve it because I have over 100 map using!
The problem occured after the last update. I use joomla update panel to update any extension.
I just sent you an email with admin panel username pass and cpanenls...
Hope you can solve it because I have over 100 map using!
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
10 years 8 months ago #4681
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic No maps after the update
Hi.
I fixed only for you
The main thing - You have to think what other extension do you install.
The main problem is - if in page source the empty divs exists - it is removed!!!
Example.
I create source text
You expect, that all OK, BUT
the result page is
Today I've added empty paragraph into map div section
Now map displayed! But you have to find out what system plugin remove empty divs, because it is not normal behavior. Disable this plugin and install over the last version of my module (without this empty paragraphs)
I fixed only for you
The main thing - You have to think what other extension do you install.
The main problem is - if in page source the empty divs exists - it is removed!!!
Example.
I create source text
Code:
<div id="X1"><p>Hello</p></div>
<div id="Map"></div>
<div id="X2"><p>world</p></div>
the result page is
Code:
<div id="X1"><p>Hello</p></div>
<div id="X2"><p>world</p></div>
Today I've added empty paragraph into map div section
Code:
<div id="X1"><p>Hello</p></div>
<div id="Map"><p></p></div>
<div id="X2"><p>world</p></div>
Now map displayed! But you have to find out what system plugin remove empty divs, because it is not normal behavior. Disable this plugin and install over the last version of my module (without this empty paragraphs)
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.
- kampats
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 29
- Thank you received: 0
10 years 8 months ago #4684
by kampats
Replied by kampats on topic No maps after the update
That was awesome. It is for sure that i will donate when my website get a cent of income.
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
10 years 8 months ago #4685
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic No maps after the update
Post there what plugin did it
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.222 seconds