Hide Category Column on a Specific Map

New home Forums Pro Add-on General queries Hide Category Column on a Specific Map

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #76751
    sdye74103
    Participant

    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.
    #76806
    Matthew
    Moderator

    Hi 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,
    Matthew

    #76841
    sdye74103
    Participant
    This reply has been marked as private.
    #76852
    Matthew
    Moderator

    Hi 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,
    Matthew

    #76870
    sdye74103
    Participant

    That worked PERFECTLY. Thank you!

    #76873
    Matthew
    Moderator

    Hi 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,
    Matthew

    #76891
    sdye74103
    Participant

    Done! Thanks again!

    #76899
    Matthew
    Moderator

    Hi 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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.