I uninstalled the google maps plugin but the {jamap} tag remains on the contact page as you can see from the attached screenshot. How to remove it?

    Hi lableo,
    You can add the following CSS code to the Site template Styles > JA Vitality - Default > Tools > Custom CSS

    .area-map {
        display: none;
    }

    Or go to the /templates/ja_vitality/html/com_contact/contact/default.php file. line 364
    and remove the following code:

        <div class="row">
          <div class="col-12 col-lg-12 area-map">{jamap}</div>
        </div> 
    3 months later
    Write a Reply...
    You need to Login to view replies.