AI Search
Classic Search
 Search Phrase:
 Search Type:
Advanced search options
 Search in Forums:
 Search in date period:

 Sort Search Results by:

Filter by custom fields

Topic prefix

AI Assistant
Notifications
Clear all

[Closed] disable sidebar and statistic on login and register

2 Posts
2 Users
1 Reactions
1,650 Views
olpo24
Posts: 11
Topic starter
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@olpo24)
Eminent Member
Joined: 5 years ago
[#16992]

Hi,

is there any way to disable the sidebar and the statistic form login an registration page?

Kind regards,

Ole


1 Reply
Posts: 993
Moderator
Translate
English
Spanish
French
German
Italian
Portuguese
Russian
Chinese
Japanese
Korean
Arabic
Hindi
Dutch
Polish
Turkish
Vietnamese
Thai
Swedish
Danish
Finnish
Norwegian
Czech
Hungarian
Romanian
Greek
Hebrew
Indonesian
Malay
Ukrainian
Bulgarian
Croatian
Slovak
Slovenian
Serbian
Lithuanian
Latvian
Estonian
(@martin)
Support Team
Joined: 10 years ago

Hi @olpo24,

Insert this CSS code in Dashboard > Forums > Settings > Styles > Custom CSS Code textarea, save it, delete all caches, go to forum front-end and press Ctrl+F5:

#wpforo-wrap.wpft-login .wpforo-content,
#wpforo-wrap.wpft-register .wpforo-content{
    width: 100%!important;
}
#wpforo-wrap.wpft-login .wpforo-right-sidebar,
#wpforo-wrap.wpft-register .wpforo-right-sidebar{
    display:none!important;
}
#wpforo-wrap.wpft-login  #wpforo-footer,
#wpforo-wrap.wpft-register  #wpforo-footer{
   display:none!important;
}

Share: