Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter rakesh1974

    (@rakesh1974)

    I tried in page sl-functions.php

    1) I add this line on line 1957
    <tr id=’cm_mapTR’ style=”display: none;”>

    2) but i get this error for the above change
    Parse error: syntax error, unexpected ‘display’ (T_STRING) in /wp-content/plugins/store-locator/sl-functions.php on line 1957

    3) also then even tried to add this line in theme custom css
    .cm_mapTR {display: none !important;}
    But nothing seems to work

    Please help

    Thread Starter rakesh1974

    (@rakesh1974)

    ok found it
    <tr id=’cm_mapTR’ style=’display:none;’>

    Mind the double inverted commas to single

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Remove Listings under Map’ is closed to new replies.