Points to know when you design your website Homepage

Blog, Themes, Web Design & Programming
We all know that Shopify platform is being used by the users worldwide, some of them are selling their items, products and services on this platform while others (such as audiences OR clients) are buying useful items, products and services. Shopify is an eCommerce platform, so the main object to make website on this platform is to sale the products in a very easy and best. So when a seller uses this platform, so many questions come in their mind, most important one is – what details to be covered on home page of the Shopify store. Your website homepage provides 2 important information to the users – 1. An introduction to your brand, 2. A set of instructions meant to help users to find what they need. This page…
Read More
How to secure WordPress without using plugin?

How to secure WordPress without using plugin?

PHP, Plugins, Tutorials, Web Design & Programming, Web Development Services, WordPress, wordpress plugins
WordPress is a very popular CMS and that's why it is highly targeted by hackers. Although latest updates have made it one of the most used tools for e-commerce website, news portals or a business blog. There are a many ways to protect your WordPress Blog from being hacked. We have collected some of the best practices which will help you to Secure your WordPress Website : Disable File Editing: Using the below code we can disable the File editor of admin side so hacker will not able to open the files if he/she want to do any change in file. By default Wordpress allows user to edit the file using the editor through the admin panel. define('DISALLOW_FILE_EDIT',true); Protect your .htaccess file .htaccess is a important file of Wordpress. .htaccess…
Read More
Default Routing In Codeigniter

Default Routing In Codeigniter

Blog, PHP, PHP Scripts, Techniques, Web Design & Programming
One of the most common problem that a beginner faces with codeigniter is the presence of index.php in the URL just before the name of the controller. This makes the URL look odd. Also, whenever developers are trying to form a link during the development of a project, it becomes mandatory for the developer to add index.php in the URL otherwise the application does not work and keeps on providing a 404 Error (Not FOund). So, in order to make the URL of the codeigniter user friendly , we can use .htaccess file. This .htaccess file helps us in changing the default routing behavior of Codeigniter. This .htaccess file contains some line of code which can help us achieve our target and it is placed in the root directory of…
Read More

14 Most Common WordPress Errors and How to Fix Them

Tutorials, Web Design & Programming, WordPress
WordPress is very easy to use but some common WordPress errors can cause panic among beginners. It is very possible that the error you are seeing on your site has been already reported and resolved by someone before you. At WPBeginner, we have covered and showed you how to fix several WordPress errors. In this article, we will take a look at 14 most common WordPress errors along with showing you how to fix all of these common WordPress errors. Important: Make sure that you have a complete backup of your WordPress site. We strongly recommend using an automated scheduled backup system like BackupBuddy. However, if you can not install plugins at this time, then check out how to manually create WordPress backup manually. In case you are unable to…
Read More

How to add Multiple Google Maps on one page?

Techniques, Tutorials, Web Design & Programming
Here is how you can generate multiple maps on the same page using Google Map API V3. [caption id="attachment_1230" align="aligncenter" width="463"] Multiple-Google-Map[/caption] HTML [code] <div id="map_canvas" style="width:700px; height:500px; margin-left:80px;" ></div> <div id="map_canvas2" style="width:700px; height:500px; margin-left:80px;" ></div> [/code] JavaScript [code] <script type="text/javascript"> var map,map2; function initialize(condition) { // create the map var myOptions = { zoom: 14, center: new google.maps.LatLng(0.0, 0.0), mapTypeId: google.maps.MapTypeId.ROADMAP } map = new google.maps.Map(document.getElementById("map_canvas"), myOptions); map2 = new google.maps.Map(document.getElementById("map_canvas2"), myOptions); } </script> [/code] Conclusion Integrating multiple Google Maps on a single web page can significantly enhance user experience and provide valuable information. By following this step-by-step guide, you can easily create and customize multiple maps using the Google Maps JavaScript API. Whether you're building a travel portal, a location-based directory, or any other project, multiple maps can…
Read More

How to hide WordPress admin for your subscribers?

CMS, Web Design & Programming, Web Development Services, WordPress
These functions will help you for hiding  WordPress admin for your subscribers. We’ve used a capability of “edit_posts” which is just outside of the roles of a Subscriber user. If the user is logged in, but can’t edit posts, then hide the admin bar on the frontend of the website. If the user is logged in, but can’t edit posts, do not allow them to access the WordPress admin panel. This code could go in functions.php of your theme or in a plugin you create. /** * Disable admin bar in frontend for subscribers. */ function themeblvd_disable_admin_bar() { if( ! current_user_can('edit_posts') ) add_filter('show_admin_bar', '__return_false'); } add_action( 'after_setup_theme', 'themeblvd_disable_admin_bar' ); /** * Redirect to homepage and not allow access to * WP admin for Subscribers. */ function themeblvd_redirect_admin(){ if ( !…
Read More

WooCommerce FrontEnd Add-on

Web Design & Programming, Web Development Services, WordPress
Product Description WooCommerce FrontEnd product manager is a powerful WooCommerce add-on that helps to manage all the user’s products, their product orders, profile settings and other WooCommerce settings from the front-end of your site. No back-end access required for the user to set up his own products on your site. This add-on will also add the feature of user registration, user front-end login and all WooCommerce plugin feature. It`s a complete package for the users to manage everything regarding their products, their product orders, their profile, there WooCommerce settings along with the PayPal payment settings. Adding, editing, updating, trashing and permanently deletion of product feature is also available. User can view their product orders with different view options as completed, pending and all orders and can also mark them as completed. User can also view…
Read More

Easy Customers Testimonials Magento Extension

CMS, Web Design & Programming, Web Development Services
Easy Customers Testimonials Easy Testimonial Extension provides you a fully featured testimonial manager for your website. You can customize the Testimonial appearing on Testimonial list page with custom Page title, Testimonials background color, link and text color etc. You also can configure Testimonial Form with optional captcha. Only approved testimonials will display in front-end and in sidebar slider. Admin user can add his own testimonials from Admin panel and also can edit of other user`s Testimonials. Your store Customer can write their own reviews about your site on review form. It showcase the testimonials written by your customers, their Name, Company, Website with their logo Image. Customer can also add ratings as like product review system. Testimonials Features Testimonial submit form with the option of image, email, website URL, details…
Read More

Microsoft will add more Open-Source Projects To Azure

.NET, Mobile Applications, News, Web Design & Programming, Web Development Services
At O’Reilly’s Open Source Convention in Portland, Ore., today, Microsoft’s Open Technologies subsidiary announced two new partnerships that bring support for more open source technologies to the Microsoft Azure platform. Developers will now be able to use Azure with Packer.io, for example, a service for creating machine images for multiple platforms from one source configuration. The other service the team now supports is OpenNebula, a tool for managing heterogeneous data center infrastructures. OpenNebula now supports hybrid cloud deployments on Azure, and existing OpenNebula users — many of which are large telecom firms — can now move their applications to Microsoft’s cloud. They could, of course, use Microsoft’s own Azure tools to manage these deployments, but many of these users have made deep investments in OpenNebula already. It’s worth noting that Amazon and a number…
Read More

WooCommerce for iOS is launched now

CMS, Web Design & Programming, Web Development Services, WordPress
There has been a Mexican wave of activity at WooThemes this month - Canvas child themes, our birthday celebrations, the announcement of the WooCommerce conference - and it continues today with some particularly exciting news. Our WooCommerce iPhone app is here! It's available in iTunes for $4.99. We hope you enjoy it and look forward to hearing your thoughts. The WooThemes Team
Read More