Zexler
Forum Replies Created
-
Forum: Plugins
In reply to: [Connect Polylang for Elementor] Polylang + Latest E Pro VersionThank you for taking up this issue. I like Polylang very much. Together with Elementor, it allows to do very flexible things than other translation plugins. It would be great to combine it with Polyleng in the one box, but the Polylang guys are very slow.
Forum: Plugins
In reply to: [Multisite Language Switcher] syntax error on updateI have php version 7.3. The error is the same.
I deleted object-cache.php file. But the problem remains. Deactivated the cache plugin. But still this error.
- This reply was modified 4 years, 4 months ago by Zexler.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Invalid comment orderPerhaps or for sure? In which version?
Forum: Plugins
In reply to: [AdRotate Banner Manager - The only ad manager you'll need] SQL ErrorAdRotate, page – Statictics
Forum: Plugins
In reply to: [AnyComment] Нет перевода одного словаЯ добавил уже =)
Forum: Plugins
In reply to: [AnyComment] Нет перевода одного словаДа, у админки WordPress.
Forum: Plugins
In reply to: [AnyComment] Нет перевода одного словаУже все проверил, переводы были, но не для вашего плагина.
Верс?я AnyComment: 0.1.25
Верс?я WordPress: 5.4
Верс?я PHP: 7.4.4
Локал?зац?я: uk
Завантажен? розширення: Core, date, libxml, openssl, pcre, zlib, filter, hash, Reflection, SPL, session, standard, sodium, apache2handler, mysqlnd, PDO, xml, bcmath, calendar, ctype, curl, dom, mbstring, FFI, fileinfo, ftp, gd, gettext, iconv, imagick, imap, intl, json, exif, mysqli, pdo_mysql, Phar, posix, readline, shmop, SimpleXML, soap, sockets, sysvmsg, sysvsem, sysvshm, tokenizer, xmlreader, xmlrpc, xmlwriter, xsl, zip, Zend OPcache
Загальн? Налаштування: {“option_plugin_toggle”:”on”,”option_default_sort_by”:”desc”,”option_comment_rating”:”likes”,”option_default_avatar”:”anycomment”,”option_register_default_group”:”subscriber”,”option_datetime_format”:”native”,”option_comment_update_time”:”5″,”option_comments_count_per_page”:”20″,”options_load_on_scroll”:”on”,”option_comments_user_agreement_link”:””,”options_form_type”:”form_option_wordpress_only”,”options_guest_fields”:”{name} {email}”,”options_show_updated_info”:”on”,”option_editor_toggle”:”on”,”option_editor_toolbar_bold”:”on”,”option_editor_toolbar_italic”:”on”,”option_editor_toolbar_underline”:”on”,”option_editor_toolbar_blockquote”:”on”,”option_editor_toolbar_ordered”:”on”,”option_editor_toolbar_bullet”:”on”,”option_editor_toolbar_link”:”on”,”option_editor_toolbar_clean”:”on”,”options_design_font_size”:”14px”,”options_design_font_family”:”‘Noto-Sans’, sans-serif”,”options_design_text_color”:”#2a2e2e”,”options_design_link_color”:”#1da1f2″,”options_design_global_background_color”:””,”options_design_global_background_border_radius”:””,”options_design_global_margin”:”20px 0″,”options_design_global_padding”:””,”options_design_global_radius”:”10px”,”options_design_semi_hidden_color”:”#b6c1c6″,”options_design_form_field_background_color”:”#ffffff”,”options_design_attachment_color”:”#eeeeee”,”options_design_attachment_background_color”:”#eeeeee”,”options_design_avatar_radius”:”50% 50% 50% 0″,”options_design_parent_avatar_size”:”48px”,”options_design_child_avatar_size”:”30px”,”options_design_button_radius”:”20px”,”options_design_button_color”:”#ffffff”,”options_design_button_background_color”:”#1da1f2″,”options_design_button_background_color_active”:”#4f9f49″,”options_moderate_words”:””,”option_notify_sender_name”:””,”option_interval_comment_check”:”10″,”option_notify_subscribe_email_template”:”New comment in {blogUrlHtml}.\r\nFrom post {postUrlHtml}.\r\n\r\n{commentFormatted}\r\n{replyButton}\r\n\r\nYou were subscribed to this post.\r\n\r\nYou may unbsubscribe by following this link:\r\n{unsubscribeUrl}”,”option_notify_subscribe_confirmation_email_template”:”You were subscribed to {postUrlHtml} on {postTitle}.\r\n\r\nPlease follow link below to confirm this action or ignore this message if you think you received this by mistake.\r\n\r\n{confirmatiomButton}\r\n\r\nOr use link below:\r\n{confirmationUrl}”,”options_files_save_path”:””,”options_files_save_serve_url”:””,”options_files_mime_types”:”image\/*, .pdf”,”options_files_limit”:”5″,”options_files_limit_period”:”900″,”options_files_max_size”:”1.5″,”option_seo_display_limit”:””,”option_seo_sorting”:”newest_to_old”,”option_editor_css”:””,”submit”:”\u0417\u0431\u0435\u0440\u0435\u0433\u0442\u0438″}
Активн? плаг?ни:
All In One WP Security (4.4.3)
AnyComment (0.1.25)
Classic Editor (1.5)
Cyr-To-Lat (4.3.5)
Elementor Pro (2.9.2)
Elementor (2.9.7)
JetBlocks For Elementor (1.2.2)
JetBlog For Elementor (2.2.4)
JetElements For Elementor (2.2.13)
JetEngine (2.2.7)
JetMenu (2.0.2)
JetSearch For Elementor (2.1.5)
JetStyleManager (1.0.0-beta)
JetTabs For Elementor (2.1.4)
JetTricks (1.2.8)
Post Views Counter (1.3.1)
TinyMCE Advanced (5.4.0)
WP File Manager (5.9)Створено в: 2020-04-16T09:40:52+00:00
Forum: Plugins
In reply to: [Custom Icons for Elementor] Please fixОк, sent to your mail access. You can do anything, I made a backup.
- This reply was modified 6 years, 3 months ago by Zexler.
Forum: Plugins
In reply to: [Custom Icons for Elementor] Please fixYes, and also from Flaticon.
Forum: Plugins
In reply to: [WP ULike - All-in-One Engagement Toolkit] Incorrect sortingNew code. Shows the correct sorting, but in the wrong direction. DESC dont work.
`
<?php
$args = array(
‘post_status’ =>’published’,
‘post_type’ =>’post’,
‘orderby’ => ‘meta_value_num’,
‘meta_key’ => ‘_liked’,
‘posts_per_page’ => 10,
);
$postslist = get_posts( $args );
foreach ($postslist as $post) : setup_postdata($post); ?><?php the_title(); ?>
<?=wp_ulike_get_post_likes(get_the_ID()); ?>
<?php //the_meta(); ?><?php endforeach; ?>
<?php wp_reset_postdata() ?>