Sidebars do not appear.
- patrik69
- User ww
- Posts: 24
- Joined: Wed Jun 08, 2022 3:28 am
Re: Sidebars do not appear.
Thank you, I sent you an email via the contact form.
Sorry for my english, i'm french...
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Sidebars do not appear.
Hello, i have try to login just now at bayonnais, but i encounter a problem onlogin.
When i login in wordpress, but also if i try to login in phpBB before, then i return to wordpress
this happen
Test de sécurité - Security check
then the session reset and the integration plugin fall into this result
Notice: mismatching session OR bruteforce login detected. Please login here again to unlock your account.
Can you please disable the integration plugin bruteforce option
w3all sessions keys Brute Force countermeasure (under w3all preferences)
so that i can may login (or see what it happen)?
Or temporary disable on server the cloudflare(?) security check
Let me know when ready
When i login in wordpress, but also if i try to login in phpBB before, then i return to wordpress
this happen
Test de sécurité - Security check
then the session reset and the integration plugin fall into this result
Notice: mismatching session OR bruteforce login detected. Please login here again to unlock your account.
Can you please disable the integration plugin bruteforce option
w3all sessions keys Brute Force countermeasure (under w3all preferences)
so that i can may login (or see what it happen)?
Or temporary disable on server the cloudflare(?) security check
Let me know when ready
- patrik69
- User ww
- Posts: 24
- Joined: Wed Jun 08, 2022 3:28 am
- patrik69
- User ww
- Posts: 24
- Joined: Wed Jun 08, 2022 3:28 am
Re: Sidebars do not appear.
Have you been able to connect Alessio ?
Normally it's ok, I tested your connection.
Normally it's ok, I tested your connection.
Sorry for my english, i'm french...
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: Sidebars do not appear.
Hello Patrik, late in the night, and just on fly, yes logged and applied but:
https://www.bayonnais.com/bayonnais-forum/
it perfectly work (look the page and how i added the shortcode via elementor (since you use it, or shortcode is not correctly parsed) and look into related integration plugin option how i added bayonnais-forum), anyway, the phpBB template need to be adjusted about width.
Into your phpBB css you have to set the
class wrap or id wrap
so
.wrap OR #wrap selector
the following:
if necessary add !important
(i applied via browser console the inline css, so the result is the one you see in attach)
remember that to apply modifications into phpBB template you have to recompile the template in phpBB
the result (as example) would be this, even there are few things more to adjust (and i think you should remove the server cloudflare security and do instead some other simple thing that i will may suggest you):
without apply the css width, the result will be this (almost on firefox)
https://www.bayonnais.com/bayonnais-forum/
it perfectly work (look the page and how i added the shortcode via elementor (since you use it, or shortcode is not correctly parsed) and look into related integration plugin option how i added bayonnais-forum), anyway, the phpBB template need to be adjusted about width.
Into your phpBB css you have to set the
class wrap or id wrap
so
.wrap OR #wrap selector
the following:
Code: Select all
width:100%;min-width:100%;
(i applied via browser console the inline css, so the result is the one you see in attach)
remember that to apply modifications into phpBB template you have to recompile the template in phpBB
the result (as example) would be this, even there are few things more to adjust (and i think you should remove the server cloudflare security and do instead some other simple thing that i will may suggest you):
without apply the css width, the result will be this (almost on firefox)
- patrik69
- User ww
- Posts: 24
- Joined: Wed Jun 08, 2022 3:28 am