https://bezdechu.pl/?page_id=15093&preview=true is not found.
Try to play with https://github.com/garex/wp-testing/blob/368b6ae10f009443e4cc8ba2675c7589433fe7b5/src/Template/Test/Passer/fill-form.php
For example, override it in your theme with empty content or with content “WTF” and see what will happens.
It shouldn’t broke existing layout — it only adds two divs on content place.
OK.
https://bezdechu.pl/test-1/ – first link, online now.
In pages without test i have: https://bezdechu.pl/o-mnie/
In code it seems OK, div are ok, so I dont understand how this problem is.
I try to override files.
Override not working. I think that is not div problem. Maybe classes? I dont know how to divide div to columns, but this behviour looks like this.
Och, i saw another problem – on mobile devices i cant mark options in test. I think i have a transparent div on page, and i dont know from. In other pages (without test) it seems to be ok.
on mobile devices i cant mark options in test
It’s something familiar. It could be some plugin’s css.
But you should debug your theme by yourself. Or find someone who is best in CSS/HTML. All those issues seems like basic one.
It looks like the “content” class is duplicating with my template class (hehe, “content” too). I will change classes names in plugin. 🙂
@starlift beware changing em in plugin.
As on next release/hotfix those changes will be overriden.
Change em in overriden template.
I made changees in fill-form.php
div="content"
to div="content1"
and it works 🙂
and looks fine for me:
https://bezdechu.pl/test/kwestionariusz-jakosci-snu-pittsburgh-psqi/
-
This reply was modified 7 years, 2 months ago by starlift.
-
This reply was modified 7 years, 2 months ago by starlift.
It will broke again after next update. Change this in your theme’s folder.
“It will broke again after next update.”
Yes, I know. Its only temporaly solution, to prove that is class problem.
-
This reply was modified 7 years, 2 months ago by starlift.