parent = $this->env->loadTemplate("grid-gallery.twig"); $this->blocks = array( 'header' => array($this, 'block_header'), 'content' => array($this, 'block_content'), ); } protected function doGetParent(array $context) { return "grid-gallery.twig"; } protected function doDisplay(array $context, array $blocks = array()) { $this->parent->display($context, array_merge($this->blocks, $blocks)); } // line 3 public function block_header($context, array $blocks = array()) { // line 4 echo " "; } // line 13 public function block_content($context, array $blocks = array()) { // line 14 echo "
"; // line 20 echo "

"; echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('translate')->getCallable(), array("Step-by-step Tutorial")), "html", null, true); echo "

env, $this->getAttribute($_environment_, "generateUrl", array(0 => "promo", 1 => "showTutorial"), "method"), "html", null, true); echo "\" class=\"button button-primary button-hero\"> "; // line 24 echo twig_escape_filter($this->env, call_user_func_array($this->env->getFunction('translate')->getCallable(), array("Begin Step-by-step Tutorial")), "html", null, true); echo "

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?
\t\t\t\t
What is Gallery Loader?
Check all FAQs

Video tutorial

Server Settings

    "; // line 86 if (isset($context["serverSettings"])) { $_serverSettings_ = $context["serverSettings"]; } else { $_serverSettings_ = null; } $context['_parent'] = (array) $context; $context['_seq'] = twig_ensure_traversable($_serverSettings_); foreach ($context['_seq'] as $context["title"] => $context["element"]) { // line 87 echo "
  • "; // line 88 if (isset($context["title"])) { $_title_ = $context["title"]; } else { $_title_ = null; } echo twig_escape_filter($this->env, trim($_title_), "html", null, true); echo ":
    "; // line 89 if (isset($context["element"])) { $_element_ = $context["element"]; } else { $_element_ = null; } echo twig_escape_filter($this->env, trim($this->getAttribute($_element_, "value")), "html", null, true); echo "
  • "; } $_parent = $context['_parent']; unset($context['_seq'], $context['_iterated'], $context['title'], $context['element'], $context['_parent'], $context['loop']); $context = array_intersect_key($context, $_parent) + $_parent; // line 92 echo "

News

"; // line 98 if (isset($context["news"])) { $_news_ = $context["news"]; } else { $_news_ = null; } echo $_news_; echo "

All news

Contact form

"; // line 110 echo " "; $context["form"] = $this->env->loadTemplate("@core/form.twig"); // line 111 echo " "; // line 112 if (isset($context["form"])) { $_form_ = $context["form"]; } else { $_form_ = null; } if (isset($context["environment"])) { $_environment_ = $context["environment"]; } else { $_environment_ = null; } if (isset($context["_wpnonce"])) { $__wpnonce_ = $context["_wpnonce"]; } else { $__wpnonce_ = null; } echo $_form_->getopen("post", $this->getAttribute($_environment_, "generateUrl", array(0 => "overview", 1 => "sendMail"), "method"), array("id" => "form-settings", "style" => "max-width: 428px;", "_wpnonce" => $__wpnonce_)); echo " "; // line 117 if (isset($context["form"])) { $_form_ = $context["form"]; } else { $_form_ = null; } if (isset($context["contactForm"])) { $_contactForm_ = $context["contactForm"]; } else { $_contactForm_ = null; } echo $_form_->getrow((call_user_func_array($this->env->getFunction('translate')->getCallable(), array("Name")) . " *"), $_form_->gettext("name", $this->getAttribute($_contactForm_, "name"), array("required" => ""))); // line 118 echo " "; // line 120 if (isset($context["form"])) { $_form_ = $context["form"]; } else { $_form_ = null; } if (isset($context["contactForm"])) { $_contactForm_ = $context["contactForm"]; } else { $_contactForm_ = null; } echo $_form_->getrow((call_user_func_array($this->env->getFunction('translate')->getCallable(), array("Email")) . " *"), $_form_->gettext("email", $this->getAttribute($_contactForm_, "email"), array("required" => ""))); // line 121 echo " "; // line 123 if (isset($context["form"])) { $_form_ = $context["form"]; } else { $_form_ = null; } if (isset($context["contactForm"])) { $_contactForm_ = $context["contactForm"]; } else { $_contactForm_ = null; } echo $_form_->getrow((call_user_func_array($this->env->getFunction('translate')->getCallable(), array("Website")) . " *"), $_form_->gettext("website", $this->getAttribute($_contactForm_, "website"), array("required" => ""))); // line 124 echo " "; // line 126 if (isset($context["form"])) { $_form_ = $context["form"]; } else { $_form_ = null; } echo $_form_->getrow((call_user_func_array($this->env->getFunction('translate')->getCallable(), array("Subject")) . " *"), $_form_->gettext("subject", "", array("required" => ""))); // line 127 echo "
"; // line 169 if (isset($context["form"])) { $_form_ = $context["form"]; } else { $_form_ = null; } echo $_form_->getclose(); echo "
"; } public function getTemplateName() { return "@overview/index.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 303 => 174, 294 => 169, 278 => 156, 272 => 153, 261 => 145, 255 => 142, 249 => 139, 243 => 136, 235 => 131, 229 => 127, 226 => 126, 222 => 124, 218 => 123, 214 => 121, 210 => 120, 206 => 118, 202 => 117, 191 => 112, 188 => 111, 185 => 110, 170 => 98, 162 => 92, 152 => 89, 147 => 88, 144 => 87, 139 => 86, 74 => 24, 68 => 22, 62 => 20, 58 => 14, 55 => 13, 44 => 8, 36 => 6, 32 => 4, 29 => 3,); } }