Online store
An estimated 1.8 billion people worldwide purchase goods online. 63 percent of shopping occasions begin online. Nearly half of the consumers shop more on mobile than in-store.
Joint shopping site
Joint purchase is a term that means a public invitation from the Organizer of the Forum participants to the wholesale purchase of certain goods with some margin in favor of the Organizer, which incurs costs for the collection, redemption and distribution of goods. In other words, an organized purchase of goods at wholesale prices.
A joint venture is not a store, it is just a collective purchase of goods at a manufacturer’s price through the Organizer with a minimum wrap (in fact, an organizational fee).
Social networks
Social networks, as an excellent means of communication and association of people, are gaining more and more popularity. With their help, users not only find their old friends, but also make new ones.
Creating a social network is not an easy task. But CMS Drupal allows you to create large projects with huge traffic. Drupal is prepared for huge loads and is not limited in development for your social network. One of the directions of my activity is the creation of social networks.
1.4. Installing the theme on Drupal. Theme constructors.
There are a lot of ready-made templates on drupal, probably more than on joomla. Let's put some design themes on our website. For this, there is already a themes folder in Drupal, where we will install themes for our site.
Corporate site
A small site, usually consisting of several web pages, and containing basic information about a commercial or non-profit organization, individual, company, goods or services, price lists, contact details and a feedback form.
Product Catalog
Product Catalog - this is your storefront, catalog of goods on the Internet. On the pages of the catalog site, visitors can look at the appearance of the goods you offer, often in several ways, find out their characteristics, read about the features of use. The catalog site helps sales of your products, and sometimes carries them out directly.
Types of catalog site:
Website development
Why is there a need to create a website?
The concept of website creation begins with clearly defining the goals and tasks of the future website.
Drupal.org dark theme
I'm used to working with dark themes everywhere: PhpStorm, Ubuntu, Chrome, phone applications. It's pretty annoying when you switched from dark theme to fully white browser tab. I don't know when Drupal.org will have dark theme, so I added this CSS hack for yourself:
https://gist.github.com/levmyshkin/c127f1ff539965923fdac6679c530a5b
You can use Chome extension User CSS and add CSS code separately for Drupal.org site:
Install xdebug on Ubuntu LAMP
Firstly, we need to install php library for xdebug:
sudo apt update
sudo apt install php7.2-xdebug
For other versions of PHP you can use php7.x-xdebug or php5.x-xdebug for PHP 5.x versions.
Further we need to see /usr/lib/php folder and find our xdebug.so file.
How to make modal window with colorbox
The main problem of modal windows is different behavior for scrollTop property in iphone and android. So we need to use long list of commands to find scrollTop position.