Serge Drabott on "Can't remove emoji detection script"
sorry for the n00b question. Where do i insert the coding? body? TIA
View ArticleIpstenu (Mika Epstein) on "Can't remove emoji detection script"
In an mu-plugin. But you can also use this: https://wordpress.org/plugins/disable-emojis/
View Articletxfun on "[Plugin: WooCommerce - excelling eCommerce] WooCommerce-Custom...
Hi, We are using woocommerce free version and we want to implement a specific logic on the site , where if user selects a specific product of specific category, we want to let the user know that we may...
View ArticleUlrich on "[Plugin: Flowplayer HTML5 for WordPress] Question Regarding Use of...
This is how you would add further additional options. function fp5_video_config() { /* Hide the Tooltip (Hit ? for Help) */ $config = 'tooltip: false,'; /* Initial Volume Level */ $config .= 'volume:...
View ArticleMichael Samson on "[Plugin: Flowplayer HTML5 for WordPress] Question...
That's exactly what I thought. Thank you for showing me. I very much appreciated your help with this. Keep up the great work over there! All my best, ~ Michael
View Articlejgrossi on "List of Contact Form 7 Hooks"
Hi everyone! I've searched for this without success. Is there any link to a list of all Contact Form 7 actions and filters? I know some like wpcf7_before_send_mail and wpcf7_sent_mail but I'd like to...
View Articlejgrossi on "List of Contact Form 7 Hooks"
Hi! I started a Github repo with some hooks I'm finding inside the Contact Form 7 code. If anyone want to contribute please check https://github.com/jgrossi/contact-form-7-hooks. Thanks!
View ArticleMaikuolan on "Upload Plugin"
Hi, I'm the author of a security wrapper that deals with malicious file uploads that's currently deployed to a number of different websites using a number of different CMS and I'm considering writing a...
View Articledmartz on "[Plugin: Ninja Forms] Email Actions Not Working"
I Use Ninja Forms to receive applications here: http://www.aviatainc.com/job/full-stack-software-engineer-albuquerque/ I have two email actions set up, and they were working a few months ago. Somewhere...
View Articlerespectyoda on "[Plugin: Ninja Forms] Email Actions Not Working"
Hello! Thanks for using Ninja Forms. This is not an issue related to the plugin itself, but rather the server sending out e-mails. I would suggest you to use Mandrill to send out the e-mails. FYI, it...
View Articlepriya77 on "how to change the action url"
Hi, I have pass the action in my url like (https://example.org/login/?action=sucess) . Now my url was like (https://example.org/login/?action=sucess), But i want my url to display like...
View Articlenam_webdev on "Hook for the body Tag?"
Hello, maybe is missed it but I searched all the hooks for a way to hook to the body tag. Is there any possibility? My problem is that I want to add a div tag to the start of the body tag. For example...
View ArticleWP Gurus on "Hook for the body Tag?"
Unfortunately there is no widely implemented hook for this. There is a body_class hook that you can use to add classes to the body tag but you probably know about it already. However, you could easily...
View Articlemaffay on "Hooking to attachments on upload"
add_action('add_attachment', 'kuaza_cdn_dosya_yukle'); function kuaza_add_attachment( $attachment_id ) { // return $attachment_id; }
View Articlehaldav on "[Theme: Arcade Basic] Edit Homepage Call to Action Button on Hover"
Greetings, After searching through the forum, I decided to post my question, so I apologize if my question has been asked before; I must have missed it. I am trying to change the color of the call to...
View Articlewasimking on "Woocommerce Custom Plugin"
Hello, I want to develop a plugin for woocommerce so that user can visit my store and can be able to submit their custom clothing measurements for tailoring to achieve this i found one plugin called...
View Articlenam_webdev on "Hook for the body Tag?"
Thanks for the reply and your suggestion. Yes, I already know of the body_class hook and the possibility of injecting HTML with JS but unfortunately both doesn't help me. I wanted to accomplish this...
View Articleniraham on "[Plugin: Draw Attention] how to extract the "more info -...
I'm sorry I hijacked the support forum (it's my third thread since the last 3 days) but right now I'm in the middle of creating a page with this plugin and a lot is going on so please forgive me, but I...
View Article