Plugin to enable Theme Integration
Hi all,
Whilst we await official support for this from the team, I have put together a quick custom plugin that will enable the FluentCommunity header and sidebar across all of your Wordpress pages.
https://acamedia.uk/fluent-community-everywhere.zip
If anyone has time to test and let me know of any bugs that would be great.
FIXED:
Content area scrolling
ADDED:
Global disable/enable
Individual page enable disable
tried, worked but for me it is not usefull not to be able to disable it on single pages .. on my front landing page i don't want to have it.. So it would be good if there would be any mechanism to exclude or include specific pages.
Thomas MelchingerΒ Have updated the link with a new one if you redownload it. In the settings you can exclude pages by ID number.
Ross HoffieΒ your link is http:// not https:// so many browsers block this link. (yes i know it also works with https but maybe you wanna just adapt the posted link)
i use Gutenberg for my main page with a template which brings its custom start page. That start page has no page id (at least i didn't figure out how to find it) so i can't exclude it in the settings.
Also if the plugin is active and i try to go to my Theme -> Customize settings the rendering of the design gets stuck. It works again if i disable the FC Everywhere plugn
Thomas MelchingerΒ I've updated it now if you download again, you can now disable it globally then turn on per page
Ross HoffieΒ thanks... tried.. but the start page is not recognized as a page on line 92 - therefore the exclusion fails and the header is shown.
so i adapted the code this way:
$current_page_id = get_the_ID();
if (!is_page() && $current_page_id!=1) {
return false;
}
now exclusion works for my main page.
Ross HoffieΒ this is a great help, and works for me. I would find it more useful to have it disabled by default on all pages unless the page is specifically activated in the plugin admin area. I am going to try and adapt your code to do that... but I am not great at this, so if you are able to do this that would be a huge help - and I think to others to. It would enable me to have my normal website, but then add extra posts 'directly' into my FC menu and pages.
Paul HopkinsΒ that's how it should work just now. You can disable it globally. Then if you are editing a new page in Gutenberg you can enable it in the page settings.
Ok. Iβll take a look :-)
Ross HoffieΒ As you say it does everything I need right now. Thank you for offering it for free, unlike some others ;-). It really helps me until the official theme support comes.
And RossΒ i did a little edit to disable it putting WooCommerce products into FC frame by default. I specifically excluded them. Thanks again.
Hi Paul HopkinsΒ Ross HoffieΒ seems like I can't get this to work any form o support or guidance on how best to use it please?
Sophia SamanyaΒ are you able to load the plugin and activate it? When you have, do you get this in the settings menu?
(FC Everywhere)?
Paul HopkinsΒ surely it worked perfectly. Shahjahan JewelΒ better hire Ross HoffieΒ ππππ
Thanks, you are doing amazing job... Kudos to you
crashes my site when activated.
Found an issue though... it does enable the template layout etc, but when I view a regular post it gets framed within the fluent layout and is not scrollable or clickable. Almost looks like any images have a semi translucent layer over them also...
Tim LordΒ mmm that was an older issue. There's this version too https://community.wpmanageninja.com/portal/space/community-meta/post/fluent-community-everywhere-v1
Can you try delete the plugin and then install again rather than update it?