How to add Google Analytics on Shopify Store?

How to add Google Analytics on Shopify Store?

News, Shopify, WordPress
Google Analytics is an easy and free web analytics service which help to track and analyze visitors on your website and provide detailed statistics about the traffic and sources of traffic for a website. Here we would like to show you steps to use Google Analytics for your Shopify website. Please login in your Shopify admin panel, go to online store which you can find on left sidebar Step #1 : Please login in your Shopify admin panel, go to online store which you can find on left sidebar Step#2 : Click on Preferences under online store Step#3 : On right side, you will see option to enter Google Analytics code Step#4 : Paste yours google analytics code in text-area and press Save button. You will see this section like…
Read More
GraphQL Admin API

GraphQL Admin API

News, Shopify
The GraphQL Admin API lets you build apps and other integrations for the Shopify admin using GraphQL. With the API, you can create apps that offer functionality at every stage of a store’s operation, including shipping, fulfillment and product management. Few Quick Starting Points: An endpoint of GraphQL https://my-store-name.myshopify.com/admin/api/graphql How to get Access Token? Login to your Shopify store and create a Private app in apps section and allow this new app to access your storefront data using the Storefront API. How to test API GraphQL endpoint? Test GraphQL by using the GraphiQL app and be sure that it works well for every aspect. How to use JavaScript with Storefront API GraphQL? There are many methods by which you can use GraphQL in shopify, and from those one is using…
Read More
How to write a Generic Responsive CSS for all devices in the world?

How to write a Generic Responsive CSS for all devices in the world?

Android, APPS, Mobile Application Development, Mobile Applications, Mobile Apps
A major component of responsive design is creating the right experience for the right device. We've rounded up media queries that can be used to target designs for many standard and popular devices that is certainly worth a read. If you're looking for a comprehensive list of media queries, http://cssmediaqueries.com/ is a good resource. Here is generic CSS for possible all devices Phones and Handhelds iPhones / ----------- iPhone 4 and 4S ----------- / / Portrait and Landscape / @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) { } / Portrait / @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) { } / Landscape / @media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation:…
Read More
Hybrid Mobile App Technologies

Hybrid Mobile App Technologies

APPS, Blog, Mobile Application Development, Mobile Applications, Mobile Apps
The term “hybrid development” speaks for itself: The approach which combines native code with independent code that is suitable for multiple platforms and allows creating cross-platform mobile apps. These applications fit any platform and function identically across different ones. Hybrid software is coded in intermediate programming languages — HTML, JavaScript and CSS — those that are not native to devices and OSs. Then, apps are packaged into native containers and integrated into platforms. They have a native look and feel. however, there are typically certain restrictions that concern control and navigational elements. The main advantages of the hybrid approach over the native one are as follows: Hybrid solutions require fewer efforts and provide more accurate resultsBasic knowledge of standard languages is enough — development tools will do the rest of the workCosts are reduced, since only…
Read More
Ruby on Rails aka (RoR)

Ruby on Rails aka (RoR)

Ruby on Rails
Ruby on Rails aka (RoR) is a web development framework which gives Web developers a time saving method for writing code. Rails is one of many web frameworks used in app programming and web development. The Rails framework helps developers to build websites and applications, because it abstracts and simplifies common repetitive tasks. Ruby on Rails is web application framework written in Ruby by "David Heinemeier Hansson". Ruby is a combination of: Smalltalk's conceptual elegance,Python's ease of use and learning, andPerl's pragmatism. Ruby is: A high-level programming language.Interpreted like Perl, Python, Tcl/TK.Object-oriented like Smalltalk, Eiffel, Ada, Java. By using Rails code developers keep their overall work cleaner, less prone to bugs and easier to troubleshoot when problems do occur. Rails works with many database systems like MySql, PostgreSQL, SQLite, Oracle,…
Read More
Gutenberg Editor

Gutenberg Editor

CMS, Free WordPress Plugins, Plugins, WordPress, wordpress plugins
The TinyMCE WordPress visual editor hasn’t had many changes over the past few years and has stayed pretty much the same for a long time. To make adding rich content to WordPress simple and enjoyable WordPress CORE Team have introduced this new feature. The Gutenberg WordPress editor is a new page builder that is being designed to integrate with WordPress core. Gutenberg ads various types of content blocks such as images, headings, text, list, videos and provides a page builder-like functionality to Wordpress based websites. The Gutenberg WordPress editor is Named after Johannes Gutenberg, who invented the mechanical printing press. Gutenberg was introduced to the world by Matt Mullenweg at WordCamp Europe in 2017. Gutenberg is released with WordPress 5.0. The main goal is to have an interface that is…
Read More

What’s New in WordPress 5.0?

Blog
WordPress is now changed forever. WordPress’ updated to version 5.0 is out now and is now with a whole new way to compose blog posts and pages.If you’ve been to your WordPress dashboard today, you’ve likely noticed a new (major) update waiting for you. Big changes to your favorite CMS can be difficult to accept. However, even massively popular platforms such as WordPress need to adapt to the times. "Gutenberg" is a bold leap forward, and it’s not the only update that’s coming up.   What is Gutenberg? Gutenberg is WordPress’ new version its an attempt to keep up with the growth of popular DIY site builders like Weebly, Squarespace, and Wix. The classic WordPress editor is now old. Not having a common feature of drag and drop, it gets…
Read More

How to change default ROUTING in Codeigniter

Codeigniter
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

How to add notification popup in Shopify?

Shopify
How to add notification popup in Shopify? Nowadays some e-commerce websites are using a new marketing strategy to attract more visitors to their store. The topic we are discussing today is related to increasing your store conversion up to 4 times. These days customers are getting smarter than before when it comes to purchasing any product from your store, they want to know if someone else also purchased this before or not. To increase store sales and convince customers to buy their products, owners have started to use Push Notification pop-up. So, What is this Push Notification pop-up? Push notification pop-up is a technique to show a pop-up on your browser screen when you visit a website. For aspects, it can be used to show products that are recently sold…
Read More

Got Project on mind? Let's ConnectContact Us

Secured By miniOrange