Hello!
I am trying to use integrators Pixopoint Theme with WordPress and phpBB.
I have a problem … when I open the file chunk1.html with a browser, I see it correctly with the correct style, but when I insert it in the theme Phpbb, style change!
The code I use is this:
<! – PHP -> require (PATH_TO_FOLDER. ‘/ chunk1.html’); <! – ENDPHP ->
Why? sorry for my English but I use google translate …
Thank you, Roberto.
Hi,
You will be inserting the HTML at the wrong point in your phpBB theme.
Good to hear you are actually getting it working though. So many people around here say it doesn’t work at all, so glad to know I’m not insane in thinking it works flawlessly … or at least for some of us ” title=”Smiley” /> (I still have no idea why it doesn’t work at all for some people)
I’m entering the code at the beginning of the file overall_header.html phpbb theme …
is wrong? I think phpbb styles prevail rather than those of chunk1.html file … how can I do?