jedijenn
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] on_sent_ok questionsBumping this because I need to know. Can someone respond please?
Thank you!
Forum: Plugins
In reply to: [Contact Form 7] on_sent_ok questionsIs anyone going to respond? Please?
Forum: Plugins
In reply to: [Contact Form 7] on_sent_ok questionsUpon further research, I found this, but want to confirm that i’m doing this right:
Taken from https://contactform7.com/redirecting-to-another-url-after-submissions/<script> document.addEventListener( 'wpcf7mailsent', function( event ) { if ( '452' == event.detail.contactFormId ) { location = 'https://www.steinmetzalumni.org/alumni/join-or-renew-membership/payment-information/'; }, false ); </script>
Let me know if that code is correct.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Conflicts and breaks backendThank you Nick, appreciate the kind words.
There was no error in console. I’m at a loss, and I just had to take the site down.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Conflicts and breaks backendI’m sorry i have been absent from this conversation, but my Mother has been in the Hospital and i have had to attend to that for a while.
I am still having all the issues that I described above in my posts.
When trying to add the widget, After i drag it to where I want it, and set it to the calendar I want, hitting the “save” button results in the spinning laing icon to continue to spin, and will not save the widget to the location i want it.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Conflicts and breaks backendAgain, everything works fine when I disable the Simple Calendar Plugin.
It’s not specific to any one module in Jetpack.
Enable Simple Calendar= displays 404 page upon clicking “Activate” or “Deactivate” on any module.
Disable Simple Calendar plugin = Activate” or “Deactivate” works as it should.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Conflicts and breaks backendThis is a screen snip of the “frozen” widget.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Conflicts and breaks backendIf I’ve read how to use WP_DEBUG properly(defining parameters in wp-config.php), I should have a log in my wp-content folder, which I do not have, so I am guess there is no error being generated.
However, in my server error log:
https://fanchi.kisekinohana.net/wp-admin/widgets.php
[Mon Dec 21 14:14:20 2015] [error] [client 108.247.251.10] Premature end of script headers: admin-ajax.php, referer: https://fanchi.kisekinohana.net/wp-admin/widgets.phpForum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Conflicts and breaks backendNo error message. Just the spinning ball.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Conflicts and breaks backendGot update, but having the same issue as peterpc mentioned here.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Conflicts and breaks backendIn addition, a 404 error appears when clicking on “clear cache” in the “Calendars” screen. (when the plugin is enabled, that is)
And the widget cannot be added to any location. When attempted, the widget does not appear to retrieve the calendar, and the spinning “loading” icon never stops “loading. It basically sit there and does nothing.
Forum: Plugins
In reply to: [Simple Calendar - Google Calendar Plugin] Conflicts and breaks backendNick, I tried all the environments and scenarios you mentioned here and this is how I found out it was this plugin.
Yes, this does not happen when the plugin is disabled/removed.
The only plugins I have installed on the site is Jetpack and Simple Calendar (aka Google Calendar Events). Tried disabling one at a time (basic troubleshooting technique) and that’s how I came to the conclusion.
Thanks,
JLGForum: Plugins
In reply to: [Contact Form 7] Textarea rows & colsresolved.
Forum: Plugins
In reply to: [Contact Form 7] Textarea rows & colsNever mind, I figured it out. Thanks for the help.
I used the following code:
.wpcf7 textarea {background-color: #fff; color: #000; width: 50%; height: 200px; }
That is correct?
Forum: Plugins
In reply to: [Contact Form 7] Textarea rows & colsI understand that we need to edit the theme stylesheet, and I’m pretty familiar with CSS… I’m just not sure how to proceed exactly with respect to which element controls the size of the texarea field.
So what exactly am I supposed to change to make the message textarea box as big as the reply box here?