Muhammad Assane
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Error after last update@dominikkucharski Thanks, worked for me too
- This reply was modified 1 year, 11 months ago by Muhammad Assane.
Forum: Plugins
In reply to: [Yoast SEO] Unable to find Search Appearence in the menuThank you for the quick reply.
I will update to the latest version.Forum: Plugins
In reply to: [WP Video Lightbox] Unable to play video in fullscreenSo, the shortcode is working fine.
The issue seems to be with the video ID?I figured it out.
I checked the “Export the value returned by a PHP function” checkbox.
And used this function:function my_replace_delimiter( $data ) { return str_replace( '|', ' , ', $data ); }
Thank You
Forum: Plugins
In reply to: [WP Video Lightbox] Unable to play video in fullscreenThe shortcode is [video_lightbox_youtube video_id=”ckXp4y–UJk” width=”640″ height=”480″ auto_thumb=”1″]
The setting on the admin are as follow:
Enable prettyPhoto -> checked
Animation speed -> fast
Autoplay slideshow -> unchecked
Opacity -> 0.80
Show title -> checked
Allow resize -> checked
Allow expand -> checked
Default width -> 640
Default height -> 480
Counter separator label -> /
Theme -> Default
Horizontal Padding -> 20
Hide Flash -> unchecked
wmode -> opaque
Autoplay -> unchecked
Modal -> unchecked
Deeplinking -> unchecked
Keyboard shortcuts -> checked
IE6 fallback -> checkedForum: Plugins
In reply to: [GetResponse for WordPress] How to send email using API keysThank you for your reply.
I got the job done using https://apireference.getresponse.com/#operation/createTransactionalEmailOh Okay
Sorry for the misunderstandingTake a look at this Image.
This is the plugin I’m usingThank you very much @champsupertramp
@champsupertramp Thanks for the quick reply.
Another quick question, How do I get the list of registered users using code in functions.php not on the admin menu
Forum: Plugins
In reply to: [Contact Form 7] Attachment not showing in emailI had this line in wp-config which was preventing the attachment to come in the email.
define( ‘WPCF7_UPLOADS_TMP_DIR’, ‘wp-content/uploads/advanced-cf7-upload’ );
I have commented the line and its working perfectly
Forum: Plugins
In reply to: [Contact Form 7] Recaptcha v3 not working.grecaptcha-badge{z-index: 9999;}
And it appeared
- This reply was modified 3 years, 8 months ago by Muhammad Assane.
Forum: Themes and Templates
In reply to: [Neve] Unable to edit header/footer Style/Layout after WP 5.6I’m Using elementor editor and i cannot edit the header and footer using “header builder” and “footer builder”.
I have the latest version of wordpress and plugins.I was able to uncheck all checkboxes the way you said using table head.
But I still dont get the last auto import success messageForum: Plugins
In reply to: [Contact Form 7] Spinning wheel keeps spinning after form submitThe Spinner Keep’s Spinning yet.
So I added a popup on form submission that way the user knows that the form has been submitted.