Category: PHP
-
Secure Your WordPress Website for Just $100!
In an era where online threats loom large, the security of your WordPress website is non-negotiable. Our affordable solution, priced at just $100, offers comprehensive protection to safeguard your digital presence. Discover the peace of mind that comes with a robust defense against cyber threats.
-
How to Use the Elementor Plugin in WordPress
In the dynamic world of WordPress, creating visually stunning and user-friendly websites has never been easier, thanks to powerful tools like the Elementor plugin. This drag-and-drop page builder empowers both beginners and seasoned developers to craft captivating web pages without the need for coding skills. In this guide, we’ll explore the ins and outs of…
-
How to Secure Your WordPress Website
Fortify Your Fortress: A Comprehensive Guide on How to Secure Your WordPress Website. In the vast landscape of the internet, security is paramount, especially for WordPress websites that power a significant portion of the online world. Ensuring the safety of your WordPress site involves a combination of best practices, robust tools, and a proactive mindset.…
-
Free PHP, HTML, CSS, JavaScript/TypeScript editor – CodeLobster IDE
CodeLobster IDE allows you to edit PHP, HTML, CSS, JavaScript and TypeScript files, it highlights the syntax and gives hints for tags, functions and their parameters. This editor easily deals with those files that contain a mixed content.
-
Download document after form submission in contact form 7
Hello Readers! In some website have download section E-catalog or Brochures. But they want contact information who wants to download data. So, they can contact them. So, it is possible in WordPress + Contact Form 7. Just have to add small parts of code in your JavaScript code. Actually, in previous version of Contact Form…
-
How to protect unauthorized access/download of attachment from notification email in Gravity form
Hello Reader! As we are aware of newly implemented GDPR (General Data Protection Regulation) laws in European countries. It is related to privacy protection. It was implemented in 2018. Due to GDPR, all the website running in EU countries have to strictly follow the GDPR laws. Like, cookies acceptance agreement, security etc. Hence, every plugin…
-
Custom helper in Codeigniter
Hello Readers, I hope you all are doing well! This blog is about to create custom helper in Codeigniter(CI). Before we start, we need to understand the definition of Helper and Library in CI. Helper: Helper contains setup of functions which you can directly access in Model, View, Controllers without creating an object/instance. E.g URL,…
-
Magento 2 Remove Phone Number field from checkout page
In Magento 2.2 admin panel, there is a facility to disable Phone number field. But what about in Magento 2.0? You can do via code. Please follow the steps. Please take a back up of checkout_index_index.xml (vendor/magento/module-checkout/view/frontend/layout/) Copy checkout_index_index.xml to app/design/frontend/<vendor-name>/<theme-name>/Magento_Checkout/layout/ Add/replace following code in checkout_index_index.xml <item name=”telephone” xsi:type=”array”> <item name=”visible” xsi:type=”boolean”>false</item> <item name=”config”…
-
Redirection after login in Magento 1.9 without extension
Hello Reader, Happy New Year! This tutorial explains how to redirect to other page after login in Magento 1.9 without extension. I know in Magento marketplace there are lots of extensions available. But we don’t want to use such kinds of extension. Just follow my step are as follow : Please download observer extension. In…