December 2018
C tools Modal Popup and Theming in Drupal 7
Using the power of Ctools module we can create our own custom popups. Here is an example how to use Ctools to create a popup up to Update Profile Picture. Also theming of popup can be done with the help of a js file, which we can alter accordingly. <?php Drupal.theme.prototype.CToolsProfilePictureModal = function () { [...]
How To Create A Theme Table In Drupal 8 –
This is a short description on the way to use built in functions to create a table in Drupal 8-
October 2018
BOOST YOUR BUSINESS THROUGH SOCIAL MEDIA!!!!
Some fast tips on a way to create the foremost of your SMO efforts. 1. Integrate Social icons into your web site Social sharing icons ought to be integrated in your website design. embrace direct web links to your social media channels from your website and from your social profiles back to your web site. [...]
May 2017
WordPress Website Performance Optimization
These days almost every business personal have a website, there are many ways to make the websites attractive, content rich, responsive so that websites can be seen in different devices without any problem. There are many perfectly structured templates that any one can make use of to get an attractive websites. But after all [...]
November 2016
How to add external/internal file into Drupal 8 theme
This page explains how to add a style sheet or javascript file in to drupal8 theme.
How to render block in Drupal 8 theme template.
Drupal's theme system allows a theme to have nearly complete control over the appearance of the site, which includes both the markup and the CSS used to style the markup. For this system to work, modules, instead of writing HTML markup directly, need to return "render arrays", which are structured hierarchical arrays that include the [...]