Title: serge rauber's Replies | WordPress.org

---

# serge rauber

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Popup Maker - Boost Sales, Conversions, Optins, Subscribers with the Ultimate WP Popup Builder] Fatal error – Network activation](https://wordpress.org/support/topic/fatal-error-network-activation/)
 *  Thread Starter [serge rauber](https://wordpress.org/support/users/kalyx/)
 * (@kalyx)
 * [2 years, 7 months ago](https://wordpress.org/support/topic/fatal-error-network-activation/#post-17062496)
 * No problem when activate on a subsite
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Block Editor Bootstrap Blocks] Tabs not working with wp 6.3.1](https://wordpress.org/support/topic/tabs-not-working-with-wp-6-3-1/)
 *  Thread Starter [serge rauber](https://wordpress.org/support/users/kalyx/)
 * (@kalyx)
 * [2 years, 8 months ago](https://wordpress.org/support/topic/tabs-not-working-with-wp-6-3-1/#post-17038392)
 * Thanks a lot, you were very efficient.
 * where was the bug, I searched but couldn’t find
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[bSlider – Create Responsive Image, Post, Product, and Video Sliders] My theme use bootstrap](https://wordpress.org/support/topic/my-theme-use-bootstrap/)
 *  Thread Starter [serge rauber](https://wordpress.org/support/users/kalyx/)
 * (@kalyx)
 * [3 years, 1 month ago](https://wordpress.org/support/topic/my-theme-use-bootstrap/#post-16562996)
 * nice, it’s working
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SEOPress - AI SEO Plugin & On-site SEO] Hidden products in sitemap](https://wordpress.org/support/topic/hidden-products-in-sitemap/)
 *  Thread Starter [serge rauber](https://wordpress.org/support/users/kalyx/)
 * (@kalyx)
 * [4 years, 8 months ago](https://wordpress.org/support/topic/hidden-products-in-sitemap/#post-14822891)
 * For those who are interested, here is a hook to put in functions.php
 *     ```
       // supprime les produits "cachés" du sitemap xml
       add_filter('seopress_sitemaps_single_query', function( $args, $path ) {
       	if ( $path == 'product' ) {
       		$args['tax_query'][] =
                   array(
                       'taxonomy' => 'product_visibility',
                       'field'    => 'slug',
               		'terms'    => array('exclude-from-catalog'),
       				'operator' => 'NOT IN',
                   );
       	};
       	return $args;
       },10,2);
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Theme and plugin translation for Polylang (TTfP)] Hybrid admin panel translation after latest update](https://wordpress.org/support/topic/hybrid-admin-panel-translation-after-latest-update/)
 *  [serge rauber](https://wordpress.org/support/users/kalyx/)
 * (@kalyx)
 * [4 years, 9 months ago](https://wordpress.org/support/topic/hybrid-admin-panel-translation-after-latest-update/#post-14676840)
 * Hi Marcin
 * I’m still having this issue.
 * Everything is up to date.
 * Any idea?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Theme and plugin translation for Polylang (TTfP)] Hybrid admin panel translation after latest update](https://wordpress.org/support/topic/hybrid-admin-panel-translation-after-latest-update/)
 *  [serge rauber](https://wordpress.org/support/users/kalyx/)
 * (@kalyx)
 * [4 years, 12 months ago](https://wordpress.org/support/topic/hybrid-admin-panel-translation-after-latest-update/#post-14441547)
 * Hi
 * I’m french, in edit.php, I see :
 * Tous (9) | Les miens (7) | Published (9) | Trash (1)
 * post status are not translated
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Theme and plugin translation for Polylang (TTfP)] Hybrid admin panel translation after latest update](https://wordpress.org/support/topic/hybrid-admin-panel-translation-after-latest-update/)
 *  [serge rauber](https://wordpress.org/support/users/kalyx/)
 * (@kalyx)
 * [5 years ago](https://wordpress.org/support/topic/hybrid-admin-panel-translation-after-latest-update/#post-14425508)
 * Hello
 * I’ve the same problem.
 * I’ve updated to the last version, and same problems
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Polylang] Some strings are not translate in admin](https://wordpress.org/support/topic/some-strings-are-not-translate-in-admin/)
 *  Thread Starter [serge rauber](https://wordpress.org/support/users/kalyx/)
 * (@kalyx)
 * [5 years ago](https://wordpress.org/support/topic/some-strings-are-not-translate-in-admin/#post-14425478)
 * Hello, thank you for your reply.
 * It comes from Theme and plugin translation for Polylang, when it’s disabled, 
   I have no problems.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ray Enterprise Translation] Blank translation posts](https://wordpress.org/support/topic/blank-translation-posts-2/)
 *  [serge rauber](https://wordpress.org/support/users/kalyx/)
 * (@kalyx)
 * [5 years, 1 month ago](https://wordpress.org/support/topic/blank-translation-posts-2/#post-14191607)
 * Hi
 * Same pb for me. With blank title
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Version 2.15 makes blog disappear](https://wordpress.org/support/topic/version-2-15-makes-blog-disappear/)
 *  [serge rauber](https://wordpress.org/support/users/kalyx/)
 * (@kalyx)
 * [6 years ago](https://wordpress.org/support/topic/version-2-15-makes-blog-disappear/#post-12693124)
 * Hi,
 * same problem on a network install. Subsite is redirect to main site, backend 
   to
 * [@djmisshapp01](https://wordpress.org/support/users/djmisshapp01/) : you can 
   download the previous version at the bottom of this page :
    [https://wordpress.org/plugins/ultimate-member/advanced/](https://wordpress.org/plugins/ultimate-member/advanced/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mailjet Email Marketing] Ajax subscription form](https://wordpress.org/support/topic/ajax-subscription-form/)
 *  [serge rauber](https://wordpress.org/support/users/kalyx/)
 * (@kalyx)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/ajax-subscription-form/#post-12303387)
 * [https://www.cma-niort.fr/](https://www.cma-niort.fr/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Mailjet Email Marketing] Ajax subscription form](https://wordpress.org/support/topic/ajax-subscription-form/)
 *  [serge rauber](https://wordpress.org/support/users/kalyx/)
 * (@kalyx)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/ajax-subscription-form/#post-12301583)
 * Hi,
 * The widget ( or shortcode ) doesn’t work with ajax.
 * We placed it in the footer, so when someone submits the form, the page reloads
   and the user don’t see error/success message.
 * It would be nice to submit the form with ajax
 * Regards
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP fancyBox3] Issue with the SVG buttons](https://wordpress.org/support/topic/issue-with-the-svg-buttons/)
 *  [serge rauber](https://wordpress.org/support/users/kalyx/)
 * (@kalyx)
 * [7 years, 6 months ago](https://wordpress.org/support/topic/issue-with-the-svg-buttons/#post-10879353)
 * Same problem.
    I’ve updated fancybox.min.js with the last version ( 3.5.2 ) and
   it works
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All-In-One Security (AIOS) – Security and Firewall] WordPress built-in pictures editor errors](https://wordpress.org/support/topic/wordpress-built-in-pictures-editor-errors/)
 *  [serge rauber](https://wordpress.org/support/users/kalyx/)
 * (@kalyx)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/wordpress-built-in-pictures-editor-errors/#post-10762381)
 * Hi [@wpsolutions](https://wordpress.org/support/users/wpsolutions/)
 * I was using both.
    I think you could replace the checkbox button by a radio button,
   or totally remove the 5G part
 * Best regards
 * Serge
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[All-In-One Security (AIOS) – Security and Firewall] WordPress built-in pictures editor errors](https://wordpress.org/support/topic/wordpress-built-in-pictures-editor-errors/)
 *  [serge rauber](https://wordpress.org/support/users/kalyx/)
 * (@kalyx)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/wordpress-built-in-pictures-editor-errors/#post-10759627)
 * Hi,
 * in # 5G:[QUERY STRINGS]
 * disable these lines :
    #RewriteCond %{QUERY_STRING} (\”|%22).*(<|>|%3) [NC,OR]#
   RewriteCond %{QUERY_STRING} (\;|’|\”|%22).*(union|select|insert|drop|update|md5
   |benchmark|or|and|if) [NC,OR]
 * works for me

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

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