- Posts: 1
- Thank you received: 0
How to put map on top of article k2?
- khactrong
- Topic Author
- Offline
- New Member
-
Less
More
6 years 11 months ago #2206
by khactrong
How to put map on top of article k2? was created by khactrong
Now, the map show in bottom of article.
In addition, maybe zoommin, zoommax not working?
In addition, maybe zoommin, zoommax not working?
Please Log in or Create an account to join the conversation.
- Mohamed Abdelaziz
-
- Offline
- Moderator
-
6 years 11 months ago - 6 years 11 months ago #2207
by Mohamed Abdelaziz
Replied by Mohamed Abdelaziz on topic How to put map on top of article k2?
Hello Nguyen
To display the map on top of article, you need to edit the item.php template file of K2
Find this code snippet, and move it to where you need the map to be displayed:
For the min/max zoom issue, I will have a look asap.
To display the map on top of article, you need to edit the item.php template file of K2
Find this code snippet, and move it to where you need the map to be displayed:
Code:
<!-- K2 Plugins: K2AfterDisplayContent -->
<?php echo $this->item->event->K2AfterDisplayContent; ?>
For the min/max zoom issue, I will have a look asap.
Last edit: 6 years 11 months ago by Mohamed Abdelaziz.
The following user(s) said Thank You: giocar999
Please Log in or Create an account to join the conversation.
- Mohamed Abdelaziz
-
- Offline
- Moderator
-
6 years 11 months ago #2208
by Mohamed Abdelaziz
Replied by Mohamed Abdelaziz on topic How to put map on top of article k2?
Hello Nguyen,
Please download the v1.0.1 release, it will fix the min/max zoom issue.
Please download the v1.0.1 release, it will fix the min/max zoom issue.
Please Log in or Create an account to join the conversation.