joellebb
Forum Replies Created
-
Forum: Plugins
In reply to: TablePress reinitialise error: Which plugin file do I need to alter?Hi Tobias,
Thanks for trying to figure this out. I appreciate your help.
Happy Holidays!
JoelleForum: Plugins
In reply to: TablePress reinitialise error: Which plugin file do I need to alter?Tried it in both spots on their own, and then in both spots simultaneously. Didn’t change anything in the refreshed test pg.
- This reply was modified 9 years, 5 months ago by joellebb.
Forum: Plugins
In reply to: TablePress reinitialise error: Which plugin file do I need to alter?Thanks for the quick response. If I’m looking at the correct file, here’s what shows in the “custom-footer.php” file:
</div><!– end #inner –>
<?php genesis_before_footer(); ?>
<div class=”wrap”>
<div class=”gototop”>
<center><p> ©1975-2016 · Redwood Writers</p></center>
</div>
<div class=”creds”><center><p>Page design & original graphics by Joelle Burnette · Banner photos by Brian Michelsen · Banner design by Christine Walker</p></center>
</div>
</div><!– end .wrap –>
<?php genesis_after_footer(); ?>
</div><!– end #wrap –>
<?php wp_footer(); // we need this for plugins ?>
<?php genesis_after(); ?></body>
</html>~~~~~~~~~~~~~
Which line would be the best to remove and not mess up the site?
Thanks!!
