• Resolved Christian

    (@sugarchrist)


    Hello,

    About 4 weeks ago the back to top button disappeared, I did not change anything, I no not have a custom footer.php and I have the latest GP free version 2.1.2
    The only custom php in my child theme is a functions.php
    —————————————————-
    <?php
    // Exit if accessed directly
    if ( !defined( ‘ABSPATH’ ) ) exit;
    // BEGIN ENQUEUE PARENT ACTION
    // AUTO GENERATED – Do not modify or remove comment markers above or below:
    // END ENQUEUE PARENT ACTION
    —————————————————-
    Should I delete my child theme?
    I also tried to disable all the plugin one by one with no result.

    Thank you for your help

    The page I need help with: [log in to see the link]

Viewing 3 replies - 16 through 18 (of 18 total)
  • Theme Author Tom

    (@edge22)

    That code shouldn’t cause any issues.

    Are you overwriting any core theme files in your child theme? Specifically the footer.php file?

    Ahh, got it.

    I did have a custom footer.php but had forgotten all about it.
    The patch in Github solved my problem.

    Thank you very much.

    Lars

    Theme Author Tom

    (@edge22)

    You’re very welcome ??

Viewing 3 replies - 16 through 18 (of 18 total)
  • The topic ‘back to top button’ is closed to new replies.