Import gpx
- Dima
- Offline
- Platinum Member
Less
More
4 years 3 months ago #13792
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic Import gpx
Hi Clemens
I checked, and I think it is bug in library, that I use to display elevation.
I'll contact with developer to try to fix this error. It caused by a few maps with elevation on page.
I checked, and I think it is bug in library, that I use to display elevation.
I'll contact with developer to try to fix this error. It caused by a few maps with elevation on page.
Don't forget support my developments: post review in JED , donate , help with translation
The following user(s) said Thank You: ClemSchn
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
4 years 3 months ago #13793
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic Import gpx
Hi Clemens
Check new release of component in extension manager, in admin panel press Menu->Extensions->Manage->Update.
Press Clear, Find Updates. Select my component and press Update
It will fix your problem
Check new release of component in extension manager, in admin panel press Menu->Extensions->Manage->Update.
Press Clear, Find Updates. Select my component and press Update
It will fix your problem
Don't forget support my developments: post review in JED , donate , help with translation
The following user(s) said Thank You: ClemSchn
Please Log in or Create an account to join the conversation.
- ClemSchn
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 37
- Thank you received: 0
4 years 3 months ago #13794
by ClemSchn
Replied by ClemSchn on topic Import gpx
Hello Dima,
yes it is fixed.
Another question i want a little white soace between the maps an the elevators. In which css i have to do an entry, so that it will not be changed with the next update?
Regards
Clemens
yes it is fixed.
Another question i want a little white soace between the maps an the elevators. In which css i have to do an entry, so that it will not be changed with the next update?
Regards
Clemens
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
4 years 3 months ago #13795
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic Import gpx
Hi.
You can easy add into your template CSS file styles to do that. In this case new version will not override your styles.
For example I show it
Before
You can see that elevation div has styles "elevation elevation-div elevation-detached"
After you can apply style like
As result
You can easy add into your template CSS file styles to do that. In this case new version will not override your styles.
For example I show it
Before
You can see that elevation div has styles "elevation elevation-div elevation-detached"
After you can apply style like
Code:
.elevation-detached {
padding: 10px 0 0 0;
}
As result
Don't forget support my developments: post review in JED , donate , help with translation
The following user(s) said Thank You: ClemSchn
Please Log in or Create an account to join the conversation.
- ClemSchn
- Topic Author
- Offline
- Junior Member
Less
More
- Posts: 37
- Thank you received: 0
4 years 3 months ago #13796
by ClemSchn
Replied by ClemSchn on topic Import gpx
Thank you. I try it.
If i want do change other styles i this at the same way? Is that correct? Do you have any description for changing css styles?
Regards Clemens
If i want do change other styles i this at the same way? Is that correct? Do you have any description for changing css styles?
Regards Clemens
Please Log in or Create an account to join the conversation.
- Dima
- Offline
- Platinum Member
4 years 3 months ago #13797
by Dima
Don't forget support my developments: post review in JED , donate , help with translation
Replied by Dima on topic Import gpx
I think yes.
I use external library for plot elevation diagram, therefore I don't know all css styles in it, and what you can control.
But if you will have some troubles, you can post me to check. Probably in some cases I need to do something that you want to get.
I use external library for plot elevation diagram, therefore I don't know all css styles in it, and what you can control.
But if you will have some troubles, you can post me to check. Probably in some cases I need to do something that you want to get.
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.234 seconds