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

    (@irenesacchi)

    if you could me the php string to change would be the best. I am getting crazy here ??

    Plugin Author Realtyna

    (@realtyna)

    Hi,

    As you can see, these fields are not deletable. It means they shouldn’t delete because Map activities needed these fields for showing the property marker on the map.

    If you want to hide them from single property page, you can run these queries on your database.

    UPDATE wp_wpl_dbst SET pshow='0' WHERE id='51';
    UPDATE wp_wpl_dbst SET pshow='0' WHERE id='52';

    We will enabled edit option for these fields in next update and after that you can change detail page status from Flex backend.

    Regards,
    Realtyna support team

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Longitude-latitude’ is closed to new replies.