annevoelkel
Forum Replies Created
-
Forum: Plugins
In reply to: [Open User Map] Marker search replacing umlauts ?, ?, ü with ae, oe, ueHi Daniel,
great!Best regards Anne
Forum: Plugins
In reply to: [Open User Map] Public pages for selected locations onlyHi Daniel,
thanks for the tip and I’ll try the customization.
Best regards AnneForum: Plugins
In reply to: [Open User Map] Language filtering of marker search resultsHi Daniel,
thanks for your great support and I look forward to the next update.
Best regards AnneForum: Plugins
In reply to: [Open User Map] translate placeholder text in Search for Address (Geosearch)Hi Daniel,
sorry for the late reply. Unfortunately, I have not found the translation for the placeholder text. When I customize the label, it only appears in one language.
Best regards Anne
Forum: Plugins
In reply to: [Open User Map] https://numismatic-directory.comHi Daniel,
thank you very much for your recommendation. I’ve already imported locations with empty adress fields but with coordinates and that works.Best regards
AnneForum: Plugins
In reply to: [Open User Map] Performance problems when loading the mapHello Daniel,
thank you very much for your advices. We’ve installed a caching plugin and after the initial load the map loads quick. Perhaps there is a conflict between OUM and our theme Enfold. On another site using theme Total the OUM map loads quickly with more than 1.000 locations and 5 categories without a caching plugin.
Best regards Anne
Forum: Plugins
In reply to: [Open User Map] Performance problems when loading the mapHi Daniel,
thanks for your reply. As an alternative solution to the performance problem I tryed to add this recommended java script (https://www.open-user-map.com/knowledge-base/trigger-map-actions-with-javascript/#activate-deactivate-a-marker-category) to the Custom JS:// Function to get the value of a specific URL parameter function getQueryParam(param) { const urlParams = new URLSearchParams(window.location.search); return urlParams.get(param); } // Get the 'oum-category' parameter value from the URL const categoryNumber = getQueryParam('oum-category'); // Check if the 'oum-category' parameter is present if (categoryNumber !== null) { // Click all categories first document.querySelectorAll('.oum-filter-list label').forEach((category) => { category.click(); }); // Click specifically on the label based on the 'oum-category' value // Convert categoryNumber to a 1-based index for :nth-child() selector const categoryIndex = parseInt(categoryNumber, 10); if (!isNaN(categoryIndex)) { // Ensure categoryNumber is a valid number const targetLabel = document.querySelector(
.oum-filter-list label:nth-child(${categoryIndex})
); if (targetLabel) { targetLabel.click(); } else { console.error('Specified category index is out of range.'); } } else { console.error('Invalid category number specified in the URL parameter.'); } }The script doesn’t work even when I add ?oum-category=3 to the page load:
https://neu.muenzenwoche.de/institutionen/?oum-category=3Any idea?
Best regards AnneForum: Plugins
In reply to: [Open User Map] multiple marker categories and custom marker iconsHi Daniel,
stacked icons with primary marker category on top would be awesome. Thanks for your replies and I’ll use only single categories because custom icons are essentiell for my purposes.
Best regards
AnneForum: Plugins
In reply to: [Open User Map] Custom marker icons are not displayed in locations backendHallo Daniel,
das ist eine gro?artige Neuerung! Leider werden meine sch?nen induividuellen Marker nicht mehr übernommen sondern nur der allgemeine Marker. Ich habe eine neue Location mit zwei Markerkategorien angelegt, da kannst du das sehen: https://neu.muenzenwoche.de/oum-location/test-location/ und https://neu.muenzenwoche.de/Institutionen/In den Settings der Marker Kategorien k?nnen wie gehabt individuelle Icons geladen werden, die aber leider nicht angezeigt werden. Kannst du das noch ?ndern oder wo kann ich die einstellen?
Viele Grü?e
Anne