New home › Forums › Pro Add-on › General queries › Hide Category Column on a Specific Map
Tagged: advanced table, Hide Column, marker listings
- This topic has 7 replies, 2 voices, and was last updated 5 months, 4 weeks ago by Matthew.
-
AuthorPosts
-
March 20, 2023 at 11:15 pm #76751sdye74103Participant
Love the Pro plugin so far, just having trouble with ONE last thing before I can push a site live.
I have 2 maps with different purposes. I use the Category column in one map (there is global JS to change the name to “Specialty”), but not at all in the second map. I need to hide the Category column in the Advanced Table Marker Listings ONLY for the second map.
I’m fine with editing code, just need to know how to approach this.
Thanks!
Attachments:
You must be logged in to view attached files.March 24, 2023 at 3:04 pm #76806MatthewModeratorHi there,
Thank you for getting in touch with us, we do appreciate your time.
Thank you so much and we are happy that you are enjoying our plugins so far!
You should be able to hide the category column for your second map’s marker listing using some custom CSS code. You may save the respective custom CSS code into the “Custom CSS” setting block (Maps -> Settings -> Advanced Settings/Custom Scripts).
Should you need help with writing the code, please may I ask if you may provide me with the link to your map so that I may take a closer look?
I hope this answers your question?
I look forward to hearing back from you.
Kindest Regards,
MatthewMarch 25, 2023 at 8:46 pm #76841sdye74103ParticipantThis reply has been marked as private.March 27, 2023 at 10:57 am #76852MatthewModeratorHi there,
Thank you so much for your response and the link.
I have written the needed custom CSS code for you below, thus please may you save it into the “Custom CSS” setting block (Maps -> Settings -> Custom Scripts) and confirm if this helps:
#wpgmza_marker_holder_2 th.wpgmza_table_category, #wpgmza_marker_holder_2 tbody .wpgmza_table_category { display: none !important; }
I look forward to hearing back from you.
Kindest Regards,
MatthewMarch 28, 2023 at 6:02 am #76870sdye74103ParticipantThat worked PERFECTLY. Thank you!
March 28, 2023 at 8:38 am #76873MatthewModeratorHi there,
Thank you for getting back to me and most valued time, I tremendously appreciate it!
I am most happy to hear that, and it was my great pleasure assisting you with this.
Please may you kindly consider reviewing our plugin at https://wordpress.org/support/plugin/wp-google-maps/reviews/#new-post?
It would really mean the world to me! And if possible, please could I kindly ask you to mention both your name and mine in the review for administrative purposes as this would be a tremendous help?
Should you ever require any further assistance, I am more than happy to help.
Have a fantastic day further!
Kindest Regards,
MatthewMarch 30, 2023 at 1:53 am #76891sdye74103ParticipantDone! Thanks again!
March 30, 2023 at 9:25 am #76899MatthewModeratorHi there,
Thank you so so much for your kind consideration and review, it really means a lot to me!
Should you require any further assistance, I am more than happy to help.
Have a great day and week further!Kindest Regards,
Matthew -
AuthorPosts
- You must be logged in to reply to this topic.