+ Reply to Thread
Page 7 of 7 FirstFirst ... 567
Results 61 to 67 of 67

Thread: We demand an official technical support to hide the phone number !

  1. #61
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Maybe you did something wrong,

    if you have support you can create a ticket and we'll help you

  2. #62
    Junior Member
    Join Date
    Jul 2020
    Posts
    3
    Good day All,
    Please how do one hide Phone Number on Contact Details for Visitors not login? In Your escort demo, I can see visitors cant see the phone number on contact details for escort.

    Thanks.

  3. #63
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    Hello,

    You can achieve it by using membership plans (Basic Settings > Accounts > Membership plans > enable)

  4. #64
    Junior Member
    Join Date
    Jul 2020
    Posts
    3
    Quote Originally Posted by Rudi View Post
    Hello,

    You can achieve it by using membership plans (Basic Settings > Accounts > Membership plans > enable)
    My membership plans are enable and even when i create a plan that view contact is uncheck, the phone number still display to the user.

  5. #65
    Flynax developer Rudi's Avatar
    Join Date
    Dec 2014
    Location
    Planet Earth
    Posts
    3,138
    You'd better create a ticket to check the issue

  6. #66
    Senior Member
    Join Date
    May 2020
    Posts
    182
    will this code hide the phone number with a box and when you click on it it shows the phone ?
    if yes!
    please can someone tell me if it work also with general_nova template and where to set this code


    thanks


    <script>
    {literal}
    $(document).ready(function(){
    var phones = $('div[id*="phone"] .value a');

    $(phones).each(function(){
    var phone = $(this);
    var default_value = phone.text();
    var text = {/literal}'{$lang.click_to_view}'{literal};

    phone.text(text).removeAttr('href').toggleClass('m ask_number');
    phone.css('cursor', 'pointer').css('display', 'block');

    $(phone).filter('.mask_number').click(function(sho w){
    $(this).text(default_value);
    $(this).attr('href', 'tel:' + default_value).toggleClass('mask_number');

    show.preventDefault();
    $(phone).unbind('click').bind('click');
    });
    });
    });
    {/literal}
    </script>

  7. #67
    Navigate to templates/YOURTEMPLATE/tpl/blocks/listing_details_seller.tpl
    Add the code at the bottom.


    The code below will hide the number with a text.

    Code:
    Only registered members can view the code.
    But if you wait some more days/weeks it will be come as an option to the script in the new update.
    Classifieds Site: Annonssida
    Other Site: SEO

+ Reply to Thread