PHP

The country code drop-down list doesn’t appear in the Elementor popup (country & phone field contact form 7)

Country phone field contact form 7

First of all, I am very thankful for all my plugin subscribers. I am receiving so much love and appreciation for my WordPress plugin. https://wordpress.org/plugins/country-phone-field-contact-form-7/ I expect this love will continue as my efforts continue to make this plugin more useful. So let’s come to the most asked query on my plugin support. That is …

Incorrect Server Response on image drag and drop in CKEditor with Laravel application

CKEditor has a drag and drops image upload feature. But generally, in the Laravel application, it gives an error message “Incorrect Server Response”. Similar to the following screenshot. To resolve this issue, we will discuss it in this blog post. 1. Setup the CKEditor in Laravel Download the CKEditor version 4. After unzipping place folder …

Enter an URL in a input field, display the URL preview using WordPress,PHP and Ajax

In this blog post, we will discuss and resolve the common feature, display the URL preview like Facebook and WhatsApp. The blog post provides two methods. Using WordPress Standards Using the Core PHP Curl. HTML Code for WordPress. If you have an existing input field, add the following input field class attribute and add the …