SAM
Forum Replies Created
-
???? спасибо и отдельное спасибо за плагин, я уже было хотел вручную экспортировать
@fierevere
Больше спасибо. Еще один маленький вопрос, я правильно понял из вашего гайда по переводам что, пакет локализации будет формироваться для загрузки по достижении 95% переведенных строк?@fierevere
Добрый день, вы могли бы дать мне права редактора русского перевода для темы Page Builder Framework?
Возможно, я что-то перевел не верно, в любом случаи я буду смотреть и тестировать перевод на тестовом хостинге и исправлять неточности.
Заранее, премного благодарен. ??Forum: Themes and Templates
In reply to: [Hello Elementor] Default font size@bawean
Tutorial
Just look at the style file of the parent theme and repeat the desired properties in the child theme.
Or you can use the code to insert the child theme functions into the file.function add_google_fonts() { if ( !is_admin() ) { wp_register_style('google-open-sans', 'https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=cyrillic', array(), null, 'all'); wp_register_style('google-roboto', 'https://fonts.googleapis.com/css?family=Roboto:400,700&subset=cyrillic', array(), null, 'all'); wp_enqueue_style('google-open-sans'); wp_enqueue_style('google-roboto'); } } add_action('wp_enqueue_scripts', 'add_google_fonts');
Forum: Themes and Templates
In reply to: [Hello Elementor] Translation of Hello Elementor: RussianБуду признателен. Спасибо.
Forum: Themes and Templates
In reply to: [Hello Elementor] CommentsIn my opinion, this is more a question for the comment widget ??
Forum: Themes and Templates
In reply to: [Hello Elementor] Default font sizeUse child theme.
Forum: Themes and Templates
In reply to: [Hello Elementor] Translation of Hello Elementor: RussianHello.
Translated six lines of Russian translation. Check, please.Thanks for the theme ??
- This reply was modified 5 years, 8 months ago by SAM.
TobiasBg, many thanks for the prompt reply. Everything turned out to be much easier) Your answer helped me very well.
Hi.
Tell me, is it possible to put the search form somewhere in a separate place on the page but that the search should be on all the tables?- This reply was modified 6 years, 11 months ago by SAM.