Viewing 11 replies - 1 through 11 (of 11 total)
  • Plugin Author gVectors Team

    (@gvectors-team)

    The only way is CSS. Put this CSS code in Forums > Settings > Styles > Custom CSS Code textarea, then delete all caches and do Ctrl+F5 on forum front.
    #wpforo-wrap #wpf-pp-site-menu .wpf-pp-menu-item{display:none;}

    • This reply was modified 7 years, 11 months ago by gVectors Team.
    Thread Starter CBServices

    (@cbservices)

    Yes, that worked, but now the first link (forum profile) is not aligned to the right ??

    Plugin Author gVectors Team

    (@gvectors-team)

    Please leave forum URL if you want us to help in CSS. That’s hard imagine what’s going on there.

    Thread Starter CBServices

    (@cbservices)

    Hi,

    You can check here: https://demo.cb-s.nl/dxow/Q&A/profile/CB-Services/
    And the bullets are a bit strange, I cannot give you a login but here’s an image:

    bullet

    As you see, there’s a newline after each bullet… Perhaps a conflicting CSS.

    Thanks in advance!

    • This reply was modified 7 years, 11 months ago by CBServices.
    • This reply was modified 7 years, 11 months ago by CBServices.
    • This reply was modified 7 years, 11 months ago by CBServices. Reason: Better explanation
    Thread Starter CBServices

    (@cbservices)

    Can you help me?

    Plugin Author gVectors Team

    (@gvectors-team)

    Please remove the last CSS code and add this one. Then delete cache and refesh forum page twice:

    #wpforo-wrap #wpf-pp-site-menu{
        display: none;
    }
    Thread Starter CBServices

    (@cbservices)

    Yes, that works great ??
    Do you have a tip for the other question?

    Plugin Author gVectors Team

    (@gvectors-team)

    Please remove this CSS code from your WordPress active theme /themes/dongxioostwest/style.css file.

    input {
        border: 1px solid #efefef;
        height: 40px;
        line-height: 40px;
        padding: 0 10px;
        width: 100%;
    }

    Or try this CSS code, but the first option is better.

    #wpforo-wrap input[type="checkbox"], 
    #wpforo-wrap input[type="radio"]{
    width: auto!important;
    height: inherit!important;
    line-height: inherit!important;
    }
    Thread Starter CBServices

    (@cbservices)

    Wow! This worked great!

    Tnx!!!

    Plugin Author gVectors Team

    (@gvectors-team)

    You’re welcome! If you liked wpForo please leave some good review in plugin review section.
    Thank you!

    • This reply was modified 7 years, 11 months ago by gVectors Team.
    Thread Starter CBServices

    (@cbservices)

    I did do just that ??
    Tnx again!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Disable link to site profile’ is closed to new replies.