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

"; // line 10 if (isset($context["environment"])) { $_environment_ = $context["environment"]; } else { $_environment_ = null; } echo twig_escape_filter($this->env, $this->getAttribute($_environment_, "translate", array(0 => "Welcome to the"), "method"), "html", null, true); echo " "; if (isset($context["plugin_name"])) { $_plugin_name_ = $context["plugin_name"]; } else { $_plugin_name_ = null; } echo twig_escape_filter($this->env, $_plugin_name_, "html", null, true); echo " v "; if (isset($context["plugin_version"])) { $_plugin_version_ = $context["plugin_version"]; } else { $_plugin_version_ = null; } echo twig_escape_filter($this->env, $_plugin_version_, "html", null, true); echo "

"; // line 13 if (isset($context["environment"])) { $_environment_ = $context["environment"]; } else { $_environment_ = null; } echo twig_escape_filter($this->env, $this->getAttribute($_environment_, "translate", array(0 => "Photo Gallery plugin is created for people who would like to show their photos in a marvelous way. Perform your best ideas, making delightful presentations or galleries from videos and photos."), "method"), "html", null, true); echo "

"; // line 21 if (isset($context["environment"])) { $_environment_ = $context["environment"]; } else { $_environment_ = null; } echo twig_escape_filter($this->env, $this->getAttribute($_environment_, "translate", array(0 => "Step-by-step tutorial"), "method"), "html", null, true); echo "

"; // line 23 if (isset($context["environment"])) { $_environment_ = $context["environment"]; } else { $_environment_ = null; } echo twig_escape_filter($this->env, $this->getAttribute($_environment_, "translate", array(0 => "There’re really many options of photo gallery plugin customization. So as soon as you close that page, I’ll show you step-by-step tutorial of how to use plugin. Hope it will be usefull for you :)"), "method"), "html", null, true); echo "

"; // line 27 if (isset($context["environment"])) { $_environment_ = $context["environment"]; } else { $_environment_ = null; } echo twig_escape_filter($this->env, $this->getAttribute($_environment_, "translate", array(0 => "Support"), "method"), "html", null, true); echo "

"; // line 29 if (isset($context["environment"])) { $_environment_ = $context["environment"]; } else { $_environment_ = null; } echo $this->getAttribute($_environment_, "translate", array(0 => "We love our plugin and do the best to improve all features you want and fix all issues. But sometimes some issues happened or you can’t find feature you want :) Don’t worry, just contact us . We’ll answer in an hour and fix all issues."), "method"); echo "

"; // line 35 if (isset($context["environment"])) { $_environment_ = $context["environment"]; } else { $_environment_ = null; } echo twig_escape_filter($this->env, $this->getAttribute($_environment_, "translate", array(0 => "Video Tutorial"), "method"), "html", null, true); echo "

"; // line 47 if (isset($context["environment"])) { $_environment_ = $context["environment"]; } else { $_environment_ = null; } echo twig_escape_filter($this->env, $this->getAttribute($_environment_, "translate", array(0 => "Frequently Asked Questions"), "method"), "html", null, true); echo "

"; // line 51 if (isset($context["environment"])) { $_environment_ = $context["environment"]; } else { $_environment_ = null; } echo twig_escape_filter($this->env, $this->getAttribute($_environment_, "translate", array(0 => "Gallery doesn’t load on the front end. If the loading gallery icon just keeps playing but never loads the gallery."), "method"), "html", null, true); echo "

\t\t\t\t\t\t\tMost likely there are conflicts with your theme or other plugins. Please contact us through our internal support. We will check what is wrong and will help you to solve the problem.

"; // line 58 if (isset($context["environment"])) { $_environment_ = $context["environment"]; } else { $_environment_ = null; } echo twig_escape_filter($this->env, $this->getAttribute($_environment_, "translate", array(0 => "How to change the position of photos in gallery?"), "method"), "html", null, true); echo "

\t\t\t\t\t\t\tTo change the position of photos just drag them manually on the Images List and click save. Also there you can sort the images by add date, create date, size, name and tags.

\t\t\t\t\t\t

"; // line 65 if (isset($context["environment"])) { $_environment_ = $context["environment"]; } else { $_environment_ = null; } echo twig_escape_filter($this->env, $this->getAttribute($_environment_, "translate", array(0 => "How to insert gallery into widget?"), "method"), "html", null, true); echo "

\t\t\t\t\t\t\tIf you want to use gallery in widgets -

  1. "; // line 70 if (isset($context["environment"])) { $_environment_ = $context["environment"]; } else { $_environment_ = null; } echo twig_escape_filter($this->env, $this->getAttribute($_environment_, "translate", array(0 => "Go to Appearance -> Widgets."), "method"), "html", null, true); echo "
  2. "; // line 71 if (isset($context["environment"])) { $_environment_ = $context["environment"]; } else { $_environment_ = null; } echo twig_escape_filter($this->env, $this->getAttribute($_environment_, "translate", array(0 => "You’ll see Gallery by Supsystic Widget on the left. Drag it to the area, where you want it to appear."), "method"), "html", null, true); echo "
  3. "; // line 72 if (isset($context["environment"])) { $_environment_ = $context["environment"]; } else { $_environment_ = null; } echo twig_escape_filter($this->env, $this->getAttribute($_environment_, "translate", array(0 => "Then choose what gallery you want to display. And press save."), "method"), "html", null, true); echo "

"; // line 77 if (isset($context["environment"])) { $_environment_ = $context["environment"]; } else { $_environment_ = null; } echo twig_escape_filter($this->env, $this->getAttribute($_environment_, "translate", array(0 => "Check all other FAQs"), "method"), "html", null, true); echo "

env, $_start_url_, "html", null, true); echo "\" style=\"font-size: 20px\" class=\"button button-primary button-hero\"> "; // line 82 if (isset($context["environment"])) { $_environment_ = $context["environment"]; } else { $_environment_ = null; } echo twig_escape_filter($this->env, $this->getAttribute($_environment_, "translate", array(0 => "Let's Start!"), "method"), "html", null, true); echo "
"; } public function getTemplateName() { return "@promo/promo.twig"; } public function isTraitable() { return false; } public function getDebugInfo() { return array ( 181 => 82, 176 => 81, 168 => 77, 159 => 72, 154 => 71, 149 => 70, 140 => 65, 129 => 58, 118 => 51, 110 => 47, 94 => 35, 84 => 29, 78 => 27, 70 => 23, 64 => 21, 52 => 13, 39 => 10, 31 => 4, 28 => 3,); } }