themj
Forum Replies Created
-
Confirmed its working now @jamesosborne on version 1.121.0
Thanks!
Submitted via the Google Form. Thanks @jamesosborne
- This reply was modified 8 months ago by themj.
Forum: Plugins
In reply to: [Contact Form 7] Mails are not going throughSeeing the same problem.
SOLUTION FOUND: On Cloudways hosting, Varnish cache is turned on by default. I disabled that and it worked right away.
How to fix:
- Login to Cloudways
- Click Applications
- Find your site
- Go to Application Settings > General
- Click “Varnish” slider to disable
Forum: Plugins
In reply to: [WP Discourse] Use WP login for Discourse?Looks like a solution in place. I will try it. https://meta.discourse.org/t/configure-single-sign-on-sso-with-wp-discourse-and-discourseconnect/223494
Forum: Plugins
In reply to: [GiveWP - Donation Plugin and Fundraising Platform] HTML in Step 1Thanks for the quick response. I have voted for this feature to be added. At the very least, the ability to add a shortcode inside the description would be great so that I could include an Elementor template, or some other dynamic content.
Forum: Plugins
In reply to: [Simple Custom CSS and JS] Scripts still run in ElementorThis is the addon/script I’m using (my own): https://github.com/mayurjobanputra/Zero-Plugin-Megamenu-for-Elementor
Hi @everaldomatias Can you add more info on how I can fix this issue? I’m seeing the same problem.
Forum: Plugins
In reply to: [Popup Box - Create Countdown, Coupon, Video, Contact Form Popups] CSS borkenThanks Jasmine for the info. I just noticed after using the popup, that the padding would change after clicking the popup the first time. The first time I use the popup, the padding would be 0px on one of the elements, and the second time it would be 10px. Very odd.
Is it possible to use both plugins safely? If I disable the existing plugin, would I lose some of the custom role modifications I have made?
Forum: Plugins
In reply to: [Image and video gallery from Google Drive] Root Directory not foundYep, that was it. disable, delete, and re-add.
Forum: Plugins
In reply to: [Image and video gallery from Google Drive] Root Directory not foundOK great. I tried this before but it wasn’t clearing the id/secret. Tried again today and it looks like I can re-add. I will let you know.
Not all no. Just large images. I have tried several approaches like the folder permissions and such. It’s still an issue.
I’m guessing inside public static function signup() of class-ajax.php?
If I want automatic login.. then after line 219…
// //run some php to create post type here // // Log In user below wp_set_current_user( $userID, $user_login ); wp_set_auth_cookie( $userID, true, false ); do_action( 'wp_login', $user_login ); //
Of course with some php coding.
If you could be so kind, can you point me in the right direction for your files? ie: Which file and function should I place my own code that runs after successful registration?
Thanks