Title: anmolrajdev's Replies | WordPress.org

---

# anmolrajdev

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

 *   [Profile](https://wordpress.org/support/users/anmolrajdev/)
 *   [Topics Started](https://wordpress.org/support/users/anmolrajdev/topics/)
 *   [Replies Created](https://wordpress.org/support/users/anmolrajdev/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/anmolrajdev/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/anmolrajdev/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/anmolrajdev/engagements/)
 *   [Favorites](https://wordpress.org/support/users/anmolrajdev/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: [[Tweet Fader] Failed to open stream](https://wordpress.org/support/topic/failed-to-open-stream-21/)
 *  [anmolrajdev](https://wordpress.org/support/users/anmolrajdev/)
 * (@anmolrajdev)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/failed-to-open-stream-21/#post-3930507)
 * > Warning: require_once(components\twitteroauth.php) [function.require-once]:
   > failed to open stream: No such file or directory in /Applications/XAMPP/xamppfiles/
   > htdocs/ageeth/wp-content/plugins/tweet-fader/Tweet-Fader.php on line 132
   > Fatal error: require_once() [function.require]: Failed opening required ‘components\
   > twitteroauth.php’ (include_path=’.:/Applications/XAMPP/xamppfiles/lib/php:/
   > Applications/XAMPP/xamppfiles/lib/php/pear’) in /Applications/XAMPP/xamppfiles/
   > htdocs/ageeth/wp-content/plugins/tweet-fader/Tweet-Fader.php on line 132
 * Encountered the same problem. Go to line 132 in plugins/tweet-fader/Tweet-Fader.
   php and just change the path
    from `if(!require_once('components\twitteroauth.
   php')){` to `if(!require_once('components/twitteroauth.php')){`
 * That should solve the problem. 🙂
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [code in on Chrome/Safari](https://wordpress.org/support/topic/code-in-on-chromesafari/)
 *  Thread Starter [anmolrajdev](https://wordpress.org/support/users/anmolrajdev/)
 * (@anmolrajdev)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/code-in-on-chromesafari/#post-4239769)
 * I don’t think it’s a BOM issue. If the theme in your development site works fine,
   better delete the theme in your site and replace it with a copy of the theme 
   used in your dev site. Perhaps that will resolve the issue.
    ————————————– Krishna,
   this is exactly what I’ve done. But not solving the problem.
 * BTW, did you directly modify the blankslate theme or did you use a child theme
   for your customizations? It’s always better (and the recommended approach) to
   use child themes for customizations so that you won’t face problems like the 
   current one and you can safely update the theme without losing your modifications.
 * As you say that you have been using the same theme without problems, how old 
   is it? Has it been updated?
    ————————————– My bad. What I meant was that I am
   start with a blank theme – all the common markup written and stylesheets included
   but without any style- have used it on many projects, but today is a bad day!
 * The development server is a Linux server and the live one is Windows. Could that
   be a problem?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [code in on Chrome/Safari](https://wordpress.org/support/topic/code-in-on-chromesafari/)
 *  Thread Starter [anmolrajdev](https://wordpress.org/support/users/anmolrajdev/)
 * (@anmolrajdev)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/code-in-on-chromesafari/#post-4239765)
 * Krishna,
 * Thanks for replying.
 * Its strange because when I am trying to validate the markup at [http://labs.42works.in/swiftanalytics](http://labs.42works.in/swiftanalytics),
   it doesn’t return me any of the errors.
 * And no, none of the other default theme has this problem. Infact, I have created
   a blankstate theme which I’ve used for many websites and it always have worked
   alright. What’s making me pull my hair is that the same code on [http://labs.42works.in/swiftanalytics](http://labs.42works.in/swiftanalytics)
   is working absolutely fine on Chrome, it is the exact same code at [http://swiftanalytics.com](http://swiftanalytics.com)
   that is giving me a real hard time.
 * One thing that I read in the w3c validator error report was
 * > Warning Byte-Order Mark found in UTF-8 File.
   > The Unicode Byte-Order Mark (BOM) in UTF-8 encoded files is known to cause 
   > problems for some text editors and older browsers. You may want to consider
   > avoiding its use until it is better supported.
 * From the other forum post that i mentioned in the question, I think this is the
   root cause of the problem. I reopened all my theme files in notepad++ and made
   sure that all files were encoded without BOM (converted the files to BOM from
   under Encoding->Convert to UTF-8 without BOM, there were no changes made which
   meant the files are already in that format). Any ideas on how to fix the BOM 
   encoding issue??
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EP Hashimage] No images found for your hashtag!](https://wordpress.org/support/topic/no-images-found-for-your-hashtag/)
 *  [anmolrajdev](https://wordpress.org/support/users/anmolrajdev/)
 * (@anmolrajdev)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/no-images-found-for-your-hashtag/#post-3905417)
 * Ouch! That’s what I thought too.
 * But what made me think otherwise was that at least the photos from Instagram 
   should have been displayed. So kind of uncertain. Haven’t yet got a chance to
   look into the plugin code.
 * Will check and see if that’s the case. Will update soon.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EP Hashimage] No images found for your hashtag!](https://wordpress.org/support/topic/no-images-found-for-your-hashtag/)
 *  [anmolrajdev](https://wordpress.org/support/users/anmolrajdev/)
 * (@anmolrajdev)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/no-images-found-for-your-hashtag/#post-3905415)
 * Did an install some time ago and facing the same problem. The tweets and images
   are there but the plugin shows no images found.
 * [http://www.vidafitnessblog.com/where-in-the-word-is-vida-fitness-2/](http://www.vidafitnessblog.com/where-in-the-word-is-vida-fitness-2/)
 * Any help?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tweet Blender] Tweet Blender new API](https://wordpress.org/support/topic/tweet-blender-new-api-will-works-or-not/)
 *  [anmolrajdev](https://wordpress.org/support/users/anmolrajdev/)
 * (@anmolrajdev)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/tweet-blender-new-api-will-works-or-not/page/2/#post-3843866)
 * I am using twitter-widget pro plugin (that’s my alternative to Tweet Blender)
   right now on a site that I recently developed, you can see a demo here:
    [http://rivendell.tv/](http://rivendell.tv/)
 * However, it doesn’t display feeds from a twitter-list. If someone finds a plugin
   that can help me do so and also allow me to style the tweets, I’ll be really 
   thankful.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Tweet Blender] Tweet Blender new API](https://wordpress.org/support/topic/tweet-blender-new-api-will-works-or-not/)
 *  [anmolrajdev](https://wordpress.org/support/users/anmolrajdev/)
 * (@anmolrajdev)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/tweet-blender-new-api-will-works-or-not/page/2/#post-3843864)
 * Well, desperately waiting for an update on this one. Any recommendation of an
   alternative plugin that allows me to display feed from a twitter list?

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