Title: solala's Replies | WordPress.org

---

# solala

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kint Debugger] How to not expand everything?](https://wordpress.org/support/topic/how-to-not-expand-everything/)
 *  Thread Starter [solala](https://wordpress.org/support/users/solala/)
 * (@solala)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/how-to-not-expand-everything/#post-11046974)
 * Wow, why didn’t I recognize it???
    Thanks a lot and happy new year…
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Crontrol] Setting up CRON job via URL](https://wordpress.org/support/topic/setting-up-cron-job-via-url/)
 *  [solala](https://wordpress.org/support/users/solala/)
 * (@solala)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/setting-up-cron-job-via-url/#post-4144157)
 * I also faced the “problem” the php file was not executed.
    Solution: Make it 
   executable!
 *   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] Compatibility with qTranslate](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-compatibility-with-qtranslate/)
 *  [solala](https://wordpress.org/support/users/solala/)
 * (@solala)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-compatibility-with-qtranslate/page/3/#post-3048476)
 * As a work around, try this:
    1) update you page 2) edit meta description directly
   in the database
 * I know this is quite nasty, but for the time being it may be a quick and dirty
   solution…
 *   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] Compatibility with qTranslate](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-compatibility-with-qtranslate/)
 *  [solala](https://wordpress.org/support/users/solala/)
 * (@solala)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/plugin-wordpress-seo-by-yoast-compatibility-with-qtranslate/page/2/#post-3048445)
 *     ```
       // Enable qTranslate for WordPress SEO
       function qtranslate_filter($text){
       return __($text);
       }
   
       add_filter(‘wpseo_title’, ‘qtranslate_filter’, 10, 1);
       add_filter(‘wpseo_metadesc’, ‘qtranslate_filter’, 10, 1);
       add_filter(‘wpseo_metakey’, ‘qtranslate_filter’, 10, 1);
       ```
   
 * This doesn’t work with my WP3.5.1.
    Any suggestions?
 *   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] Yoast SEO and Qtranslate](https://wordpress.org/support/topic/plugin-wordpress-seo-yoast-seo-and-qtranslate/)
 *  [solala](https://wordpress.org/support/users/solala/)
 * (@solala)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wordpress-seo-yoast-seo-and-qtranslate/page/2/#post-2321186)
 * radarred:
    I am successfully using: – Yoast SEO – qTransl Meta – WordPress shop
   germany WPSG
 * No problems…
 *   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] Yoast SEO and Qtranslate](https://wordpress.org/support/topic/plugin-wordpress-seo-yoast-seo-and-qtranslate/)
 *  [solala](https://wordpress.org/support/users/solala/)
 * (@solala)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-wordpress-seo-yoast-seo-and-qtranslate/page/2/#post-2321184)
 * JKNN:
    My fix you have linked to is not working anymore with the latest Yoast
   version.
 * However:
    The trick of the whole hack was not to use the mentioned meta tags 
   of Yoast, but the ones from Qtanslate meta plugin. Try to leave the respective
   fields of Yoast blank. It still works for me, I’ve just double checked it.
 * My versions:
    SEO Yoast: 1.2.5 qTransl Meta: 1.0.2
 *   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] Yoast SEO and Qtranslate](https://wordpress.org/support/topic/plugin-wordpress-seo-yoast-seo-and-qtranslate/)
 *  [solala](https://wordpress.org/support/users/solala/)
 * (@solala)
 * [14 years, 7 months ago](https://wordpress.org/support/topic/plugin-wordpress-seo-yoast-seo-and-qtranslate/#post-2321117)
 * I’ve just posted the **solution** working with WP 3.2.1 and WordPress SEO by 
   Yoast (1.0.3) here:
    [Multilingual META tags](http://www.qianqin.de/qtranslate/forum/viewtopic.php?f=3&t=1301&p=8999#p8999)

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