vadim-v
Forum Replies Created
-
Forum: Plugins
In reply to: [Uji Countdown] Countdown Timer In My Site HeaderIt’s much easier.
Add this code to the widget “text”:<div style=”width: 1050px; margin: 56px auto 0px auto; position: absolute; right: 0px; left: 0px; top: 0;”>[ujicountdown id=”White” expire=”2013/06/05 20:58″ hide = “true”]
</div>Forum: Plugins
In reply to: [Ultimate Modal] Ultimate Modal. How? window opens when you clickWhat is to be done in code so that the window opened by clicking on the link?
That’s like this: https://www.ads-software.com/plugins/easy-modal/
Forum: Plugins
In reply to: [Uji Countdown] [Plugin: Uji Countdown] Where's multilanguage?uji-countdown-ru_RU.по
I know that. But it is not working.
I’ve already done as described above.It is better to please help in this topic:
https://www.ads-software.com/support/topic/uji-countdown-11-page-is-constantly-reboots?replies=4Forum: Plugins
In reply to: [Uji Countdown] Uji Countdown 1.1 page is constantly rebootsTell me please! In which file is correct?
Forum: Plugins
In reply to: [Uji Countdown] Uji Countdown 1.1 page is constantly rebootsExactly one hour after the completion time, the page blinks.
Constantly overloaded.Checked. When it took more than an hour, the timer disappears.
But an hour’s non-responsive, continuously reset.Forum: Plugins
In reply to: [Easy Modal] Easy Modal, The window opens off screenHow to make so that it will always open in the center of the screen?
Regardless of page scrolling.Forum: Plugins
In reply to: [Uji Countdown] [Plugin: Uji Countdown] Where's multilanguage?It worked!
I changed the file uji-countdown-front.php
line 190:
wp_localize_script('js_countdown', 'ujiCount', array( 'uji_plugin' => UJI_PLUGIN_URL, 'expire' => $expire, 'Years' => __("Года", "uji-countdown"), 'Months' => __("Месяцы", "uji-countdown"), 'Weeks' => __("Недели", "uji-countdown"), 'Days' => __("Дни", "uji-countdown"), 'Hours' => __("Часы", "uji-countdown"), 'Minutes' => __("Минуты", "uji-countdown"), 'Seconds' => __("Секунды", "uji-countdown"), 'Year' => __("Год", "uji-countdown"), 'Month' => __("Месяц", "uji-countdown"), 'Week' => __("Неделя", "uji-countdown"), 'Day' => __("День", "uji-countdown"), 'Hour' => __("Час", "uji-countdown"), 'Minute' => __("Минуты", "uji-countdown"), 'Second' => __("Секунда", "uji-countdown"),
Forum: Plugins
In reply to: [Uji Countdown] [Plugin: Uji Countdown] Where's multilanguage?I translated, but the translation will not work.
File:
uji-countdown-ru_RU.pomsgid "" msgstr "" "Project-Id-Version: uji-countdown\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2012-01-20 11:55+0200\n" "PO-Revision-Date: 2013-05-30 22:00+0300\n" "Last-Translator: Ujimoto <[email protected]>\n" "Language-Team: ujimoto <[email protected]>\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Poedit-KeywordsList: _e\n" "X-Poedit-SourceCharset: utf-8\n" "Language: ru_RU\n" "X-Generator: Poedit 1.5.4\n" #: uji-countdown-front.php:105 uji-countdown-set.php:18 msgid "Years" msgstr "Года" #: uji-countdown-front.php:105 msgid "Months" msgstr "Месяцы" #: uji-countdown-front.php:105 msgid "Weeks" msgstr "Недели" #: uji-countdown-front.php:105 msgid "Days" msgstr "Дни" #: uji-countdown-front.php:105 msgid "Hours" msgstr "Часы" #: uji-countdown-front.php:105 msgid "Minutes" msgstr "Минуты" #: uji-countdown-front.php:105 msgid "Seconds" msgstr "Секунды" #: uji-countdown-front.php:106 msgid "Year" msgstr "Год" #: uji-countdown-front.php:106 msgid "Month" msgstr "Месяц" #: uji-countdown-front.php:106 msgid "Week" msgstr "Неделя" #: uji-countdown-front.php:106 msgid "Day" msgstr "День" #: uji-countdown-front.php:106 msgid "Hour" msgstr "Час" #: uji-countdown-front.php:106 msgid "Minute" msgstr "Минута" #: uji-countdown-front.php:106 msgid "Second" msgstr "Секунда"
Forum: Plugins
In reply to: [Uji Countdown] Uji Countdown 1.1 page is constantly reboots[ujicountdown id=”Red” expire=”2013/05/30 20:30″ hide = “true”]
Forum: Plugins
In reply to: [Uji Countdown] [Plugin: Uji Countdown] Where's multilanguage?In what file are changing the days, hours, minutes, seconds?
Hi Tom,
Thanks for your support!
If you have questions, write.
In the theme, only frame with shadow.
If needed.
Tell sizes.
I’ll draw similar.Your themes by the same author
/*
Skin Name: Nivo Slider Dark Theme
Skin URI: https://nivo.dev7studios.com
Description: A dark skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom
Author URI: https://dev7studios.com
Supports Thumbs: true
*//*
Skin Name: Orman Theme
Skin URI: https://nivo.dev7studios.com
Skin Type: fixed
Image Width: 568
Image Height: 268
Description: A light and green skin for the Nivo Slider.
Version: 1.0
Author: Gilbert Pellegrom & Orman Clark
Author URI: https://dev7studios.com
Modified: bobbingwide for oik-nivo-slider
*/Add Folder
/wp-content/plugins/ml-slider/assets/nivoslider/themes/ormanThen add a line ml-slider.php
<select class='option nivo' name="settings[theme]"> <option value='default' <?php if ($this->slider->get_setting('theme') == 'default') echo 'selected=selected' ?>>Default</option> <option value='dark' <?php if ($this->slider->get_setting('theme') == 'dark') echo 'selected=selected' ?>>Dark</option> <option value='orman' <?php if ($this->slider->get_setting('theme') == 'orman') echo 'selected=selected' ?>>Orman</option> <option value='light' <?php if ($this->slider->get_setting('theme') == 'light') echo 'selected=selected' ?>>Light</option> <option value='bar' <?php if ($this->slider->get_setting('theme') == 'bar') echo 'selected=selected' ?>>Bar</option> </select>
Only the size of images to adjust manually.
If the image size larger than they climbs for a slider.