AlfonsoAB
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Receiving 403 Forbidden at codex.www.ads-software.comAny news on the topic?
BTW It works in Palemoon, but it lacks user agents in responsive design mode so it’s a bit unconfortable to use.
Forum: Plugins
In reply to: [Maps Builder - Google Maps Plugin] Major Development Beginning NowGreat, I’ll be waiting for it ??
There is some nice documentation and code here that I’ve used for the example:
https://google-maps-utility-library-v3.googlecode.com/svn/tags/markerclustererplus/2.1.2/docs/reference.html
If you like the checkbox search, it’s a really simple script, here is the dev version and a fiddle.https://chafalladas.com/wp-content/mapas/src/match_markers_clustered_dev.js
Forum: Plugins
In reply to: [Maps Builder - Google Maps Plugin] Major Development Beginning NowHi, are there plans to include clustering?
I’ve done some research to manage markers and clusters, but lack the knowledge to put them into a plugin.
Here is an example of what I’m meaning.
https://chafalladas.com/wp-content/mapas/simple_example.htmlBTW good work.
A really crude workaround i did because in MU I can’t find any plugin settings. Modify the url to fit your necessities and boorkamrk it for future edits.
https://subdomain.yoursite.com/wp-admin/post.php?post=id_number_of_a_mapForum: Plugins
In reply to: [Maps Builder - Google Maps Plugin] Custom Markers UploadI’ve found that putting an img tag into the “Marker Label Data” field puts the image as a custom marker.
The tag works like this:
<img src”yourImageURI” />Also you can put html tags in the “Marker Description” field to personalize the popup info.
There are other fields that I don’t know what they are for.
Forum: Everything else WordPress
In reply to: Error: Missing required field "entry-title".Forum: Themes and Templates
In reply to: Error: Missing required field "entry-title"Check this:
https://www.wpcub.com/fix-missing-required-field-entry-titleupdatehcard-error-in-wordpress/Depending on the theme you can solve it by adding php, shortcodes or maybe in each post.
I solved in atahualpa by adding this in the “kicker”
https://www.wpcub.com/fix-missing-required-field-entry-titleupdatehcard-error-in-wordpress/