Skip to main content

Issue with Fluentcommunity page template

I have a problem when using the FC page template for regular pages I want to be displayed with the FC look to them.

They appear correctly but if I scroll up or down to the edge of the page the whole top menu gets pulled down over the side menu, scrolling up lifts the bottom of the page to reveal white behind it (Im using the dark mode).

Video attached showing WP page using FC template and scrolling up and down.

(excuse the sound, had TV on in background and didnt realise it was recording audio!)

Thomas Oates

That's strange. I can't reproduce it on my site. Does it happen for you when viewing the Roadmaps page here (I assume it is using the FC template)?

Tim Lord

Thomas OatesΒ No, Roadmaps page here works fine for me....

I get the above result in all browsers, logged in and logged out

Thomas Oates

Tim LordΒ Are you using a page builder to build the regular pages?

Tim Lord

Thomas OatesΒ No, just regular WP admin add page then select the FC page template...

Thomas Oates

Looks like it might be caused by the following CSS:

Tim Lord

Thomas OatesΒ thanks - where would I find this to try removing it?

Thomas Oates

Tim LordΒ You could try adding the following to the custom CSS section in FluentCommunity. I'm not sure if adding it there will work for regular pages using the templates. If not, you could add it to your theme's CSS file or using a plugin like FluentSnippets.

.wp-site-blocks {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

Tim Lord

Thomas OatesΒ tried as css fix, also as a snippet but didnt work.

Thanks for looking though :-) will figure something out!

Ross FCA

If you're using any of my plugins try disable them and see if it's still doing. None of them should impact theme compatibility pages but I wouldn't like to be to blame!

Tim Lord

Ross FCAΒ no, Ive tried disabling every plugin other than FC and still get this happen!