Title: Mosne / Paolo Tesei's Replies | WordPress.org

---

# Mosne / Paolo Tesei

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Burst Statistics – Simple WordPress Analytics (Google Analytics Alternative)] Statistics not detected after february 10th](https://wordpress.org/support/topic/statistics-not-detected-after-february-10th/)
 *  Thread Starter [Mosne / Paolo Tesei](https://wordpress.org/support/users/mosne/)
 * (@mosne)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/statistics-not-detected-after-february-10th/#post-17424668)
 * Hi Hessel,
 * thanks a lot, solved! It was the deferred loading of the js.
 * Have a nice day
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Unresponsive script in WP customer area](https://wordpress.org/support/topic/unresponsive-script-in-wp-customer-area-1/)
 *  [Mosne / Paolo Tesei](https://wordpress.org/support/users/mosne/)
 * (@mosne)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/unresponsive-script-in-wp-customer-area-1/#post-8436457)
 * same problem here
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ACF qTranslate] WYSIWYG Broken with latest qTranslate-x and ACF Pro](https://wordpress.org/support/topic/wysiwyg-broken-with-latest-qtranslate-x-and-acf-pro/)
 *  [Mosne / Paolo Tesei](https://wordpress.org/support/users/mosne/)
 * (@mosne)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/wysiwyg-broken-with-latest-qtranslate-x-and-acf-pro/#post-7131182)
 * in assets > acf_5 > main.js
 *     ```
       /**
        * Clone functionality from standard File field type
        */
       acf.fields.qtranslate_file = acf.fields.file.extend({
       	type: 'qtranslate_file',
       	focus: function() {
       		this.$el = this.$field.find('.acf-file-uploader.current-language');
       		//add
                       this.$input = this.$el.find('[data-name="id"]');
       		this.o = acf.get_data(this.$el);
       	}
       });
       ```
   
 * this solved the issue.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[ACF qTranslate] WYSIWYG Broken with latest qTranslate-x and ACF Pro](https://wordpress.org/support/topic/wysiwyg-broken-with-latest-qtranslate-x-and-acf-pro/)
 *  [Mosne / Paolo Tesei](https://wordpress.org/support/users/mosne/)
 * (@mosne)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/wysiwyg-broken-with-latest-qtranslate-x-and-acf-pro/#post-7131181)
 * thank you Tusko Trush, I have still some problem with the field type “file”:
   
   after choosing the file to associate I have this error `acf-input.min.js:1 Uncaught
   TypeError: Cannot read property 'val' of null` any Idea? i think the target object
   has been renamed in the latest version… or something like this.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] archive page for custom post type](https://wordpress.org/support/topic/archive-page-for-custom-post-type-2/)
 *  Thread Starter [Mosne / Paolo Tesei](https://wordpress.org/support/users/mosne/)
 * (@mosne)
 * [10 years, 9 months ago](https://wordpress.org/support/topic/archive-page-for-custom-post-type-2/#post-6284582)
 * hi, I was hoping that was a problem wordpress related…
    but it still gave the
   same query even with the latest version of wordpress.
 * so I had to write a dirty workaround;)
 *     ```
       $year = (get_query_var('year')) ? get_query_var('year') : get_query_var('press-release');
           $monthnum = (get_query_var('monthnum')) ? get_query_var('monthnum') : (integer) get_query_var('page');
           $post_type = get_query_var('post_type');
           $wp_query->query = array("m"=>$year,"monthnum"=>$monthnum,"post_type"=>$post_type);
   
           $query_n = array_merge($wp_query->query, array ('post_type' =>'press-release', 'posts_per_page'=> 999, 'paged' => $paged ));
       ```
   
 * .
    what if… it is a database corruption? Where you would go to check? Where are
   stored the rewrite url rules? Is it possible that this staff is cached ( maybe
   Transients API)? Can I check or purge it in some way?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type UI] archive page for custom post type](https://wordpress.org/support/topic/archive-page-for-custom-post-type-2/)
 *  Thread Starter [Mosne / Paolo Tesei](https://wordpress.org/support/users/mosne/)
 * (@mosne)
 * [11 years ago](https://wordpress.org/support/topic/archive-page-for-custom-post-type-2/#post-6284327)
 * Of course!
    here my settings [https://gist.github.com/mosne/36db9bffce0da6b60c64](https://gist.github.com/mosne/36db9bffce0da6b60c64)
 * the permalink rule is set to
    · Post name
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Intuitive Custom Post Order] Adding a new term reset costum taxonomies order](https://wordpress.org/support/topic/adding-a-new-term-reset-costum-taxonomies-order/)
 *  Thread Starter [Mosne / Paolo Tesei](https://wordpress.org/support/users/mosne/)
 * (@mosne)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/adding-a-new-term-reset-costum-taxonomies-order/#post-6164666)
 * So sorry. I’ve just update the plugin to the latest version. you fix it ! well
   done! thank you again!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Google XML Sitemaps v3 for qTranslate] Google XML Sitemaps v3 for qTranslate X](https://wordpress.org/support/topic/google-xml-sitemaps-v3-for-qtranslate-x/)
 *  [Mosne / Paolo Tesei](https://wordpress.org/support/users/mosne/)
 * (@mosne)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/google-xml-sitemaps-v3-for-qtranslate-x/page/2/#post-5926286)
 * I’ve checked the code. its not qTranslate-x fault. qTranslate-slug turn off the
   qTranslate x URL rewriter and uses its own. unfortunately qTranslate slug lack
   of a clen function that convert URLs as qtrans_convertURl does. so we need to
   ask some implemetations to qTranslate sitemap XML and qTranslate slug teams.
   
   In my humble opinion it would be absolutely terrific if qTranslate-slug functionalities
   were natively integrated in this qtranslate-x project… for a better seo and a
   easyer developer life!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Google XML Sitemaps v3 for qTranslate] Google XML Sitemaps v3 for qTranslate X](https://wordpress.org/support/topic/google-xml-sitemaps-v3-for-qtranslate-x/)
 *  [Mosne / Paolo Tesei](https://wordpress.org/support/users/mosne/)
 * (@mosne)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/google-xml-sitemaps-v3-for-qtranslate-x/page/2/#post-5926284)
 * I’ve never tested qtraslate-slug.. is it good? Is it trust worthy?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Google XML Sitemaps v3 for qTranslate] Google XML Sitemaps v3 for qTranslate X](https://wordpress.org/support/topic/google-xml-sitemaps-v3-for-qtranslate-x/)
 *  [Mosne / Paolo Tesei](https://wordpress.org/support/users/mosne/)
 * (@mosne)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/google-xml-sitemaps-v3-for-qtranslate-x/#post-5926280)
 * the cleanest way is to add in your theme function.php
 *     ```
       if (function_exists('qtranxf_convertURL')) {
   
           function qtrans_getAvailableLanguages() {
             return call_user_func_array("qtranxf_getSortedLanguages", func_get_args());
           }
   
           function qtrans_convertURL() {
             return call_user_func_array("qtranxf_convertURL", func_get_args());
           }
       }
       ```
   
 * or add native support editing the plugin
    [https://gist.github.com/mosne/25d639b723825b894751](https://gist.github.com/mosne/25d639b723825b894751)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Relevanssi - A Better Search] No results in the second language](https://wordpress.org/support/topic/no-results-in-the-second-language/)
 *  [Mosne / Paolo Tesei](https://wordpress.org/support/users/mosne/)
 * (@mosne)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/no-results-in-the-second-language/#post-5875340)
 * Hello, Same problem here using mqTranslate.
    I think the problem is that Relevanssi
   get only the primary language. It seems a priority problem… relevanssi receives
   only the default language of the string instead of the raw string (containing
   <!–langcode>).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Category Custom Fields] Plug in support – categorycustomfields](https://wordpress.org/support/topic/plug-in-support-categorycustomfields/)
 *  [Mosne / Paolo Tesei](https://wordpress.org/support/users/mosne/)
 * (@mosne)
 * [15 years ago](https://wordpress.org/support/topic/plug-in-support-categorycustomfields/#post-2073539)
 * Hi, really useful plugin!
    unfortunately i have some issues with wordpress 3.1.3.
   Form fields appears correctly but after saving the are still blank. at the beginning
   i thought that was caused by a incompatibility with qTranslate but I’ve tried
   do deactivate it and still nothing… i’ll stay tunned 🙂

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