• Resolved rhaims

    (@rhaims01)


    Can the title(heading) above the category filter be changed. Is seems to be by default “Filter by Category” Id like it to say something like “Filter Assets by Category”

    Thank You in Advance

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Suzie

    (@suziekh)

    Hello,

    Could you please add the URL and attach the screenshot of the title you need to change?

    Thank you!

    Thread Starter rhaims

    (@rhaims01)

    https://www.conedenergy.com/asset-map/

    Could not find a way to attach screen shot but where it says “Filter by Category” above the map. Id like it to say “Filter by Asset Category”

    Plugin Support Suzie

    (@suziekh)

    Hi @rhaims01,

    Thanks for adding the URL.

    We will try to help you and will post the solution soon.

    Thank you for understanding.

    Plugin Support Suzie

    (@suziekh)

    Hi,

    Please try one of the following solutions.

    1. Use POedit for translation.
    2. If you have a default section of adding js, add the code below

    jQuery(document).ready(function(){
    jQuery(".gmwd_categories_container h4").text("Filter by Asset Category");
    });

    3.Make the modifications directly from the code. Search in the following file \wd-google-maps\frontend\views\GMWDViewFrontendMap.php and make the changes

    Thanks and have a nice day!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Catergory FIlter Title’ is closed to new replies.