• Resolved vandehee

    (@vandehee)


    Hello goodday,

    Do you have also a css code for hide only the tab: website url, for not registered persons…

    Kind regard!!

    The page I need help with: [log in to see the link]

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Support Ali Akbar Reyad

    (@alireyad)

    Hi,
    Did not understand clearly. Only the tab means? Do you want to hide it on tab device for unregistered user?

    Thread Starter vandehee

    (@vandehee)

    yes on the placed listings, hide the website url from visitors who are not logged in

    Plugin Support Ali Akbar Reyad

    (@alireyad)

    Hi,
    Better way to do with hook. No worries, you can handle with CSS also. Add following css in child theme or Appearance -> Customize -> Additional CSS

    .listing-sidebar .rtcl-website.list-group-item {
    display: none;
    }
    .logged-in .listing-sidebar .rtcl-website.list-group-item {
    display: block;
    }

    Thank you

    Thread Starter vandehee

    (@vandehee)

    yess thanks!!!!

    Thread Starter vandehee

    (@vandehee)

    And do you have the css code for hide the phonenumber on listings from visitors who are not logged in?

    Thread Starter vandehee

    (@vandehee)

    And do you have the css code for hide the phonenumber from advertisers at listings for visitors who are not logged in?

    Plugin Support Ali Akbar Reyad

    (@alireyad)

    Hi,
    Need to add CSS based on theme. Please, create ticket from our site for theme related help.

    Thank you

    Thread Starter vandehee

    (@vandehee)

    i mean on the placed listings, hide the watsapp number for visitors who are not logged in.. is there a css for? you give me also the ccs code for hide the website url..

    Plugin Support Ali Akbar Reyad

    (@alireyad)

    Hi,
    Could you share any link where available WhatsApp number?

    Thread Starter vandehee

    (@vandehee)

    yes on this link you can see the phonenumber:

    Mw (woonkraam.com)

    You will see the telephone number of my advertiser under information. I want to hide this from visitors who have not registered and are not logged in to my website.. Do you have a css for this for at custumizer?

    Thread Starter vandehee

    (@vandehee)

    ??

    Plugin Support Ali Akbar Reyad

    (@alireyad)

    Hi,
    Add following css in child theme or Appearance -> Customize -> Additional CSS

    .listing-sidebar .reveal-phone.list-group-item {
    display: none;
    }
    .logged-in .listing-sidebar .reveal-phone.list-group-item {
    display: block;
    }

    Thank you

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘css for hide link website for not registered persons’ is closed to new replies.