Forum Replies Created

Viewing 9 replies - 16 through 24 (of 24 total)
  • Thread Starter Dave Loebig

    (@pacesettermedia)

    FYI Here’s the error after making the code change on Line 6 of functions. Seems the same. I haven’t done a letter-by-letter comparison. I put it here for record in case you want to look at it.

    Fatal error: Uncaught Error: Call to undefined function is_plugin_active() in /home/customer/www/tequestapres.org/public_html/wp-content/plugins/ics-calendar/functions.php:6 Stack trace: #0 /home/customer/www/tequestapres.org/public_html/wp-content/plugins/ics-calendar/ics-calendar.php(120): r34ics_get_admin_url(‘settings’) #1 /home/customer/www/tequestapres.org/public_html/wp-content/plugins/ics-calendar/ics-calendar.php(58): r34ics_update() #2 /home/customer/www/tequestapres.org/public_html/wp-includes/class-wp-hook.php(308): r34ics_plugins_loaded(”) #3 /home/customer/www/tequestapres.org/public_html/wp-includes/class-wp-hook.php(332): WP_Hook->apply_filters(NULL, Array) #4 /home/customer/www/tequestapres.org/public_html/wp-includes/plugin.php(517): WP_Hook->do_action(Array) #5 /home/customer/www/tequestapres.org/public_html/wp-settings.php(480): do_action(‘plugins_loaded’) #6 /home/customer/www/tequestapres.org/public_html/wp-config.php(93): require_once(‘/home/customer/…’) #7 /home/customer/www/tequestapres.org/pub in /home/customer/www/tequestapres.org/public_html/wp-content/plugins/ics-calendar/functions.php on line 6

    • This reply was modified 3 years, 4 months ago by Dave Loebig.
    Thread Starter Dave Loebig

    (@pacesettermedia)

    FYI: The code you suggeted above seems to NOT fix it.

    Thanks.

    Thread Starter Dave Loebig

    (@pacesettermedia)

    When in Admin. The front end seems to be working.

    Thanks for the fast response.

    Thread Starter Dave Loebig

    (@pacesettermedia)

    Thanks, Hugh. I did try some things there after my original post including change URL with wpconfig and directly in the DB. None worked, FWIW.

    Apparently I was posting the solution I found at the same time you were posting: clear broswer cache and cookies.

    I wonder now if just logging out and back in could work, or just clearing cache. Anyway, clearing the domain on the browser worked.

    Thanks for the reply.

    Thread Starter Dave Loebig

    (@pacesettermedia)

    Found a solution: clear cache and cookies in the browser.

    I use a Chrome extension called Cookie AutoDelete. I used it to clear all for the domain. Of course, clearing cookies logged me out of the site. Once I logged back in, I can save changes to pages.

    However you do it, if you found this thread looking for a solution, try clearing the cache for the site or everything including cookies. Maybe even logging out and back in.

    • This reply was modified 3 years, 6 months ago by Dave Loebig. Reason: Mark as resolved
    Dave Loebig

    (@pacesettermedia)

    Yordan, nice. That’s a ready solution. Thanks.

    Thread Starter Dave Loebig

    (@pacesettermedia)

    Thank you for the fast response.

    That’s it exactly. I was using live account info in the sandbox fields.

    After some experimenting, I found my sandbox accounts on Paypal and used all the info from a Business Sandbox account. Then, in WP under Settings > WP Paypal Button Manager, I entered that info in the (Sandbox) section, and it works.

    Thanks.

    Thread Starter Dave Loebig

    (@pacesettermedia)

    I found an adjustment that makes this a little more tolerable. This removes the &nbsp; from the <p> tag.

    FILE: ckeditor.config.js

    Add this line: config.fillEmptyBlocks = false;

    It still adds the paragraphs but not the &nbsp;. So the paragraphs don’t render in HTML as a line, so for the time being, the spacing stays the same. I’ll remove all the extra <p> tags when I’m done editing the site.

    PITFALL
    I’m sure there are some disadvantages. With this configuration, non-breaking spaces won’t be inserted into empty blocks, even when they should be. There are times the &nbsp; is important.

    Thread Starter Dave Loebig

    (@pacesettermedia)

    For those interested in opening links in a new window, I found where to edit the code.

    FILE: sm-dashboard-pages-navigator-tree.php
    LINE 114 in version 1.0.1

    Add this code: target=\"_blank\"

    So this line would look like this:

    $output.= "| <a target=\"_blank\" class=\"editPage\" href=\"".admin_url( sprintf($post_type_object->_edit_link . '&action=edit', $page->ID) )."\">edit</a> ".PHP_EOL;

Viewing 9 replies - 16 through 24 (of 24 total)