chrome scrolling bug
-
- User ww
- Posts: 33
- Joined: Wed Jul 25, 2018 6:44 pm
chrome scrolling bug
I have finally installed the forum correctly. but with my theme, "eles", it does not allow me to move with the mouse wheel in chrome. I can scroll perfectly in firefox and with the default phpbb theme too. what can i do? thanks!
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: chrome scrolling bug
sorry for delay on approve this first post by you, i've see it now: after the first approved you' are free to post into any forum without restrictions.
About the question, have you this online? If yes link the site please.
About the question, have you this online? If yes link the site please.
-
- User ww
- Posts: 33
- Joined: Wed Jul 25, 2018 6:44 pm
Re: chrome scrolling bug
okis no problem so:
yesterday I was all day configuring and investigating the plugin and these are the doubts that I still have and I cant find the solution:
1. the iframe scrolling issue in chrome (only with eles theme)
2. iframe don't fit well in the bottom. there are a white stripe under the bottom of the forum (this happens with all themes and only in iframe page)
3. when i log-in from the iframe page, log-ins successfully first but then automatically refresh the page and logout, so i can't log-in from the phpbb iframe page.
about question 3, my wish is to use this plugin (https://es.wordpress.org/plugins/ajax-l ... dal-popup/) to login from my wordpress menu. It works fine, i can login and register in the wp menu and log-out from phpbb iframe, but I would need to make the log-in and registry work in phpbb too or remove the reg & login links in phpbb iframe and keep only the logout link (because the ajax plugin don't have logout option)
in having issues with all of this. for example, in chrome i can login perfectly in wp with the ajax plugin but not with your login widget. and right now in firefox i can't login in any way...
thanks for the help, im amazed with the plugin
my sites: (wordpress page) and (forum subdomain)
yesterday I was all day configuring and investigating the plugin and these are the doubts that I still have and I cant find the solution:
1. the iframe scrolling issue in chrome (only with eles theme)
2. iframe don't fit well in the bottom. there are a white stripe under the bottom of the forum (this happens with all themes and only in iframe page)
3. when i log-in from the iframe page, log-ins successfully first but then automatically refresh the page and logout, so i can't log-in from the phpbb iframe page.
about question 3, my wish is to use this plugin (https://es.wordpress.org/plugins/ajax-l ... dal-popup/) to login from my wordpress menu. It works fine, i can login and register in the wp menu and log-out from phpbb iframe, but I would need to make the log-in and registry work in phpbb too or remove the reg & login links in phpbb iframe and keep only the logout link (because the ajax plugin don't have logout option)
in having issues with all of this. for example, in chrome i can login perfectly in wp with the ajax plugin but not with your login widget. and right now in firefox i can't login in any way...
thanks for the help, im amazed with the plugin
my sites: (wordpress page) and (forum subdomain)
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: chrome scrolling bug
about chrome that not scroll, js console log say this:
page-forum.php (created or copied into your wp template folder:
check for this on code:
about:
check the install help page where:
phpBB cookie SETTING
set the cookie value as
.neomundos.net
if it isn't already.
Let know!
about iframe not fit, openSmoothScroll.js?assets_version=15:1 [Violation] Added non-passive event listener to a scroll-blocking 'wheel' event. Consider marking event handler as 'passive' to make the page more responsive. See https://www.chromestatus.com/feature/5745543795965952
page-forum.php (created or copied into your wp template folder:
check for this on code:
Code: Select all
// heightCalculationMethod: 'bodyOffset', // If iframe not resize correctly, un-comment (or change with one of others available resize methods)
// see: https://github.com/davidjbradshaw/iframe-resizer#heightcalculationmethod
explained the process is this: you login in phpBB that release the cookie, that is recognized by phpBB ... after short time, based on server speed, the wordpress receive via js the input to reload, so wordpress should read the phpBB cookie at this time and login the user also in WP, but in your case wordpress (the plugin) fail on read this cookie and log you out: have you set it up to be available over all the domain?when i log-in from the iframe page, log-ins successfully first but then automatically refresh the page and logout, so i can't log-in from the phpbb iframe page.
check the install help page where:
phpBB cookie SETTING
set the cookie value as
.neomundos.net
if it isn't already.
Let know!
- axew3
- w3all User
- Posts: 2883
- Joined: Fri Jan 22, 2016 5:15 pm
- Location: Italy
- Contact:
Re: chrome scrolling bug
p.s i've give it a test registering into your site:
the phpBB cookie isn't released onlogin by your phpBB: have you setup phpBB to release cookies? Check ACP about cookies and why aren't released, you're maybe using another auth setting?
the phpBB cookie isn't released onlogin by your phpBB: have you setup phpBB to release cookies? Check ACP about cookies and why aren't released, you're maybe using another auth setting?
-
- User ww
- Posts: 33
- Joined: Wed Jul 25, 2018 6:44 pm
Re: chrome scrolling bug
aaah! now login and register works so well.. awesome! thanks to that p.s., i saw the 'safe cookie' option in ACP was enabled by default, and my site does not have ssl. option disabled and immediately all working perfectly. i have one ssl license in my hosting but i dont know how to link to my site lol but thats another problem. so point 3 solved!
1. i understand the problem but im not a programmer, in practice i only understand little things based in logic. i have attached the 2 smoothscroll files from the js folder inside 'eles' theme, just in case but i dont know how to passive the event handler
2. i tried with all the resizer options but nothing works. i dont know if i have to wait to see the changes, i have a clear cache button to push and refresh but nah. i have the footer bar of my wp theme disabled so i have enabled it to see what happens. the footer appears but the white stripe still remains between the iframe and the footer...
thanks for the support!
1. i understand the problem but im not a programmer, in practice i only understand little things based in logic. i have attached the 2 smoothscroll files from the js folder inside 'eles' theme, just in case but i dont know how to passive the event handler
2. i tried with all the resizer options but nothing works. i dont know if i have to wait to see the changes, i have a clear cache button to push and refresh but nah. i have the footer bar of my wp theme disabled so i have enabled it to see what happens. the footer appears but the white stripe still remains between the iframe and the footer...
thanks for the support!
- Attachments
-
- SmoothScroll.rar
- (5.8 KiB) Downloaded 191 times