Title: vinx77's Replies | WordPress.org

---

# vinx77

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Relevanssi - A Better Search] Relevanssi and numbers.](https://wordpress.org/support/topic/relevanssi-and-numbers/)
 *  [vinx77](https://wordpress.org/support/users/vinx77/)
 * (@vinx77)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/relevanssi-and-numbers/page/2/#post-4012690)
 * Thanks for the quick reply! And goodmorning… what a stupid mistake…
 * Is there more extensive punctuation-support in the premium version? Such as easy
   ß->ss, numbers, shortcodes, (not) removing äccènts, etc. Or will there be?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Relevanssi - A Better Search] Relevanssi and numbers.](https://wordpress.org/support/topic/relevanssi-and-numbers/)
 *  [vinx77](https://wordpress.org/support/users/vinx77/)
 * (@vinx77)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/relevanssi-and-numbers/#post-4012688)
 * Thanks Mikko for the suggestion, as indeed I need to edit with every update. 
   🙂 I’d prefer if you could add an option for indexing numbers, of course.
 * Now got below code, but doesn’t work if I put it in my template’s functions.php–
   rebuilding the index doesn’t work (0 documents in the index). Where should I 
   put it? Or what should I do different?
 *     ```
       function relevanssi_remove_punct_not_numbers() {
       	$a = strip_tags($a);
       	$a = stripslashes($a);
   
       	$a = str_replace("·", '', $a);
       	$a = str_replace("…", '', $a);
       	$a = str_replace("€", '', $a);
       	$a = str_replace("&shy;", '', $a);
       	$a = str_replace(chr(194) . chr(160), ' ', $a);
       	$a = str_replace("&nbsp;", ' ', $a);
       	$a = str_replace('’', ' ', $a);
       	$a = str_replace("'", ' ', $a);
       	$a = str_replace("’", ' ', $a);
       	$a = str_replace("‘", ' ', $a);
       	$a = str_replace("”", ' ', $a);
       	$a = str_replace("“", ' ', $a);
       	$a = str_replace("„", ' ', $a);
       	$a = str_replace("´", ' ', $a);
       	$a = str_replace("—", ' ', $a);
       	$a = str_replace("–", ' ', $a);
       	$a = str_replace("×", ' ', $a);
   
               $a = preg_replace('/((?!(\.\d)):punct:)+/u', ' ', $a);
       	//$a = preg_replace('/:punct:+/u', ' ', $a);
               $a = preg_replace('/:space:+/', ' ', $a);
       	$a = trim($a);
   
               return $a;
       }
   
       if ( function_exists( 'relevanssi_remove_punct' ) ) {
   
       	remove_filter('relevanssi_remove_punctuation', 'relevanssi_remove_punct');
       	add_filter('relevanssi_remove_punctuation', 'relevanssi_remove_punct_not_numbers');
   
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Jetpack - WP Security, Backup, Speed, & Growth] Photon breaking some images](https://wordpress.org/support/topic/photon-breaking-some-images/)
 *  [vinx77](https://wordpress.org/support/users/vinx77/)
 * (@vinx77)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/photon-breaking-some-images/page/3/#post-3195387)
 * Got a problem when a filename was “somename-200×300.jpg”. It got renamed on the
   SDN as “somename.jpg” and gave the “We cannot complete this request, remote data
   was invalid” error. Uploading the image without the “-200×300” solved the problem.
   So it seems that the renaming has some bugs.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Relevanssi - A Better Search] Relevanssi and numbers.](https://wordpress.org/support/topic/relevanssi-and-numbers/)
 *  [vinx77](https://wordpress.org/support/users/vinx77/)
 * (@vinx77)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/relevanssi-and-numbers/#post-4012659)
 * I solved it in common.php
 * Replace
 * > `$a = preg_replace('/([[:punct:]])+/u', ' ', $a);`
 * with
 * > `$a = preg_replace('/((?!(\.\d))[[:punct:]])+/u', ' ', $a);`
 * This leaves numbers like “.55” and “3.7” in the index, while before they were
   changed to “55” and “3 7”
 * Hope this helps others too.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Relevanssi - A Better Search] Relevanssi and numbers.](https://wordpress.org/support/topic/relevanssi-and-numbers/)
 *  [vinx77](https://wordpress.org/support/users/vinx77/)
 * (@vinx77)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/relevanssi-and-numbers/#post-4012658)
 * Same problem here, but then with version numbers. So searching for i.e. “WordPress
   +3.7” would ignore “3.7”. Especially on technical websites this is a problem.
 * Thanks for the great plugin! I love it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Google-results: "ã ›}Èv€8“Ëo˚úº ZôiŸ›"©≈Ú"/ «v∫3ì≈ ;È˘n&a](https://wordpress.org/support/topic/google-results-a-eve8eo%cb%9au%c2%ba-zoiy%e2%89%88u-v%e2%88%ab3i%e2%89%88-e%cb%98nw-not-good/)
 *  Thread Starter [vinx77](https://wordpress.org/support/users/vinx77/)
 * (@vinx77)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/google-results-a-eve8eo%cb%9au%c2%ba-zoiy%e2%89%88u-v%e2%88%ab3i%e2%89%88-e%cb%98nw-not-good/#post-3985779)
 * That is because I stopped using the sitemap-feature of Yoast two weeks ago. Question
   remains: so there was no other solution than to replace the sitemap-plugin?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Google-results: "ã ›}Èv€8“Ëo˚úº ZôiŸ›"©≈Ú"/ «v∫3ì≈ ;È˘n&a](https://wordpress.org/support/topic/google-results-a-eve8eo%cb%9au%c2%ba-zoiy%e2%89%88u-v%e2%88%ab3i%e2%89%88-e%cb%98nw-not-good/)
 *  Thread Starter [vinx77](https://wordpress.org/support/users/vinx77/)
 * (@vinx77)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/google-results-a-eve8eo%cb%9au%c2%ba-zoiy%e2%89%88u-v%e2%88%ab3i%e2%89%88-e%cb%98nw-not-good/#post-3985776)
 * Ok, did not know that. So there was no other solution than to replace the sitemap-
   plugin?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Where are the sitemap.xml's?](https://wordpress.org/support/topic/where-are-the-sitemapxmls/)
 *  [vinx77](https://wordpress.org/support/users/vinx77/)
 * (@vinx77)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/where-are-the-sitemapxmls/#post-3975903)
 * These files are generated and are not real files. Probably need to fix it in 
   wordpress-seo/inc/class-sitemaps.php
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Google-results: "ã ›}Èv€8“Ëo˚úº ZôiŸ›"©≈Ú"/ «v∫3ì≈ ;È˘n&a](https://wordpress.org/support/topic/google-results-a-eve8eo%cb%9au%c2%ba-zoiy%e2%89%88u-v%e2%88%ab3i%e2%89%88-e%cb%98nw-not-good/)
 *  Thread Starter [vinx77](https://wordpress.org/support/users/vinx77/)
 * (@vinx77)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/google-results-a-eve8eo%cb%9au%c2%ba-zoiy%e2%89%88u-v%e2%88%ab3i%e2%89%88-e%cb%98nw-not-good/#post-3985686)
 * Seems the problem actually is with the Yoast SEO plugin..
 * Google webmaster tools said there were illegal C0 and C1 characters in the file.“
   fixed” by installing another plugin for the xml-sitemap.
 * What does the ‘\T’ do here? Shouldn’t that be a normal space?
    $date = mysql2date(“
   Y-m-d\TH:i:s+00:00”, $url[‘mod’] );
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] [Plugin: WordPress SEO by Yoast] Multilingual site – titling in all languages](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-multilingual-site-titling-in-all-languages/)
 *  [vinx77](https://wordpress.org/support/users/vinx77/)
 * (@vinx77)
 * [13 years, 4 months ago](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-multilingual-site-titling-in-all-languages/#post-2810354)
 * Is a WordPress multi-site a solution? [http://codex.wordpress.org/Create_A_Network](http://codex.wordpress.org/Create_A_Network)–
   on site on / and others on /es/, /de/, /nl/, /fr/, etc
 * Then you share the installation and plugins, but the sites can be in a totally
   different language and have a different configuration. Right?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] [Plugin: W3 Total Cache] Remote dependencies loading after minified JS](https://wordpress.org/support/topic/plugin-w3-total-cache-remote-dependencies-loading-after-minified-js/)
 *  [vinx77](https://wordpress.org/support/users/vinx77/)
 * (@vinx77)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/plugin-w3-total-cache-remote-dependencies-loading-after-minified-js/#post-2773440)
 * When you keep getting an error that jquery is not loaded, you need to check this
   [bug-report](http://wordpress.org/support/topic/solution-for-js-minify-bug?replies=1)
   or implement Riccardo’s hack and also do the following steps.
 * find the following code in Minify.php:
    if ($ext != ‘.js’ && $ext != ‘.css’) {
   return false; } And add just below or above: // don’t add jquery in the cache
   if (strpos($file, “jquery.min.js”)===true) { return false; }
 * Alternatively you could choose to prevent everything that is from google-apis
   as these are probably cached within the browser:
    // don’t add css/js hosted 
   by googleapis if (strpos($file, “googleapis.com”)===true) { return false; }
 * Hope this helps!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [A secondary menu for specific pages/subpages](https://wordpress.org/support/topic/a-secondary-menu-for-specific-pagessubpages/)
 *  Thread Starter [vinx77](https://wordpress.org/support/users/vinx77/)
 * (@vinx77)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/a-secondary-menu-for-specific-pagessubpages/#post-2979485)
 * Excuse me:
    ‘$region_id = ($parents) ? $parents[count($parents)-1]: $post->ID;`
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] [Plugin: WordPress SEO by Yoast] Multilingual site – titling in all languages](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-multilingual-site-titling-in-all-languages/)
 *  [vinx77](https://wordpress.org/support/users/vinx77/)
 * (@vinx77)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-multilingual-site-titling-in-all-languages/#post-2810329)
 * Dat is erg jammer Joost, Europeanen zoals wij zijn vaak twee- of meertalig. Op
   [http://www.qianqin.de/qtranslate/forum/viewtopic.php?f=3&t=1301](http://www.qianqin.de/qtranslate/forum/viewtopic.php?f=3&t=1301)
   staat uitgelegd hoe het moet.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Events Manager - Calendar, Bookings, Tickets, and more!] [Plugin: Events Manager] WP 3.4 update breaks datepicker css](https://wordpress.org/support/topic/plugin-events-manager-wp-34-update-breaks-datepicker-css/)
 *  [vinx77](https://wordpress.org/support/users/vinx77/)
 * (@vinx77)
 * [13 years, 10 months ago](https://wordpress.org/support/topic/plugin-events-manager-wp-34-update-breaks-datepicker-css/#post-2814843)
 * Actually this error “Cannot call method replace of undefined” got introduced 
   with version 5.1.8.3. But when I tried to trace the error, suddenly it started
   to work. I think a control-F5 (full refresh) would have solved it too.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP-PageNavi] [Plugin: WP-PageNavi] Doesn't work on search results page](https://wordpress.org/support/topic/plugin-wp-pagenavi-doesnt-work-on-search-results-page/)
 *  [vinx77](https://wordpress.org/support/users/vinx77/)
 * (@vinx77)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-wp-pagenavi-doesnt-work-on-search-results-page/#post-1940854)
 * You can easily solve it by installing this plugin [http://wordpress.org/extend/plugins/search-permalink/](http://wordpress.org/extend/plugins/search-permalink/)
 * This will create a permalink for searches, so yoururl/?s=someword will becomeyoururl/
   search/someword and page 2 yoururl/search/someword/page/2

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

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