Full page search

Component type

module

Maintenance status

Development status

Downloads

367

Component created

Component changed

Introduction:
-------------------
This module provide functionality to open search from on full page
and you can also open search form by the click of CTRL+F.

If you want to add this functionality on any link.
Please add "full-page-search-form" id with element tag.
as: <a href="#" id="full-page-search-form">Click here</a>

Requirements:
------------------
This module requires the following modules:
* Jquery Colorpicker
* Search

Installation:
------------

Image style per role

Component type

module

Maintenance status

Development status

Component created

Component changed

Image style per role is a new Image field formatter that allows to display image with a different image style for every role.
Module has a configuration for roles and styles available.

If the user has a multiple roles - the image style for role with a highest weight would be used as a priority.

A11y Dialog

Component type

module

Maintenance status

Development status

Downloads

137

Component created

Component changed

Synopsis

The A11y Dialog module implements the A11y Dialog JavScript Library.

“Dialog windows are especially problematic for screen reader users.
Often times the user is able to “escape” the window and interact with
other parts of the page when they should not be able to. This is
partially due to the way screen reader software interacts with the
browser.”

Panels: Stack-tab

Component type

module

Maintenance status

Development status

Downloads

424

Component created

Component changed

Synopsis

This module defines a Panels pane style which changes from stacked to tabbed as the screen width shrinks.

User stories:

As an themer, I want to be able to make panel panes that switch between stacked and tabbed view as the user's viewport changes, so that I can save vertical space when my site is viewed on a mobile device.

Requirements

This module requires the following modules:

Drupal 7 version:

Ajax class

Component type

module

Categories

Maintenance status

Development status

Component created

Component changed

Adds a class to ajax-ing elements and body and disables the default throbber.

All ajax loading can then be styled in CSS using classes:

body.ajax-waiting
body.ajax-complete
input[type="submit"].ajax-class-trigger

Fancyload

Component type

module

Maintenance status

Development status

Component created

Component changed

This lightweight module will automatically provide lazyloading of images on your website in a pinterest-style color scheme. It fetches the main color of your image and serves it until your image is loaded.

The module is great for performance and SEO, since it only loads images that are actually viewed in the viewport. Especially on mobile devices this results in faster loading of your pages.

Installation instructions

More Global Variables

Component type

module

Maintenance status

Development status

Downloads

1257

Component created

Component changed

This is a small module that gives users some global variables that can be then printed in any twig template. For example, if you wanted to print the current page title as the last menu in a breadcrumb, you could print {{ global_variables.current_page_title }} in breadcrumb.html.twig. It can also be printed in any other template - html.html.twig, page.html.twig, node.html.twig, field.html.twig, etc.