Title: utaka's Replies | WordPress.org

---

# utaka

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shortcodes Ultimate - Content Elements] Shortcodes Ultimate recent update breaks my site admin area](https://wordpress.org/support/topic/shortcodes-ultimate-recent-update-breaks-my-site-admin-area/)
 *  [utaka](https://wordpress.org/support/users/utaka/)
 * (@utaka)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/shortcodes-ultimate-recent-update-breaks-my-site-admin-area/#post-4156280)
 * update 4.2.0,I have the same problem.
    [http://~~~~/wp-admin/options-general.php?page=shortcodesultimate#tab-0](http://~~~~/wp-admin/options-general.php?page=shortcodesultimate#tab-0)
   is Blank page
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Incoming links error message?](https://wordpress.org/support/topic/incoming-links-error-message-1/)
 *  [utaka](https://wordpress.org/support/users/utaka/)
 * (@utaka)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/incoming-links-error-message-1/page/5/#post-2819289)
 * I’m getting the same error.
 * In my case, it was displayed by RSSImport plugin.
 * Please Try RSSImport plugin .
    [http://wordpress.org/plugins/rss-import/](http://wordpress.org/plugins/rss-import/)
 * 　Probably, this is a problem of SimplePie
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Autoptimize] When the cache, deleted?](https://wordpress.org/support/topic/when-the-cache-deleted/)
 *  Thread Starter [utaka](https://wordpress.org/support/users/utaka/)
 * (@utaka)
 * [13 years, 2 months ago](https://wordpress.org/support/topic/when-the-cache-deleted/#post-3689088)
 * hank you for reply
 * Cache will grow indefinitely …
    Please Add “automated cache deletion”.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FeedWordPress] Deleted Old Posts](https://wordpress.org/support/topic/deleted-old-posts/)
 *  [utaka](https://wordpress.org/support/users/utaka/)
 * (@utaka)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/deleted-old-posts/#post-3666505)
 * exapmile
    Auto Prune Posts [http://wordpress.org/extend/plugins/auto-prune-posts/](http://wordpress.org/extend/plugins/auto-prune-posts/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shortcodes Ultimate - Content Elements] responsive columns ?](https://wordpress.org/support/topic/responsive-columns/)
 *  [utaka](https://wordpress.org/support/users/utaka/)
 * (@utaka)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/responsive-columns/#post-3513201)
 * example add
    shortcodes-ultimate/css/style.css
 *     ```
       @media only screen and (max-width: 767px) {
               .su-column-1-2 ,
               .su-column-1-3,
               .su-column-2-3,
               .su-column-1-4,
               .su-column-3-4,
               .su-column-1-5,
               .su-column-2-5,
               .su-column-3-5,
               .su-column-4-5,
               .su-column-1-6,
               .su-column-5-6 { width: 300px; }
   
           }
   
           @media only screen and (min-width: 480px) and (max-width: 767px) {
               .su-column-1-2 ,
               .su-column-1-3,
               .su-column-2-3,
               .su-column-1-4,
               .su-column-3-4,
               .su-column-1-5,
               .su-column-2-5,
               .su-column-3-5,
               .su-column-4-5,
               .su-column-1-6,
               .su-column-5-6 { width: 420px; }
           }
       ```
   
 * This becomes useful. –> [http://www.getskeleton.com/](http://www.getskeleton.com/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Transposh WordPress Translation] Translation not working in login page](https://wordpress.org/support/topic/translation-not-working-in-login-page/)
 *  [utaka](https://wordpress.org/support/users/utaka/)
 * (@utaka)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/translation-not-working-in-login-page/#post-3250365)
 * Oh!,sorry
    if use wordpress’s lang file , set **.mo （and **.po).
 *  mo file is used By wordpress
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Transposh WordPress Translation] Translation not working in login page](https://wordpress.org/support/topic/translation-not-working-in-login-page/)
 *  [utaka](https://wordpress.org/support/users/utaka/)
 * (@utaka)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/translation-not-working-in-login-page/#post-3250363)
 * Hi!　I had the same trouble.
    ・http://***/LanguageCode/wp-login.php –>404 Error・
   http://***/wp-login.php?lang=LanguageCode –> No translated(Almost)
 * Maybe , ‘wp-login.php?lang=**’ is use wordpress’s lang file…(/wp-content/languages/**.
   mo),
    Do you Set wordpres’s lang file ?
 * One of the methods ,you set ‘/wp-content/languages/de.mo’ and ‘ /wp-content/languages/
   pt.mo’.
    From [http://codex.wordpress.org/WordPress_in_Your_Language](http://codex.wordpress.org/WordPress_in_Your_Language)
   or [http://svn.automattic.com/wordpress-i18n/**/tags/**your](http://svn.automattic.com/wordpress-i18n/**/tags/**your)
   wp Version**/messages/**.mo.
 * However, I looked for how to take out the login screen translated since all translation
   files cannot be set up.
 * Translated login Form (translated!)
    ･Login With Ajax Plugin :[http://wordpress.org/extend/plugins/login-with-ajax/](http://wordpress.org/extend/plugins/login-with-ajax/)
 *  I used ‘Login With Ajax’ + ‘Widgets on Pages’
    ･Widgets on Pages : [http://wordpress.org/extend/plugins/widgets-on-pages/](http://wordpress.org/extend/plugins/widgets-on-pages/)
 * My “Login / Registration Page” is [http://news.gankeijiban.com/loginr](http://news.gankeijiban.com/loginr) ‎(
   translated!)
    Wite [widgets_on_pages id=”**Set Name Widgets on Pages***”]
 * *Sorry I’m not good Einglish.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[PHP Code Widget] Don't work Ver2.1](https://wordpress.org/support/topic/dont-work-ver21/)
 *  Thread Starter [utaka](https://wordpress.org/support/users/utaka/)
 * (@utaka)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/dont-work-ver21/#post-3204331)
 * Oh!
    It was my misapprehension.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[List category posts with pagination] When using together with " WP Super Cache"](https://wordpress.org/support/topic/when-using-together-with-wp-super-cache/)
 *  Thread Starter [utaka](https://wordpress.org/support/users/utaka/)
 * (@utaka)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/when-using-together-with-wp-super-cache/#post-3242340)
 * It was my misapprehension.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Transposh WordPress Translation] translated RSS feeds : Error: Feed has a error or is not valid .](https://wordpress.org/support/topic/translated-rss-feeds-error-feed-has-a-error-or-is-not-valid/)
 *  Thread Starter [utaka](https://wordpress.org/support/users/utaka/)
 * (@utaka)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/translated-rss-feeds-error-feed-has-a-error-or-is-not-valid/#post-3218768)
 * Hi! Thanks
 * Direct Link..
    Ex. Please Click Url [http://transposh.org/en/feed/](http://transposh.org/en/feed/)
   displayd [http://transposh.org/fr/feed/](http://transposh.org/fr/feed/) displayd(
   now) [http://transposh.org/br/feed/](http://transposh.org/br/feed/) displayd(
   now) [http://transposh.org/zh/feed/](http://transposh.org/zh/feed/) Not displayd(
   now) [http://transposh.org/ko/feed/](http://transposh.org/ko/feed/) [http://transposh.org/zh-tw/feed/](http://transposh.org/zh-tw/feed/)
   [http://transposh.org/tr/feed/](http://transposh.org/tr/feed/) [http://transposh.org/ja/feed/](http://transposh.org/ja/feed/)
   [http://transposh.org/ga/feed/](http://transposh.org/ga/feed/) [http://transposh.org/sw/feed/](http://transposh.org/sw/feed/)
   [http://transposh.org/da/feed/](http://transposh.org/da/feed/)
 * Some are displayed Now, But Some are NOｔ　displayed Now,
 * Maybe..
    Cache Trouble or, The translation file(RSS Feed file?) has not been 
   built yet.
 * Sorry I’m not good Einglish
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Transposh WordPress Translation] translated RSS feeds : Error: Feed has a error or is not valid .](https://wordpress.org/support/topic/translated-rss-feeds-error-feed-has-a-error-or-is-not-valid/)
 *  Thread Starter [utaka](https://wordpress.org/support/users/utaka/)
 * (@utaka)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/translated-rss-feeds-error-feed-has-a-error-or-is-not-valid/#post-3218766)
 * An action is unstable.
 * pattern1: Feed which is not translated appears.
    pattern2: Translated Feed appears.(
   It is right) pattern3: RSS Feed be saved by widgets. When it is going to save,”
   RSS Error: WP HTTP Error: Too many redirects.”
 * Maybe..
    Cache Trouble or, The translation file(RSS Feed file?) has not been 
   built yet.
 * ･http://transposh.org/*jang*/ –>Footer ICON([http://transposh.org/*jang*/feed/](http://transposh.org/*jang*/feed/))–
   >RSS Feed displayed
    But,Directly, By a browser,sometimes URL of RSS Feed not
   be displayed. ･http://transposh.org/*jang*/feed/
 * Sorry I’m not good Einglish
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Quick Post Widget] [Plugin: Quick Post Widget] unable to download](https://wordpress.org/support/topic/plugin-quick-post-widget-unable-to-download/)
 *  [utaka](https://wordpress.org/support/users/utaka/)
 * (@utaka)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-quick-post-widget-unable-to-download/#post-2886403)
 * > the link of plugin doesnt exist anymore
 * Maybe…cause
    [http://forums.cnet.com/7726-6132_102-5331465.html](http://forums.cnet.com/7726-6132_102-5331465.html)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FeedWordPress] [Plugin: FeedWordPress] All(if not most) Google feeds returning error](https://wordpress.org/support/topic/plugin-feedwordpress-allif-not-most-google-feeds-returning-error/)
 *  [utaka](https://wordpress.org/support/users/utaka/)
 * (@utaka)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-feedwordpress-allif-not-most-google-feeds-returning-error/#post-2803017)
 * Hi Grimpond.
    what is your google rss feed?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FeedWordPress] [Plugin: FeedWordPress] All(if not most) Google feeds returning error](https://wordpress.org/support/topic/plugin-feedwordpress-allif-not-most-google-feeds-returning-error/)
 *  [utaka](https://wordpress.org/support/users/utaka/)
 * (@utaka)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-feedwordpress-allif-not-most-google-feeds-returning-error/#post-2803014)
 * Worked .. WP3.4 + FWP2011.10.19
 * #####################################################3
    # Worked Google Rss Feed,
   WP3.4 + FWP2011.10.19 # ##—-Fix(Provisional)———————– # WP3.3.2’s(or older),wp-
   includes/class-simplepie.php
 *  —>over write
 *  WP3.4 wp-includes/class-simplepie.php.
    #########################################################
 * WP3.4’s class-simplepie.php(SimplePie) is version 1.2.1.
    SimplePie 1.2.1 don’t
   work Google Rss Feed. Maybe.
 * If you have Rss feed problem, Please suspect wp-includes/class-simplepie.php.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[FeedWordPress] [Plugin: FeedWordPress] All(if not most) Google feeds returning error](https://wordpress.org/support/topic/plugin-feedwordpress-allif-not-most-google-feeds-returning-error/)
 *  [utaka](https://wordpress.org/support/users/utaka/)
 * (@utaka)
 * [14 years, 1 month ago](https://wordpress.org/support/topic/plugin-feedwordpress-allif-not-most-google-feeds-returning-error/#post-2803013)
 * WP3.4 :FeedWordPress found no posts on this feed.
 * example.
    [https://news.google.com/news/feeds?q=%E0%AE%A4%E0%AE%AE%E0%AE%BF%E0%AE%B4%E0%AF%80%E0%AE%B4%E0%AE%AE%E0%AF%8D&output=rss](https://news.google.com/news/feeds?q=%E0%AE%A4%E0%AE%AE%E0%AE%BF%E0%AE%B4%E0%AF%80%E0%AE%B4%E0%AE%AE%E0%AF%8D&output=rss)
 * WP3.4 , Google feeds returning error.
    “No Items FeedWordPress found no posts
   on this feed.”
 * But WP3.3.2 is Work..
 * Anybody know how to Fix?

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

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