Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter RERasmussen

    (@rerasmussen)

    Hey Dave,

    I just checked the footer.php file, and it does seem to call wp_footer(). Please see below how it is written in the coding:

    <div class=”footer”> <!– Footer class for sticky footer –>
    <div id=”footer”>
    <div class=”container”>
    <div class=”row”>

    <!– Begin @synapse footer hook content–>
    <?php synapse_footer(); ?>
    <!– End @synapse footer hook content–>

    <?php endif;?>

    </div><!–end footer_wrap–>
    </div><!–end footer–>
    </div>

    <?php if ($options->get($themeslug.’_disable_afterfooter’) != “0”):?>
    <?php endif;?>

    <?php wp_footer(); ?>

    </div> <!–End of footer class for sticky footer –>
    </body>

    Is it written correctly? I’m not sure what else I should do…

    Thread Starter RERasmussen

    (@rerasmussen)

    James,

    So I tried your first suggestion and went to phpMyAdmin to deactivate the plugins, but when I go to the table “wp_options”, I can’t find the “active_plugins” row. Could it be named something different?

    I also tried your suggestion of renaming the directory of the currently active theme, but that didn’t work either.

    Any other suggestions? I’m completely at a loss.

Viewing 2 replies - 1 through 2 (of 2 total)