Change OSM plugin CSS values
https://github.com/coryasilva/Leaflet.ExtraMarkers
https://github.com/coryasilva/Leaflet.ExtraMarkers
https://wp-osm-plugin.hyumika.com/multiple-markers-with-openstreetmap-in-wordpress/
For osm default lat lon: “wordpres -> wp-content -> plugins -> osm -> osm-config.php” change first couple lines of lat lon
NTU EE2: 25.01856670071457, 121.54203143323836
for osm popup background color, change the file in “wordpress -> wp-content -> plugins -> osm -> CSS” osm_map_v3.css
line #9: background-color: black;
(original was white)
Collapse-pane background shortcode Example
[collapse-pane title=”Heading”]Content[endcollapse-pane] [collapse type=”full” id=”section_id”] [[collapse-pane title=”A light-gray collapsible pane with an apostrophe HTML entity in the heading '” color=”light-gray”] Some interesting content in a light-gray collapsible pane. [endcollapse-pane]]https://www.wpthemeschecker.com/how-do-i-add-a-collapsible-section-in-wordpress/
https://www.library.illinois.edu/wp-training/shortcodes/collapsible-panes-2/
https://www.bates.edu/wordpress/wordpress-101/shortcode-reference/#the-title-bar
Refresh client side cache
Need to figure out how to reload cache
Leave a Reply