{% extends 'grid-gallery.twig' %} {% block header %} {% endblock %} {% block content %}
{#

Gallery by Supsystic

This plugin can easily build a bright gallery especially, if you are a photographer or a designer, Grid Gallery will be useful for you because you will be able to present your works in an unusual way. It is enough to install the plugin once, and it will work for you all the time, creating a beautiful collection of your best photos. The only thing you need to do is to set the preferred parameters of the WordPress grid gallery.
#}

{{ translate('Step-by-step Tutorial') }}

{{ translate('Begin Step-by-step Tutorial') }}

FAQ and Documentation

Gallery plugin installation
Gallery doesn’t load on the front end. If the loading gallery icon just keeps playing but never loads the gallery.
How to change the position of photos in gallery?
What is Gallery Loader?
Check all FAQs

Video tutorial

Server Settings

    {% for title, element in serverSettings %}
  • {{ title|trim }}:
    {{ element.value|trim }}
  • {% endfor %}

News

{{ news|raw }}

All news

Contact form

{#
Translate plugin in your language and get a Premium license for FREE
#} {% import '@core/form.twig' as form %} {{ form.open('post', environment.generateUrl('overview', 'sendMail'), { 'id': 'form-settings', 'style': 'max-width: 428px;', '_wpnonce': _wpnonce }) }} {{ form.row(translate('Name') ~ ' *', form.text('name', contactForm.name, { 'required': '' })) }} {{ form.row(translate('Email') ~ ' *', form.text('email', contactForm.email, { 'required': '' })) }} {{ form.row(translate('Website') ~ ' *', form.text('website', contactForm.website, { 'required': '' })) }} {{ form.row(translate('Subject') ~ ' *', form.text('subject', '', { 'required': '' })) }}
{{ form.close() }}
{% endblock %}