Footer not showing on startpage with wp rocket

hello,

i am facing the problem that when i activate wp rocket the footer is not showing on the startpage.

https://www.walderlebniszentrum.eu (footer not showing)
https://www.walderlebniszentrum.eu/auwaldpfad/ (footer showing)

with latest version of pro / wpml / wordpress / wp rocket.

is this known?

thanks
oli

Hi Oli,

I have checked both the page and the footer is identical. Can you please provide any screenshots marked with the issue or any video that helps us to recognize the problem?

Thanks

Hi,
i am not an theme.co supporter. But i know this Problem, there is an issue with wprocket (wprocket said they will try to figure it out).
For me this only happens on safari devices.
You can add this code:

function wpr_alr_exclusions( $exclusions ) {
 $exclusions[] = 'x-colophon';
  return $exclusions;
}
add_filter( 'rocket_lrc_exclusions', __NAMESPACE__ .'\wpr_alr_exclusions' );

You can try if that helps.
(Du kannst mir auch eine PN schicken wenn du noch Hilfe brauchst)

1 Like

@deranaloge perfect! this workaround works. :wink: vielen dank! oli

Hi Oli,

Glad that solution provided by @deranaloge worked for you.

1 Like

thanks @trisup it seems the wp rocket bug is only on safari – thats why you could not see it.

Hi Oli,

Thanks for informing that. We will keep this in mind in the future.