Title: arnisraido's Replies | WordPress.org

---

# arnisraido

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

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

 Search replies:

## Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] Disable Contact Form 7 Autofill](https://wordpress.org/support/topic/disable-contact-form-7-autofill/)
 *  [arnisraido](https://wordpress.org/support/users/arnisraido/)
 * (@arnisraido)
 * [7 years ago](https://wordpress.org/support/topic/disable-contact-form-7-autofill/#post-11715340)
 * Add custom attributes `autocomplete="both" autocomplete="off"` with `functions.
   php` file.
 *     ```
       add_filter( 'wpcf7_form_elements', 'imp_wpcf7_form_elements' );
       function imp_wpcf7_form_elements( $content ) {
           $str_pos = strpos( $content, 'name="FirstName"' );
           $content = substr_replace( $content, ' autocomplete="both" autocomplete="off" ', $str_pos, 0 );
   
           $str_pos = strpos( $content, 'name="LastName"' );
           $content = substr_replace( $content, ' autocomplete="both" autocomplete="off" ', $str_pos, 0 );
   
           return $content;
       }
       ```
   
 * Check solution here: [https://wordpress.stackexchange.com/a/342515/91844](https://wordpress.stackexchange.com/a/342515/91844)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Page not found 404 Error](https://wordpress.org/support/topic/page-not-found-404-error-3/)
 *  [arnisraido](https://wordpress.org/support/users/arnisraido/)
 * (@arnisraido)
 * [8 years, 10 months ago](https://wordpress.org/support/topic/page-not-found-404-error-3/#post-9479132)
 * I have exactly the same problem. post_type=shop_order page cannot be opened.
 * Just I am receiving Internal Server Error 500,
    but the most interesting thing
   is – that there is even NO logs in Apache server, when I try to access this link
   not access no error logs. It’s quite strange.
 * If I disable Woocommerce – it says – incorrect post type.
 * I have tested this on 2 servers, and have the same problem – I have enabled all
   WP Debugs (as you know, the depend on server settings a bit), – no luck – no 
   error logs, no notifications.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[qTranslate X] Language links in main menu – language rewritten](https://wordpress.org/support/topic/language-links-in-main-menu-language-rewritten/)
 *  Thread Starter [arnisraido](https://wordpress.org/support/users/arnisraido/)
 * (@arnisraido)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/language-links-in-main-menu-language-rewritten/#post-5880715)
 * Nice!
 * After upgrade to 3.2.9 (plugin update from admin),
    ?setlang=no – started to 
   work.
 * Now I have link [http://sitename.domain/fr/?setlang=no](http://sitename.domain/fr/?setlang=no)
 * in main menu. And it works!
 * Previously had 3.2.7 version – ?setlang=no did not worked.
 * Thank You!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Hustle - Email Marketing, Lead Generation, Optins, Popups] Shortcode not working in PopUp](https://wordpress.org/support/topic/shortcode-not-working-in-popup/)
 *  [arnisraido](https://wordpress.org/support/users/arnisraido/)
 * (@arnisraido)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/shortcode-not-working-in-popup/#post-5910405)
 * Hi, WPMU.
 * You are right, Gallery shortcode is working.
    But for custom modules – does not.
 * For example – Form Maker module shortcodes does not work.
    E.g. [Form id=”11″]
 * But is it possible to execute any shortcode in Your popup?
    I think, this is 
   module-specific.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[qTranslate X] Language links in main menu – language rewritten](https://wordpress.org/support/topic/language-links-in-main-menu-language-rewritten/)
 *  Thread Starter [arnisraido](https://wordpress.org/support/users/arnisraido/)
 * (@arnisraido)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/language-links-in-main-menu-language-rewritten/#post-5880546)
 * Because – it has always been a problem for me – after installing Qtranslate, 
   to add fixed links (usually, with language iso code (En, Fr, …) or flags somewhere
   in “header” section.
 * One way – to use Qtranslate Language selection widget. But not all themes supports
   widgets in header.
    You can always add them hard-coded in header.php template.
 * But – all themes has “main navigation” menu. And it seems – it is much more easier
   to add this link in main menu and it afterwards with css.
    IMHO.
 * But may be You have better solution?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[qTranslate X] Language links in main menu – language rewritten](https://wordpress.org/support/topic/language-links-in-main-menu-language-rewritten/)
 *  Thread Starter [arnisraido](https://wordpress.org/support/users/arnisraido/)
 * (@arnisraido)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/language-links-in-main-menu-language-rewritten/#post-5880511)
 * Ok, I have not tried with beta, with latest live – did not work.
    I will try 
   beta.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[qTranslate X] Language links in main menu – language rewritten](https://wordpress.org/support/topic/language-links-in-main-menu-language-rewritten/)
 *  Thread Starter [arnisraido](https://wordpress.org/support/users/arnisraido/)
 * (@arnisraido)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/language-links-in-main-menu-language-rewritten/#post-5880507)
 * [@gunu](https://wordpress.org/support/users/gunu/)
 * I think, there is nothing to do with cookies.
 * What I want –
    – to be able enter custom link in main menu, with fixed language
   in link, like this: [http://www.domain.com/en/](http://www.domain.com/en/) [http://www.domain.com/fr/](http://www.domain.com/fr/)
 * – then – Open the webpage and _see those links as they are added to main menu_
 * At this moment – if I will go to header.php template file, and enter those links
   there – they will stay “as is”.
 * But if I enter them into Main menu – they are automatically rewritten to “the
   current language, I am at the site”…
 * It seems, this is not possible at this moment?
    Then – [this tutorials will not work either](https://wordpress.org/support/topic/qtranslate-how-to-add-language-switcher-button-in-menu-bar?replies=35)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[qTranslate X] Language links in main menu – language rewritten](https://wordpress.org/support/topic/language-links-in-main-menu-language-rewritten/)
 *  Thread Starter [arnisraido](https://wordpress.org/support/users/arnisraido/)
 * (@arnisraido)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/language-links-in-main-menu-language-rewritten/#post-5880400)
 * Sorry, i mean – I AM using qtranslate-x plugin for multilanguage site.
    But I
   am not using anything extra for main menu links. Just plain links 🙂
 * Anything more, how to explain?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[qTranslate X] Language links in main menu – language rewritten](https://wordpress.org/support/topic/language-links-in-main-menu-language-rewritten/)
 *  Thread Starter [arnisraido](https://wordpress.org/support/users/arnisraido/)
 * (@arnisraido)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/language-links-in-main-menu-language-rewritten/#post-5880387)
 * What do You mean “Only title is different”?
    **I am not using plugin**. I add
   links manually in main menu.
 * OK, if I need 2 language links in main menu
 * English
    French
 * So the links in main menu should be
 *     ```
       http://site/en
       http://site/fr
       ```
   
 * If I add them to main menu, and set links with/or without full sitename – the
   links all are rewritten to
 * if I am in ENGLISH version:
 *     ```
       <a href="http://site/en">En</a>
       <a href="http://site/en">Fr</a>
       ```
   
 * or
 * if I am in FRENCH version:
 *     ```
       <a href="http://site/fr">En</a>
       <a href="http://site/fr">Fr</a>
       ```
   

Viewing 9 replies - 1 through 9 (of 9 total)