preloader

Tag: Drupal 7

Drupal 7 slideshow gallery per node page with thumbnails optional

Drupal 7 slideshow gallery per node page with thumbnails optional

Option 1: Field Slideshow and Field Collection modules Provides a Slideshow formatter for Image fields, using JQuery Cycle plugin.Compared to Views slideshows, building the slideshow from multiple nodes, this module builds it from a single node, with a multi-valued Image/Media/Field Collection field. https://www.drupal.org/project/field_slideshow Install and enable the module, take note of required.

Drupal 7 error on PHP 7: Fatal error: Only variables can be passed by reference in C:xampphtdocsxxxsitesallmodulescommercemodulescartcommerce_cart.module on line 1344

A common error on Drupal 7 running on PHP 7: Fatal error: Only variables can be passed by reference in C:xampphtdocsxxxsitesallmodulescommercemodulescartcommerce_cart.module on line 1344 Fixes: Ensure Drupal is updated to latest stable version (as of posting: Drupal 7.56) Install Ctools dev version (as of posting: ctools 7.x-1.x-dev) https://www.drupal.org/project/ctools/releases/7.x-1.x-dev This will fix a related error: Deprecated function: Methods with the.

How to install Owl Carousel module in Drupal 7

Download & install the Owl Carousel module – http://drupal.org/project/owlcarousel Download & install any prerequisite modules, Libraries, Variable & jQuery Update. Download Owl Carousel library from any of these links.  http://owlgraphic.com/owlcarousel https://github.com/OwlFonk/OwlCarousel https://owlcarousel2.github.io/OwlCarousel2/ https://owlcarousel2.github.io/OwlCarousel2/docs/started-welcome.html This is important as otherwise you will get the error when you run cron “Owl Carousel library not.

File upload error. Could not move uploaded file.

In Drupal, in example, version 7, you need to check the following if you encounter the error: “File upload error. Could not move uploaded file.” Check that a temporary directory is present and correctly configured in File System By default you need to set, ensure that existing, a corresponding folder.