davidpotter
Forum Replies Created
-
Forum: Plugins
In reply to: [Insert Pages] Block properties not always honored in the Gutenberg editorWorks great! Thanks for fixing this so quickly.
It looks like I was connected to the site with http and for some reason it hadn’t redirected to the https URL. When I connected to it with https, the embedded form was also https.
- This reply was modified 2 years, 10 months ago by davidpotter. Reason: Mark as resolved
Since I paid for a Plus plan with GiveWP, I was able to log in to their site and download 2.1.0 of the Form Field Manager and then FTP it to my site which fixed my problem.
I’m facing the same thing with my site but I can’t log in at all. Is there a place I can download these plugins and manually upload them to my site? I’m really stuck. I’ll have to manually remove these plugins if I can’t update them.
Current versions:
- Give – 2.28.0 (updated yesterday)
- Give Form Field Manager – 2.0.4 (not updated since May 3)
- This reply was modified 2 years, 11 months ago by davidpotter.
Forum: Plugins
In reply to: [Check & Log Email - Easy Email Testing & Mail logging] Print featureMore detail: It looks like the Email Cop plugin creates a post of type
wp_email_copso the page for an email also has a permalink that can be used to display the email as a webpage.Hi @webdevmattcrom,
Between the holidays and getting COVID, I haven’t been able to work on this problem until now. I was wondering if you’ve had a chance to look at the information I’ve provided and if you could help me get to the bottom of this.
Thanks,
DavidTo see if one of the other plugins was causing a problem, I deactivated all of them except for these, which I don’t feel comfortable deactivating:
- Akismet Anti-Spam (v4.1.7)
- Give – Donation Plugin (v2.9.5)
- Jetpack by WordPress.com (v9.2.1)
- Query Monitor (v3.6.5)
- Really Simple SSL (v4.0.5)
It turns out that the stack track I posted above was displayed by the Query Monitor plugin. When I deactivated that one, the following error message displayed instead:
There has been a critical error on this website.
Thanks for the reference to the tool. When I click Submit, I am presented with the following message:
Fatal error: Uncaught Exception: Query failed in database
in /home2/dpotter/public_html/sycamoretreetheatre.org/wp-content/plugins/give/src/Framework/Database/Exceptions/DatabaseQueryException.php on line 32Call stack:
Give\F\D\E\DatabaseQueryException::create()
wp-content/plugins/give/src/Framework/Database/DB.php:79
Give\F\D\DB::runQueryWithErrorChecking()
wp-content/plugins/give/src/Framework/Database/DB.php:49
Give\F\D\DB::delete()
wp-content/plugins/give/src/Revenue/Repositories/Revenue.php:62
Give\R\R\Revenue::deleteByDonationId()
wp-content/plugins/give/src/Revenue/Listeners/DeleteRevenueWhenDonationDeleted.php:39
Give\R\L\DeleteRevenueWhenDonationDeleted::__invoke()
call_user_func_array()
wp-content/plugins/give/src/Helpers/Hooks.php:37
Give\H\Hooks::Give\H\{closure}()
wp-includes/class-wp-hook.php:289
WP_Hook::apply_filters()
wp-includes/class-wp-hook.php:311
WP_Hook::do_action()
wp-includes/plugin.php:484
do_action()
wp-includes/post.php:3090
wp_delete_post()
wp-content/plugins/give/includes/payments/functions.php:365
give_delete_donation()
wp-content/plugins/give/includes/admin/tools/data/class-give-tools-delete-test-transactions.php:81
Give_Tools_Delete_Test_Transactions::get_data()
wp-content/plugins/give/includes/admin/tools/data/class-give-tools-delete-test-transactions.php:135
Give_Tools_Delete_Test_Transactions::process_step()
wp-content/plugins/give/includes/admin/tools/export/export-functions.php:73
give_do_ajax_export()
wp-includes/class-wp-hook.php:287
WP_Hook::apply_filters()
wp-includes/class-wp-hook.php:311
WP_Hook::do_action()
wp-includes/plugin.php:484
do_action()
wp-admin/admin-ajax.php:184It looks pretty similar to the original error message. Any ideas?
Thanks for your help,
David(I’m Daniel’s Dad and I’m helping him with this). Any shortcode recognized by the plug causes the error.
The Upcoming Performances are specified using the #_CATEGORYEVENTSNEXT shortcode on the Settings page for single category pages. I couldn’t find any way to indicate that I want that to display links, and I couldn’t find another shortcode to use it its place that would show links. Can you give me an example?
Thanks,
David@agelonwl: Sorry for the newb question, but how do I use attributes on a shortcode specified on the Settings page? Or are these attributes not available there? Is there an example somewhere of using attributes?
@marcus: How do I run the shortcode through the EM_Event::output() when specifying them on the Settings page? Or is there another way I need to do that? Can you give me an example of how to do that?
Thanks,
DavidForum: Plugins
In reply to: [Plugin: SyntaxHighlighter Evolved] C# doesn’t work as a language aliasAwesome, thanks.
Forum: Plugins
In reply to: SyntaxHighlighter Evolved interaction with tinyMCEOkay, so there’s no way to escape the [text] shortcode using the [text] shortcode, basically because there’s no way to escape brackets. Oh well. I suppose that’s a small compromise for an otherwise terrific plugin.
See my review of it here:
http://davidstechtips.com/2010/06/syntaxhighlighter-evolved-wordpress-plugin/
Thanks for your help!
Forum: Plugins
In reply to: SyntaxHighlighter Evolved interaction with tinyMCEI could have sworn that I tried that. Thanks. That works.
How do I get it to selectively not display the alternating color? I’m using the default style and for some code (e.g. the above example) I’d like to have it display the text without the gray background on every other line.
Thanks,
DavidUpdate: It doesn’t always work. Check this out. This:
[ text light="true"][ text]Fatal error occurred when blah blah blah[ /text][ /text]gets translated by the visual editor to this:
[ text light="true" wraplines="true"][ text light="true"]Fatal error occurred when blah blah blah[ /text] [ /text](without the extra spaces, of course).
Forum: Plugins
In reply to: SyntaxHighlighter Evolved interaction with tinyMCEHmm, doubling up brackets doesn’t work for me. The visual editor changes this:
[sourcecode language="css"] your code here [ /sourcecode]into this (without the leading space before the / above):
[ [sourcecode language="css"]] your code here [[/sourcecode] ]It also gets messed up when I attempt to insert
<strong></strong>. I even tried saving it from HTML mode without transitioning to Visual mode. It just won’t display properly using either of these tricks.It’s not clear to me how to do this so it works. I’d be especially happy if the first one worked, although I could live with the second one working. Do either of these tricks work for you with this plugin?
Note 1: Interestingly enough, neither of these tricks work on this forum either.
Note 2: What I find disconcerting is that when I use the features of this plugin I can no longer go to HTML mode to see what will actually be saved.
Update: The
<strong></strong>trick works partially. I was improperly using a combination of the two. The result of using this trick is an extra space.