Home › Forums › MapPress Support › How to show the list of markers NEXT to the map? › Reply To: How to show the list of markers NEXT to the map?
@Synavista, thanks for sharing your solution! I have one thing to add: if you’re using the 2.38.x beta versions, you can modify the position of the POI list by doing this:
1) Find the file map_layout.php
in the folder /pro/templates
inside the MapPress directory.
2. Copy map_layout.php
to your theme directory or child theme directory.
3. Edit the file
I don’t have an example layout yet with the list on the side but I thought I’d mention the layout file because it lets you avoid having the changes overwritten during upgrades.
In the latest betas, you can also place a mappress.css
file in your theme directory (containing just the styles you want to override), and thus prevent having it overwritten as well.
It’s of course better to use a child theme, otherwise the theme itself will delete the directory when it’s upgraded.
Thanks again for sharing.