Jump to content

duncan

Members
  • Posts

    8
  • Joined

  • Last visited

Everything posted by duncan

  1. /site/modules/ProcessMenuBuilder/ProcessMenuBuilder.css 178 line div.handle i.fa-trash { position: relative; border: none; padding: 0.6em; /*margin-right: -2.125em;*/ top: 1px; } fix: add comment margin
  2. Google Search Console talk: "Sitemap file is in HTML format" ?
  3. dear kongondo, help the beginner: two languages on the site connected module 0.2.3 $menu = $modules->get('MarkupMenuBuilder'); $options = array( 'has_children_class' => 'has_children', 'current_class' => 'current', 'menu_css_id' => 'nav_home', 'menu_css_class' => 'slimmenu', ); echo $menu->render('menu', $options); 1 language - everything is fine, 2 language: Error: Exception: No menu items found! Confirm that such a menu exists and that it has menu items. (in /var/www/***/site/modules/ProcessMenuBuilder/MarkupMenuBuilder.module line 1415) <code>#0 /var/www/***/site/modules/ProcessMenuBuilder/MarkupMenuBuilder.module(105): ProcessWire\MarkupMenuBuilder-&gt;throwError()</code><br /> <code>#1 /var/www/***/site/templates/home.php(24): ProcessWire\MarkupMenuBuilder-&gt;render(&#039;menu&#039;, Array)</code><br /> <code>#2 /var/www/***/wire/core/TemplateFile.php(287): require(&#039;/var/www/...&#039;)</code><br /> <code>#3 /var/www/***/wire/core/Wire.php(380): ProcessWire\TemplateFile-&gt;___render()</code><br /> <code>#4 /var/www/***/wire/core/WireHooks.php(714): ProcessWire\Wire-&gt;_callMethod(&#039;___render&#039;, Array)</code><br /> <code>#5 /var/www/***/wire/core/Wire.php(442): ProcessWire\WireHooks-&gt;runHooks(Object(ProcessWire\TemplateFile), &#039;render&#039;, Ar</code></b><br /><br /><small>This error message was shown because: you are logged in as a Superuser. Error has been logged. </small></p> What did I want to do?
  4. thanks for your advice, so did) I wrote to Ryan, so he added to the release
  5. dear Ryan, please see this: 

     post #6

  6. please add the lines below to the /wire/modules/Inputfield/InputfieldPageName/InputfieldPageName.module: 'ґ' => 'g', 'Ґ' => 'g', 'ї' => 'i', 'Ї' => 'i', 'є' => 'ie', 'Є' => 'ie', 'і' => 'i', 'І' => 'i', 'ь' => '', 'Ь' => '', these are additional symbols of the Ukrainian alphabet
  7. Instruction for Ukrainian-speaking users: Завантажити архів (ZIP або CSV) В адмінці перейти: Setup - Languages - Add New Заповнити поля: Title -- Українська, Name -- uk Натиснути кнопку "Save" Натиснути кнопку "Choose File", щоб обрати завантажений архів, зачекати доки усі змінні завантажаться і натиснути "Save" У правому верхньому куті обрати Admin - Profile і перемкнути мову на "Українська". Рекомендовано вийти і зайти в адмінку
  8. Ukrainian translation, based on ProcessWire 3.0.88 Dev *** Не буду стверджувати, що переклад ідеальний, орієнтовно на 4+ https://en.wikipedia.org/wiki/Ukrainian_language uk-wire.csv
×
×
  • Create New...