New home › Forums › Pro Add-on › order heading listing Column
- This topic has 21 replies, 1 voice, and was last updated 2 weeks, 3 days ago by Steven.
-
AuthorPosts
-
September 9, 2020 at 10:16 am #60779maroParticipant
hi Dylan,
i have found this solution but i dont know if it is the best or not.var labelMore = "Fiche WPGMZA.AdvancedTableDataTable.prototype.getDataTableSettings = function() { var settings = parent.apply(this, arguments); settings.columnDefs = [{ "render": function ( data, type, row ) { if ( row[5].length == 0){ return data; }else{ return row[5].replace('More Details',labelMore ); } }, "targets": 5 },]; return settings; }
September 9, 2020 at 3:52 pm #60782[email protected]MemberHi Maro,
Thanks and sorry for the delay.
That looks great, and looks like a good solution and seems to work correctly on my side.
Is it working correctly for you?
Best regards,
DylanSeptember 10, 2020 at 9:09 am #60791maroParticipanthi Dylan,
Yes it is work correctly. Thanks againSeptember 10, 2020 at 9:25 am #60792[email protected]MemberHi Maro,
That is great to hear.
Please let me know if there is ever anything else I can assist you with.
Kindest regards,
DylanSeptember 11, 2020 at 9:02 am #60813maroParticipantHi Dylan,
How we can duplicate the map ?
I want to use the same map (with ID diffrente) and change some information.
I dont want to repeat again the data form zero.
ThanksSeptember 11, 2020 at 9:33 am #60814[email protected]MemberHi Maro,
The map can be duplicated using the ‘Duplicate’ button which should be displayed when viewing the map list.
Please let me know if this helps.
Thanks.
Best regards,
DylanSeptember 11, 2020 at 10:43 am #60816maroParticipantHi,
when i click the btn ‘Duplicate’ or ‘corbielle” nothing happensSeptember 11, 2020 at 3:33 pm #60819[email protected]MemberHi Maro,
Thanks for the response.
It sounds like this might be due to a JavaScript error on the page.
Could I kindly ask if you could send me a screenshot of the JavaScript console by right-clicking on the page and clicking ‘Inspect Element’ and then clicking on the ‘Console’ tab?
This will help a lot in finding the cause of the issue and a solution.Thanks for your time.
Best regards,
DylanSeptember 24, 2020 at 5:55 pm #60901maroParticipantHi Dylan,
I come back to you, because I had a bug in the migration to production level
the url of the icon is the old one.
Best regards,September 24, 2020 at 6:22 pm #60902maroParticipantxxx/wp-content/plugins/wp-google-maps/images/spotlight-poi2.png
September 25, 2020 at 9:38 am #60911[email protected]MemberHi Maro,
Thanks for the response and information.
Regarding the duplicate map issue, this has been identified as a bug in the plugin which will be fixed in the next release.
To fix it in the meantime, could I kindly ask if you could send me an email to my email address [email protected] so I can send you the updated version to fix that?
Regarding the issue with the marker icon after migration, could I kindly ask if you could send me a link to the new website so that I can take a closer look to find a solution?
Do the markers on the original server uploaded per marker or is it set to use the icons of the categories?Thanks for your time and I look forward to hearing back from you.
Best regards,
DylanSeptember 25, 2020 at 11:12 am #60915maroParticipantHi Dylan,
Thanks, i will send you a email for the plguin.September 25, 2020 at 3:21 pm #60918[email protected]MemberHi Maro,
Thanks for the email and information.
I have responded to the email and sent the updated versions.
Regarding the marker icon, could I kindly ask to confirm which method or plugin you used for migration?
For the markers, did you export and import the CSV file or did you use a plugin to migrate the markers and other data?
Thanks.
Best regards,
DylanSeptember 25, 2020 at 5:36 pm #60921maroParticipantHi Dylan,
I don’t know if the google API key has an effect or not
because the API key of online site is the same as the key in preproduction.for both questions I will answer you as soon as I have had answers because it is not me who made the migration
Best regards,
MaroSeptember 29, 2020 at 8:18 am #60945[email protected]MemberHi Maro,
Thank you very much and I look forward to your response.
I don’t believe the Google API key would affect the marker as the marker icons are saved in the database on the server and should have been copied if migrated directly.
Thank you so much for your time.
Kindest regards,
Dylan -
AuthorPosts
- You must be logged in to reply to this topic.