Drupal Technical
| 3
min read
This article focuses on how to add new members to Drupal commerce store. Usually, when a new user created with admin role tries to access the store, the action will be restricted with an "Access denied" message. For a user to access the commerce store, he should be a member of the store. Let's find out how to resolve this issue.
Drupal Technical
| 4
min read
You might have seen how to set up http request in core PHP. In this article I'm introducing a Drupal function called 'drupal_http_request' which handles our http request.
Technical Solution
| 5
min read
SASS is called Syntactically Awesome Style-sheets. SASS is said as an extension or scripting language that is interpreted to the CSS. SASS was developed by Hampton Catlin and Nathan Weizenbaum with the aim to maintain complicated style-sheets. As said before with SASS we will be amazing features to build better style-sheets for making life easy.
Drupal Technical
| 6
min read
Facebook plays a vital role in marketing your business. Facebook provides share buttons which can be embedded in your website, enabling you to share the website's data from within the site. Let's find out how this feature can be implemented in a Drupal site.
Drupal Technical
| 4
min read
The way Drupal manages translation have been advancing over several versions. Drupal requires the combination of core & contributed modules to make a site multi-lingual. We will be using Drupal 7's content translation method. One challenge you will be facing is to translate the content into the languages needed. There are lots of tools available for this online like google's translate. Using this method, for example, Arabic node will hold all Arabic values and English node will hold all the English values.
Drupal Technical
| 5
min read
A website will be having two kinds of users mainly, users with administrative privileges and simple users. Most of all a single root user. An administrator one of the main challenge will be in monitoring the site users and its contents. Admin should be notified regarding the new user registration and extra add-ons, etc. For a website with multiple users managing site contents and updates from user roles could become a nightmare.
Technical Solution
| 5
min read
This article is about setting frames names to InDesign templates and uploading steps which could be used as a reference when using Print UI. We need to do certain steps to reach our output. First thing to do is install Print UI extension for In Design, and we could use the extension, Window > Extensions > you could find Print UI add-ons.
Drupal Technical
| 2
min read
Flexslider is one of the most popular modules in Drupal to build responsive slideshows. The Drupal flex slider module integrates with flexslider library for creating slideshows. As per user reviews/feedbacks you could notice certain bugs reported mainly cross browser compatibility issues which you may face while integrating this module.