Title: Sergiy's Replies | WordPress.org

---

# Sergiy

  [  ](https://wordpress.org/support/users/se8pro/)

 *   [Profile](https://wordpress.org/support/users/se8pro/)
 *   [Topics Started](https://wordpress.org/support/users/se8pro/topics/)
 *   [Replies Created](https://wordpress.org/support/users/se8pro/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/se8pro/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/se8pro/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/se8pro/engagements/)
 *   [Favorites](https://wordpress.org/support/users/se8pro/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/users/se8pro/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/se8pro/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Smart Cookie Kit] The problem of displaying videos from Youtube](https://wordpress.org/support/topic/the-problem-of-displaying-videos-from-youtube/)
 *  Thread Starter [Sergiy](https://wordpress.org/support/users/se8pro/)
 * (@se8pro)
 * [3 years, 4 months ago](https://wordpress.org/support/topic/the-problem-of-displaying-videos-from-youtube/#post-16429226)
 * The plugin hasn’t been updated in a long time.
   no support repliesmodule domain
   not workingprobably abandoned it
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Motors VIN Decoder] Plugin not working](https://wordpress.org/support/topic/plugin-not-working-1133/)
 *  Thread Starter [Sergiy](https://wordpress.org/support/users/se8pro/)
 * (@se8pro)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/plugin-not-working-1133/#post-15888703)
 * Hello! Thanks for the answer
 * I checked by disabling the template and plugins.
    It turns out that the reason
   is in the popular Elementor plugin even in the latest version 3.6.8. When I add
   a shortcode to a page and use the visual page editor – Elementor. But it works
   when I add the widget of this module. I also noticed that not all text elements
   in the plugin do not support translation into other languages (so that the fields
   can be translated using additional plugins like WPML or analogues). For example
   fields:
 *     ```
       Try a sample VIN
       Recheck
       SPECIFICATIONS
       NOTE
       ```
   
 * When you have the opportunity – please make changes, thanks
    -  This reply was modified 3 years, 10 months ago by [Sergiy](https://wordpress.org/support/users/se8pro/).
    -  This reply was modified 3 years, 10 months ago by [Sergiy](https://wordpress.org/support/users/se8pro/).
    -  This reply was modified 3 years, 10 months ago by [Sergiy](https://wordpress.org/support/users/se8pro/).
    -  This reply was modified 3 years, 10 months ago by [Sergiy](https://wordpress.org/support/users/se8pro/).
    -  This reply was modified 3 years, 10 months ago by [Sergiy](https://wordpress.org/support/users/se8pro/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPML Shortcode Translator] Please add support php 8+](https://wordpress.org/support/topic/please-add-support-php-8/)
 *  Thread Starter [Sergiy](https://wordpress.org/support/users/se8pro/)
 * (@se8pro)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/please-add-support-php-8/#post-15854186)
 * Although I see it works
    It was rather a compatibility issue with other modules
   earlier.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Strong Testimonials] Display testimonials (in all languages) on one page](https://wordpress.org/support/topic/display-testimonials-in-all-languages-on-one-page/)
 *  Thread Starter [Sergiy](https://wordpress.org/support/users/se8pro/)
 * (@se8pro)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/display-testimonials-in-all-languages-on-one-page/#post-15293623)
 * Hello Mihaela, yes I understand
    I’m not new to WordPress, I’ve been working 
   with it since 2009) a page in another language is created, and all the same shortcodes
   are added there but the task is different, to show the same reviews (in the original
   language) on other pages of language versions since, for example, it is suitable
   for the Ukrainian and Russian languages, show reviews in the original language–
   all people understand the translation
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[html after URL] not working with wpml multilangual](https://wordpress.org/support/topic/not-working-with-wpml-multilangual/)
 *  Thread Starter [Sergiy](https://wordpress.org/support/users/se8pro/)
 * (@se8pro)
 * [4 years, 5 months ago](https://wordpress.org/support/topic/not-working-with-wpml-multilangual/#post-15224860)
 * While waiting for an answer
 * I see such a solution, without plugins, working:
 * // THIS PART REMOVES THE SLASH
 *     ```
       add_filter('user_trailingslashit', 'noPage_slash', 66, 2 );
       function noPage_slash( $string, $type ){
           global $wp_rewrite;
   
           if( $wp_rewrite->using_permalinks() && $wp_rewrite->use_trailing_slashes == true && $type == 'page'){
               return untrailingslashit( $string );
           }
           return $string;
       }
       ```
   
 * // THIS PART ADDES .HTML
 *     ```
       add_action('init', 'htmlPage_permalink', -1);
       function htmlPage_permalink() {
           global $wp_rewrite;
   
            if( ! strpos( $wp_rewrite->get_page_permastruct(), '.html') ){
               $wp_rewrite->page_structure = $wp_rewrite->page_structure . '.html';
            }
       }
       ```
   
    -  This reply was modified 4 years, 5 months ago by [Sergiy](https://wordpress.org/support/users/se8pro/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebP Express] problems with code validation when “Alter HTML” is enabled](https://wordpress.org/support/topic/problems-with-code-validation-when-alter-html-is-enabled/)
 *  Thread Starter [Sergiy](https://wordpress.org/support/users/se8pro/)
 * (@se8pro)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/problems-with-code-validation-when-alter-html-is-enabled/#post-15032641)
 * Thanks for the replies and updates of the useful plugin
 * Earlier it showed errors with the method: “How to replace:? The complete page(
   using output buffering)”
    and sometimes in the template the logo in the header
   of the site disappeared from the mobile adaptive version (but this is not on 
   all templates, on generatepress ok, for example on the7 it may be so arranged
   that it was not quite ok in it)
 * then changed to this method
    “How to replace:? Use content filtering hooks (the_content,
   the_excerpt, etc)” but it does not convert the site logo to this format
 * now, when I double-check, I see that both show ok
 * I will check it again, but most likely everything is ok already)
 * and often have to be disabled on many shared hosting: “Enable direct redirection
   to existing converted images?
    Enable redirection to converter? Create webp files
   upon request? ” but as I understand it, these are optional options
 * on the7 template shows this yet, but not entirely critical (there were a lot 
   of code validation notifications before):
 * Error: Bad value wp-content / webp-express / webp-images / uploads / logo.png.
   webp 307w, wp-content / webp-express / webp-images / uploads / logo.png.webp 
   307w for attribute srcset on element source: Width for image wp-c… ges / uploads/
   logo.png.webp is identical to width for image wp-c… ges / uploads / logo.png.
   webp.
 * From line 71, column 128; to line 71, column 345
 * > <picture> <source srcset = “wp-content / webp-express / webp-images / uploads/
   logo.png.webp 307w,… / wp-content / webp-express / webp-images / uploads / logo.
   png. webp 307w “sizes =” 307px “type =” image / webp “> <img c
 * Error: Bad value wp-content / uploads / logo.png 307w, wp-content / uploads /
   logo.png 307w for attribute srcset on element img: Width for image wp-content/
   uploads / logo.png is identical to width for image wp-content / uploads / logo.
   png.
 * From line 71, column 346; to line 71, column 621
 * age / webp “>  </ pict
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WebP Express] problems with code validation when “Alter HTML” is enabled](https://wordpress.org/support/topic/problems-with-code-validation-when-alter-html-is-enabled/)
 *  Thread Starter [Sergiy](https://wordpress.org/support/users/se8pro/)
 * (@se8pro)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/problems-with-code-validation-when-alter-html-is-enabled/#post-14971443)
 * maybe there is an even simpler method for generating webp images (universal and
   less painful for all templates in the integration, so that the code is cleaner),
   writing a rule in htaccess and adding images created in a separate folder
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Robin Image Optimizer – Unlimited Image Optimization, WebP & AVIF] Manage backups – errors in the work v1.5.5](https://wordpress.org/support/topic/manage-backups-errors-in-the-work-v1-5-5/)
 *  Thread Starter [Sergiy](https://wordpress.org/support/users/se8pro/)
 * (@se8pro)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/manage-backups-errors-in-the-work-v1-5-5/#post-14929139)
 * желательно бы добавить и создание webp изображений через библиотеки хостинга,
   а не через коммерческие сервера доп
    как это работает в популярном плагине WebP
   Express
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[10WebSocial] Error message in admin page of plugin](https://wordpress.org/support/topic/error-message-in-admin-page-of-plugin/)
 *  Thread Starter [Sergiy](https://wordpress.org/support/users/se8pro/)
 * (@se8pro)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/error-message-in-admin-page-of-plugin/#post-14925677)
 * But there is one more error after the update, now in the place where the feed
   is displayed – he writes: Cannot get other user media. API shut down by Instagram.
   Sorry. Display only your media.
    I will try to reconnect the user, but there 
   may be an error in another In the plugin settings, I have already cleared the
   cache /wp-admin/admin.php?page=wdi_settings
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[GeneratePress] Can’t Save Page-Layout (Sidebar) & Header-Image on Pages](https://wordpress.org/support/topic/cant-save-page-layout-sidebar-header-image-on-pages/)
 *  Thread Starter [Sergiy](https://wordpress.org/support/users/se8pro/)
 * (@se8pro)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/cant-save-page-layout-sidebar-header-image-on-pages/#post-14884095)
 * I thought that this no longer affects, but after rechecking selectively disabling
   plugins – yes, it turns out that the plugin affected this
    WPML Multilingual 
   CMS 4.4.12 (latest) thanks for the hint 🙂
 * now I will think about what to solve with this, whether the new version of the
   plugin will solve this problem, or will have to temporarily disable it in order
   to make edits on the page (saving template options)
 * maybe it is necessary to register it somewhere in the template’s functions.php
   or wp-config.php
    like: wp_cache_add_global_groups( ‘options’ ); to update cache
   of all options, or update all options
 * UP:
    in general I figured it out, WPML synchronized the options of the main translation
   page (on which the page was created) when I changed the meaning of the main translation,
   then it was updated for the additional translation well, as I understand it, 
   you can look for where to disable synchronization in the general settings of 
   the same plugin (set your values for different page translations) decided)
    -  This reply was modified 4 years, 9 months ago by [Sergiy](https://wordpress.org/support/users/se8pro/).
    -  This reply was modified 4 years, 9 months ago by [Sergiy](https://wordpress.org/support/users/se8pro/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Flexy Breadcrumb] Breadcrumb – multilanguage](https://wordpress.org/support/topic/breadcrumb-multilanguage/)
 *  Thread Starter [Sergiy](https://wordpress.org/support/users/se8pro/)
 * (@se8pro)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/breadcrumb-multilanguage/#post-14726906)
 * Since the update of the module has not yet been released (to support WPML + polylang
   translations), and who needs to quickly fix the translation of the main text 
   for several languages through the polylang module, here is an option:
 * replacing on line 149 with:
    flexy-breadcrumb/includes/class-flexy-breadcrumb-
   trail.php
 *     ```
       //echo esc_attr($fbc_front_text);
         $my_lang = pll_current_language();
         if ( $my_lang == 'uk' ) {
           echo "Text home ukr";
         }
         elseif ( $my_lang == 'ru' ) {
           echo "Text home rus";
         }
         else {
           echo "Text home eng";
         }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Drag and Drop Multiple File Upload for Contact Form 7] Disable Auto Delete of uploaded files](https://wordpress.org/support/topic/disable-auto-delete-of-uploaded-files/)
 *  Thread Starter [Sergiy](https://wordpress.org/support/users/se8pro/)
 * (@se8pro)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/disable-auto-delete-of-uploaded-files/#post-14688948)
 * >  [@se8pro](https://wordpress.org/support/users/se8pro/) , try to update the
   > latest version I’ve added an option in the admin.
   > Under Contact -> Drag & Drop Upload -> Auto Delete Files.
 * Thanks for solving the issue, and a quick solution.
    I updated the module and
   checked, now everything works with this option 👍
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Drag and Drop Multiple File Upload for Contact Form 7] Disable Auto Delete of uploaded files](https://wordpress.org/support/topic/disable-auto-delete-of-uploaded-files/)
 *  Thread Starter [Sergiy](https://wordpress.org/support/users/se8pro/)
 * (@se8pro)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/disable-auto-delete-of-uploaded-files/#post-14675421)
 * >     ```
   >     I tried this and it works.
   > 
   >     remove_action('template_redirect','dnd_cf7_auto_clean_dir', 20 );
   > 
   >     Add that code inside your theme functions.php file.
   > 
   >     I will add an option in the admin where you can enable/disable, maybe in the next update.
   >     ```
   > 
 * Thanks for the quick response.
    I added only this code to the active template,
   but an hour after submitting the form, I see no file. Unfortunately, it doesn’t
   work. Or maybe you need to add with the previous code?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Drag and Drop Multiple File Upload for Contact Form 7] Disable Auto Delete](https://wordpress.org/support/topic/disable-auto-delete/)
 *  [Sergiy](https://wordpress.org/support/users/se8pro/)
 * (@se8pro)
 * [4 years, 11 months ago](https://wordpress.org/support/topic/disable-auto-delete/#post-14655559)
 *     ```
       add_filter('dnd_cf7_auto_delete_files', 'cf7_adjust_auto_file_deletion');
       function cf7_adjust_auto_file_deletion( $time ){
             $time = 31536000;
             return $time;
       }
       ```
   
 * unfortunately this code does not work
    the file is deleted from the temporary
   folder, and the folder itself is the same does not affect and change the date
   by more (seconds) latest WP version 5.7.2 are there any alternatives? or do I
   need to add add_action and add_filter together?
    -  This reply was modified 4 years, 11 months ago by [Sergiy](https://wordpress.org/support/users/se8pro/).
    -  This reply was modified 4 years, 11 months ago by [Sergiy](https://wordpress.org/support/users/se8pro/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Flexy Breadcrumb] Breadcrumb – multilanguage](https://wordpress.org/support/topic/breadcrumb-multilanguage/)
 *  Thread Starter [Sergiy](https://wordpress.org/support/users/se8pro/)
 * (@se8pro)
 * [5 years, 2 months ago](https://wordpress.org/support/topic/breadcrumb-multilanguage/#post-14277247)
 * who needs it faster, you can do it with a small fix:
    replacing on line 149 with:
 * flexy-breadcrumb/includes/class-flexy-breadcrumb-trail.php
 *     ```
       //echo esc_attr($fbc_front_text);
       esc_html_e('Home', 'flexy-breadcrumb');
       ```
   

Viewing 15 replies - 1 through 15 (of 20 total)

1 [2](https://wordpress.org/support/users/se8pro/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/se8pro/replies/page/2/?output_format=md)