If you are looking for a custom template for your theme. Which including the WordPress user login and signup page process. Generally, WordPress have default layout for user login and signup. I am sharing a custom code. I hope it will help you. You need to add a page in your WordPress website with name …
I hope you are developing something interesting in WordPress with Gutenberg Block editor. If you are facing this warning message. Generally this notice for Gutenberg array type attribute. When you register an attribute with an array type. Notice: Undefined index: items in wp-includes/rest-api.php on line 1092. I had similar trouble with it when I first …
WordPress has a number of default Customizer panels that are in core and applied to all themes – these include Menu and Widgets as well as Site Identity and Static Front Page. Once you add_theme_supports in your themes function.php file for custom-background you get two more panels; Colors and Background Image. Move Colors and Background Image …
If you are looking for Google Tag Manager code for WooCommerce order complete, without any heavy plugin structure. The code snippet is a self-explained. Code using standard WooCommerce thank you page filter. The script will process on order complete and user redirect on WooCommerce thank you page. Here a code snippet for you. Place this …
Fancybox is a very popular image gallery library. In this blog post, I am going to explain, how we can implement Fancybox library in custom Magento theme. 1. Download the library from http://fancyapps.com/fancybox/3/. 2. Unzip the folder and copy jquery.fancybox.min.js and jquery.fancybox.min.css file and paste both files in your theme skin folder CSS and JS …
This is a very common issue while installing Magento 1.9 on localhost. If you are an experienced developer and have good knowledge about virtual hosting. You can create the virtual host for Magento setup. Quick solution without a virtual host. We need to disable URL validation here. Inspect “Base URL” input in firebug/ inspect element …
Hey, guys let’s start a very basic program. It’s a very common requirement as a developer while developing a custom WordPress theme. The HTML/CSS burger menus style is very common requirement nowadays, especially for the mobile browser. So let’s start the coding part. Here are very basic coding snippets, which helps you to quickly resolve …
I feel very happy while I am publishing this post. As a Magento developer. I handle this issue in one of a project. You can resolve Magento product export – Entity is unknown error from admin settings. Kindly follow these step. I hope it will fix your issue. Go to the Store > Configuration > …
Are you searching for Magento admin gallery images resize code? Magento is complex platform and it’s very hard to customized or edit any core file. If Magento admin uploading high-resolution and high-quality images for products and these high-quality images are making product edit page slow. So if you look at a custom code resize Magento …
If you are reading this blog post. So I am expecting you’re a PHP developer and currently your are facing an issue in The Event Calendar Plugin. The issue is The Event Calendar plugin drop down a select field is not working. When try to edit an event from admin. A Select field such as …