Title: Scriptonite's Replies - page 2 | WordPress.org

---

# Scriptonite

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 16 through 30 (of 100 total)

[←](https://wordpress.org/support/users/scriptonite/replies/?output_format=md) [1](https://wordpress.org/support/users/scriptonite/replies/?output_format=md)
2 [3](https://wordpress.org/support/users/scriptonite/replies/page/3/?output_format=md)…
[5](https://wordpress.org/support/users/scriptonite/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/scriptonite/replies/page/6/?output_format=md)
[7](https://wordpress.org/support/users/scriptonite/replies/page/7/?output_format=md)
[→](https://wordpress.org/support/users/scriptonite/replies/page/3/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fix My Feed RSS Repair] RDF feed](https://wordpress.org/support/topic/rdf-feed/)
 *  Plugin Author [Scriptonite](https://wordpress.org/support/users/scriptonite/)
 * (@scriptonite)
 * [12 years ago](https://wordpress.org/support/topic/rdf-feed/#post-4876544)
 * I’m not sure, can you send me the URL and I’ll take a look?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fix My Feed RSS Repair] Didn't fix feed](https://wordpress.org/support/topic/didnt-fix-feed/)
 *  Plugin Author [Scriptonite](https://wordpress.org/support/users/scriptonite/)
 * (@scriptonite)
 * [12 years ago](https://wordpress.org/support/topic/didnt-fix-feed/#post-4886358)
 * Sorry the plugin was not able to fix your issue, i’m glad you got it working.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP 2 Step Authentication] 3rd Party Connection?](https://wordpress.org/support/topic/3rd-party-connection/)
 *  Plugin Author [Scriptonite](https://wordpress.org/support/users/scriptonite/)
 * (@scriptonite)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/3rd-party-connection/#post-4811069)
 * It is self contained for the email verification and will also be self contained
   when the mobile app is finished, to send sms it uses our own service wp2step.
   com. Your site sends no login details and wp2step keeps no information of any
   kind. All login data is verified on your site, wp2step simply receives the pin
   code, phone number, and API key to verify your account with them to ensure you
   are authorized to use the wp2step services. Great question, I will add this to
   our FAQ and the plugin FAQ as well.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fix My Feed RSS Repair] 3.8 upgrade broke Fix My Feed RSS Repair](https://wordpress.org/support/topic/38-upgrade-broke-fix-my-feed-rss-repair/)
 *  Plugin Author [Scriptonite](https://wordpress.org/support/users/scriptonite/)
 * (@scriptonite)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/38-upgrade-broke-fix-my-feed-rss-repair/#post-4523736)
 * Your feed appears to be valid and displays correctly in my reader. Can you please
   give me a description of your issue?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fix My Feed RSS Repair] Feed still not working](https://wordpress.org/support/topic/feed-still-not-working/)
 *  Plugin Author [Scriptonite](https://wordpress.org/support/users/scriptonite/)
 * (@scriptonite)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/feed-still-not-working/#post-4689426)
 * This looks like an issue with the NextGen Gallery Plugin, I would disable it 
   to see if that resolves the issue. You can also try this code in your theme functions
   file to see if it fixes it.
 *     ```
       add_filter( "the_content_feed", "the_rss_feedfix_2" );
       function the_rss_feedfix_2($content){
       $pos =  strpos($content,'<?xml version');
       $content = substr($content, $pos);
       return $content;
       }
       ```
   
 * If the nextgen footer is in fact causing the issue you can also perhaps use the
   remove_anonymous_object_filter like in the article here:
    [http://wordpress.stackexchange.com/questions/57079/how-to-remove-a-filter-that-is-an-anonymous-object](http://wordpress.stackexchange.com/questions/57079/how-to-remove-a-filter-that-is-an-anonymous-object)
 * with:
 *     ```
       function rss_ngg_footer_disable(){
           remove_anonymous_object_filter('wp_footer','C_Photocrati_Resource_Manager','print_marker');
       }
       add_action('wp_footer', 'rss_ngg_footer_disable', -2);
       ```
   
 * Let me know if either of these work for you.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple User Profile] Suggestion : hide by role](https://wordpress.org/support/topic/suggestion-hide-by-role/)
 *  Plugin Author [Scriptonite](https://wordpress.org/support/users/scriptonite/)
 * (@scriptonite)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/suggestion-hide-by-role/#post-4727311)
 * Profile fields by role will be available in the next update.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fix My Feed RSS Repair] Feed still not working](https://wordpress.org/support/topic/feed-still-not-working/)
 *  Plugin Author [Scriptonite](https://wordpress.org/support/users/scriptonite/)
 * (@scriptonite)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/feed-still-not-working/#post-4689391)
 * This is a different issue than my plugin is designed to fix. I am guessing you
   have found the issue however because your feed does appear to be working correctly.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Music Request Manager] List of songs](https://wordpress.org/support/topic/list-of-songs/)
 *  Plugin Author [Scriptonite](https://wordpress.org/support/users/scriptonite/)
 * (@scriptonite)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/list-of-songs/#post-4701785)
 * Not yet, this is planned for the next update. I will also be adding localization
   as well so the plugin will follow the language of your wordpress.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[user files] Is it possible to upload to Google Drive maybe with some plugin?](https://wordpress.org/support/topic/is-it-possible-to-upload-to-google-drive-maybe-with-some-plugin/)
 *  Plugin Author [Scriptonite](https://wordpress.org/support/users/scriptonite/)
 * (@scriptonite)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/is-it-possible-to-upload-to-google-drive-maybe-with-some-plugin/#post-4692328)
 * The plugin itself has no limit, it simply follows the restrictions set by your
   server. Depending on your hosts restrictions, you can change the upload max and
   post max in php.ini to increase your upload limits to any size you would like.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[user files] Plugin appears broken by PHP 5.3](https://wordpress.org/support/topic/plugin-appears-broken-by-php-53/)
 *  Plugin Author [Scriptonite](https://wordpress.org/support/users/scriptonite/)
 * (@scriptonite)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/plugin-appears-broken-by-php-53/#post-4676506)
 * Line 1 is simply <?php, I don’t see how this could have broken anything. This
   has been tested from php 5.2 to 5.4 and has worked without issue. Updates are
   in the works but I have been busy and don’t know when they will be ready.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Music Request Manager] I'm a noob](https://wordpress.org/support/topic/im-a-noob/)
 *  Plugin Author [Scriptonite](https://wordpress.org/support/users/scriptonite/)
 * (@scriptonite)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/im-a-noob/#post-4614013)
 * Yes, you need to place the shortcode [music-requests] into your request page 
   to display the request list.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fix My Feed RSS Repair] Feed not working](https://wordpress.org/support/topic/feed-not-working-22/)
 *  Plugin Author [Scriptonite](https://wordpress.org/support/users/scriptonite/)
 * (@scriptonite)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/feed-not-working-22/#post-4580050)
 * Did you go to tools>RSS Fix in the admin menu and hit apply?
 * Also, every time you update wordpress you need to go in and re-apply the fix.
   This is a core patch so it is not automatic.
 * If you still need assistance please let me know.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fix My Feed RSS Repair] Don't work with different language feed](https://wordpress.org/support/topic/dont-work-with-different-language-feed/)
 *  Plugin Author [Scriptonite](https://wordpress.org/support/users/scriptonite/)
 * (@scriptonite)
 * [12 years, 2 months ago](https://wordpress.org/support/topic/dont-work-with-different-language-feed/#post-4574875)
 * Your feed looks ok, if you have not changed anything or fixed it already chances
   are you do not have a feed reader for your browser. Google “feed parser extension
   for YOUR-BROWSER-TYPE” and you should find an extension to view it correctly 
   in your browser.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[user files] "Image cannot be loaded. Make sure…"](https://wordpress.org/support/topic/image-cannot-be-loaded-make-sure/)
 *  Plugin Author [Scriptonite](https://wordpress.org/support/users/scriptonite/)
 * (@scriptonite)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/image-cannot-be-loaded-make-sure/#post-4311141)
 * This is a new error I have not heard of, please check your folder permissions
   in both your server settings and folder chmod.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Fix My Feed RSS Repair] Plugin did not fix my feed](https://wordpress.org/support/topic/plugin-did-not-fix-my-feed/)
 *  Plugin Author [Scriptonite](https://wordpress.org/support/users/scriptonite/)
 * (@scriptonite)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/plugin-did-not-fix-my-feed/#post-4431525)
 * I have sent you a follow-up email to the address you have posted above.

Viewing 15 replies - 16 through 30 (of 100 total)

[←](https://wordpress.org/support/users/scriptonite/replies/?output_format=md) [1](https://wordpress.org/support/users/scriptonite/replies/?output_format=md)
2 [3](https://wordpress.org/support/users/scriptonite/replies/page/3/?output_format=md)…
[5](https://wordpress.org/support/users/scriptonite/replies/page/5/?output_format=md)
[6](https://wordpress.org/support/users/scriptonite/replies/page/6/?output_format=md)
[7](https://wordpress.org/support/users/scriptonite/replies/page/7/?output_format=md)
[→](https://wordpress.org/support/users/scriptonite/replies/page/3/?output_format=md)