Google Custom Search WordPress Plugin

With wordpress Google custom search plugin, wordpress user can boost the search functionality for his websites/blogs.
WordPress has a relatively good search functionality but doesn’t match keywords that well. WordPress search functionality display results ordered by date and not by its relevance to the keywords.

Here is a very good Google custom search plugin I found on the Internet and used on this site.

Click for Google Custom Search plugin

This plugin is very flexible and you can configure the both the search box and the search results.
Google Custom Search widget’s search box can be displayed as either a widget or placed anywhere in the code.

The search results can be displayed in one of three formats.

As a pop-up resizable dialog.
Within the widget, under the search box.
Displayed anywhere in the code.

How to customize email template in Magento2

How to customize email template in Magento2

To customize an email template in Magento 2, navigate to the Admin Panel and go to Marketing > Communications > Email Templates. Click Add New Template, then select a default template as a base and click Load Template. Modify the template content using HTML and Magento’s built-in variables to personalize it according to your needs. You can use dynamic variables like {{var customer.name}} to include customer-specific details. After saving the customized template, assign it to the appropriate email notification by configuring it in Stores > Configuration > General > Email Templates. Clearing the cache ensures that the changes take effect. For advanced customization, override the template files in your theme under app/design/frontend/Vendor/Theme/Magento_Email/email/template.

How to Create New Admin User in Magento 2

How to Create New Admin User in Magento 2

To create a new admin user in Magento 2, log in to the Magento Admin Panel and navigate to System > Permissions > All Users.

Click on “Add New User”, then fill in the required details, including User Name, First Name, Last Name, and Email. Set a strong password and confirm it. Next, go to the User Role tab and assign the appropriate role, such as “Administrator,” to grant full access.

Click Save User to finalize the creation. The new admin user can now log in with their credentials. Always ensure strong passwords and limit admin access for security best practices.

Media query for large screen

Media query for large screen:

@media screen and (min-width: 1400px) {

}
@media screen and (min-width: 1600px) {

}
@media screen and (min-width: 1900px) {

}

Redmi mobile suddenly not starting

Some people like me may get the issue of Redmi mobiles suddenly switched off and not booting. That’s really very irritating. In the mobile age I think no one can live without…. 🙂

So I tried to find the issue. First I tried to use another charger and no luck!! Whole day my mobile was switched off. I was thinking what Can I do… So I tried to connect mobile to my Laptop… but still no luck. That was not charging and not starting… I worried may be I have to go to Redmi customer service but once again I google on about this issue and find many tricks as I have applied above but no works.

Finally I found a solution and that worked for me, then I thought I have to write that on my blog.. May be this trick will work for other people…

Push Vol down and power for around 15 second, It will show MI BUNNY fastboot mode and press till vibrate!!

That’s it.

PS : The issue caused due to app/system hang.

CSS Media Queries for iPads & iPhones

Sometimes we got very confusion while developing responsive work. When we apply the breakpoints for iPad and iPhone that does not works properly. As per my experience while searching on the Internet I found some useful information regarding the media queries. I applied those and that works fine for me. So today I am going to add the media queries here for the same.

iPad Media Queries

iPad Media Queries (All generations – including iPad mini)

 

iPad in portrait & landscape


@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) { /* STYLES GO HERE */}

iPad in landscape


@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) { /* STYLES GO HERE */}

iPad in portrait


@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) { /* STYLES GO HERE */ }

Retina iPad in landscape


@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 2) { /* STYLES GO HERE */}

Retina iPad in portrait


@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 2) { /* STYLES GO HERE */ }

iPad mini Media Queries

iPad mini in portrait & landscape


@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1) { /* STYLES GO HERE */}

iPad mini in landscape


@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape)
and (-webkit-min-device-pixel-ratio: 1) { /* STYLES GO HERE */}

iPad mini in portrait


@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait)
and (-webkit-min-device-pixel-ratio: 1) { /* STYLES GO HERE */ }

iPad mini Resolution


Screen Width = 768px (CSS Pixels)
Screen Height = 1024px (CSS Pixels)

Screen Width = 768px (Actual Pixels)
Screen Height = 1024px (Actual Pixels)

Device-pixel-ratio: 1

iPhone Media Queries

iPhone 6 Media Queries

iPhone 6 in portrait & landscape


@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px) { /* STYLES GO HERE */}

iPhone 6 in landscape


@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : landscape) { /* STYLES GO HERE */}

iPhone 6 in portrait


@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px)
and (orientation : portrait) { /* STYLES GO HERE */ }

lessphp fatal error: load error! help in wordpress

If you’re encountering the LessPHP Fatal Error: Load Error! in WordPress, it typically means there is an issue with the LessPHP compiler failing to load a required file. This error is common in themes or plugins that use Less (a CSS preprocessor) to generate stylesheets dynamically. To resolve the issue, try the following steps:

1. Clear your cache – if your theme or plugin has a cache folder, delete its contents.

2. Check file permissions – ensure that your theme’s less and css folders have the correct read/write permissions (usually 755 for folders and 644 for files).

3. Reinstall or update the theme/plugin – a corrupted or outdated file may be causing the issue.

4. Disable conflicting plugins – if you recently installed or updated a plugin, try disabling it to see if the error goes away.

5. Enable debugging – add define('WP_DEBUG', true); in your wp-config.php file to get more details on the error. If the issue persists, consider reaching out to your theme or plugin developer for support.

Magento internal server error after backup

If you get 500 internal issue in magento after taking backup then it is the issue of magento folders and files permissions.

Download attached file and upload it on the magento root folder and then run that. After then your problem will be resolved.

Download

Quick Setup Guide To Run CakePHP 2.0 On Windows 7

Quick Setup Guide to Run CakePHP 2.0 on Windows 7

Setting up CakePHP 2.0 on Windows 7 is simple and requires just a few steps. First, ensure you have a working Apache server with PHP 5.2.8 or higher installed—XAMPP or WAMP is recommended for ease of setup.

Download CakePHP 2.0 from the official website and extract it into your web server’s root directory (e.g., htdocs for XAMPP or www for WAMP).

Configure the app/Config/core.php file by setting a unique security salt and cipher seed.

Then, create a database in MySQL and update the app/Config/database.php file with the correct database credentials.

Enable URL rewriting by configuring the Apache httpd.conf file and .htaccess files if necessary.

Finally, restart the server and access your CakePHP application via http://localhost/your_app_name. If everything is set up correctly, you should see the CakePHP welcome page, confirming a successful installation.