Archived topic
Back to top button
4 replies · Started by Sergei on May 6, 2018
Good morning! After theme update not showing back to top button. In customization options is enabled but doesn't work for me. Same with search icon, but after delete cache search icon showing in primary navigation.
Can you try disabling the back to top, clear caches and re-enabling it?
If still a problem can you try #1 here to eliminate plugin conflict?
Still have the problem. When i change theme to GeneratePress button works, when change to GeneratePress child theme button dissapear. Trying with disabling plugins, clearing caches still nothing.
Hi Sintex,
ok with latest update Tom moved the back to top to a new hook, so when using a child theme you need to check your childs footer.php matches this:
https://github.com/tomusborne/generatepress/blob/2.1.1/footer.php#L59
Hmm your child theme should also grab the changes in parent theme automatically (unless the footer is overwritten in there.)
Let us know if this helps :)