by axew3 » Thu Aug 22, 2024 7:20 am
Update to use the shortcode in place of page-forum:
remove the
page-forum.php from your template folder or rename it in something else.
Add the shortcode into the page like this:
.
Code: Select all
[w3allphpbbiframe wp_page_name="forum" wp_page_iframe_top_gap="300"]
adjust after the top gap reposition, as you'll like, increasing value or decreasing as necessary. At moment just put like this.
Then into the plugin admin page, under
The (awesome) iframe template integration using shortcode option, put
forum
and save.
Now open up your page forum to see that it is working.
https://www.axew3.com/w3/2022/02/the-aw ... shortcode/
If not and anyway:
...but, the iframe resizer files lately changed, so you should also:
update your
overall_footer.html code to the latest and use new
overall_footer.html code and the new
iframe-resizer.child.js file.
Just follow the
overall_footer.html code instructions step by step as ever here, and you'll update:
https://www.axew3.com/w3/2020/01/phpbb- ... iframe-v5/
Recompile the phpBB template after finished edits!
Let know!
Update to use the shortcode in place of page-forum:
remove the [i]page-forum.php[/i] from your template folder or rename it in something else.
Add the shortcode into the page like this:
.[code][w3allphpbbiframe wp_page_name="forum" wp_page_iframe_top_gap="300"][/code]
adjust after the top gap reposition, as you'll like, increasing value or decreasing as necessary. At moment just put like this.
Then into the plugin admin page, under [size=120]The (awesome) iframe template integration using shortcode[/size] option, put
[b]forum[/b]
and save.
Now open up your page forum to see that it is working.
https://www.axew3.com/w3/2022/02/the-awesome-iframe-template-integration-using-shortcode/
If not and anyway:
...but, the iframe resizer files lately changed, so you should also:
update your [i]overall_footer.html[/i] code to the latest and use new [b]overall_footer.html[/b] code and the new
[b]iframe-resizer.child.js[/b] file.
Just follow the [i]overall_footer.html[/i] code instructions step by step as ever here, and you'll update:
https://www.axew3.com/w3/2020/01/phpbb-wordpress-template-integration-iframe-v5/
Recompile the phpBB template after finished edits!
Let know!