Title: rtarson's Replies | WordPress.org

---

# rtarson

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I reset my Permalinks settings through FTP](https://wordpress.org/support/topic/i-screwed-up-how-do-i-reset-my-permalinks-settings-through-ftp/)
 *  Thread Starter [rtarson](https://wordpress.org/support/users/rtarson/)
 * (@rtarson)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/i-screwed-up-how-do-i-reset-my-permalinks-settings-through-ftp/#post-6923100)
 * This things on and off its fast then its not fast. Is it because my URL is in
   the middle of transferring?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I reset my Permalinks settings through FTP](https://wordpress.org/support/topic/i-screwed-up-how-do-i-reset-my-permalinks-settings-through-ftp/)
 *  Thread Starter [rtarson](https://wordpress.org/support/users/rtarson/)
 * (@rtarson)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/i-screwed-up-how-do-i-reset-my-permalinks-settings-through-ftp/#post-6923098)
 * Were is the error log?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I reset my Permalinks settings through FTP](https://wordpress.org/support/topic/i-screwed-up-how-do-i-reset-my-permalinks-settings-through-ftp/)
 *  Thread Starter [rtarson](https://wordpress.org/support/users/rtarson/)
 * (@rtarson)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/i-screwed-up-how-do-i-reset-my-permalinks-settings-through-ftp/#post-6923091)
 * So .user.ini extending ram wont change performance only .htaccess, cause if I
   research it correctly adding more memory to .user.ini just gives PHP more to 
   work off of. But yet again thats akk WP runs off of.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I reset my Permalinks settings through FTP](https://wordpress.org/support/topic/i-screwed-up-how-do-i-reset-my-permalinks-settings-through-ftp/)
 *  Thread Starter [rtarson](https://wordpress.org/support/users/rtarson/)
 * (@rtarson)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/i-screwed-up-how-do-i-reset-my-permalinks-settings-through-ftp/#post-6923072)
 * Wow ok Plesk is .user.ini instead of php.ini and I wonder if .htaccess is diffrent
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I reset my Permalinks settings through FTP](https://wordpress.org/support/topic/i-screwed-up-how-do-i-reset-my-permalinks-settings-through-ftp/)
 *  Thread Starter [rtarson](https://wordpress.org/support/users/rtarson/)
 * (@rtarson)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/i-screwed-up-how-do-i-reset-my-permalinks-settings-through-ftp/#post-6923071)
 * @CureWP cuase I always thought that maybe because I’d get a 500 Error on install
   that it could be causing some of the issues. I just started a new install it 
   went through and faster! I guess you need ultimate hosting to do anything with
   GoDaddy.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I reset my Permalinks settings through FTP](https://wordpress.org/support/topic/i-screwed-up-how-do-i-reset-my-permalinks-settings-through-ftp/)
 *  Thread Starter [rtarson](https://wordpress.org/support/users/rtarson/)
 * (@rtarson)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/i-screwed-up-how-do-i-reset-my-permalinks-settings-through-ftp/#post-6923069)
 * It’s been running alot better after upgrade. Again I’m spending more time in 
   research for this issue then actually doing. So I’ll give GoDaddy a complaint
   and contact WordPress and see what they have to say. And reinstall.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I reset my Permalinks settings through FTP](https://wordpress.org/support/topic/i-screwed-up-how-do-i-reset-my-permalinks-settings-through-ftp/)
 *  Thread Starter [rtarson](https://wordpress.org/support/users/rtarson/)
 * (@rtarson)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/i-screwed-up-how-do-i-reset-my-permalinks-settings-through-ftp/#post-6923068)
 * Yes here is what my .htaccess looks like.
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
       # END WordPress
       ```
   
 * GoDaddy is real screwy, because I can’t even control the site php.ini.
    I found
   a diffrence though when i used wp-config.php. That actually work the wp-config.
   php for ram adjustments. But other then that .htaccess and php.ini does not want
   to be used. I seen tons and tons of fixes just doing that. But I’ve upgraded 
   to the top hosting plan with godaddy so lets see if the new install will actually
   complete without failing! I believe it will
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I reset my Permalinks settings through FTP](https://wordpress.org/support/topic/i-screwed-up-how-do-i-reset-my-permalinks-settings-through-ftp/)
 *  Thread Starter [rtarson](https://wordpress.org/support/users/rtarson/)
 * (@rtarson)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/i-screwed-up-how-do-i-reset-my-permalinks-settings-through-ftp/#post-6923063)
 * I have to work quick not sure how much time i got left till the domain is transfered
   and have to wait like 4-7 days
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I reset my Permalinks settings through FTP](https://wordpress.org/support/topic/i-screwed-up-how-do-i-reset-my-permalinks-settings-through-ftp/)
 *  Thread Starter [rtarson](https://wordpress.org/support/users/rtarson/)
 * (@rtarson)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/i-screwed-up-how-do-i-reset-my-permalinks-settings-through-ftp/#post-6923061)
 * I think I’m gonna reinstall word press for the 8th time, not touch anything. 
   lol this is starting to annoy me!!!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How do I reset my Permalinks settings through FTP](https://wordpress.org/support/topic/i-screwed-up-how-do-i-reset-my-permalinks-settings-through-ftp/)
 *  Thread Starter [rtarson](https://wordpress.org/support/users/rtarson/)
 * (@rtarson)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/i-screwed-up-how-do-i-reset-my-permalinks-settings-through-ftp/#post-6923056)
 * No doesnt do it. Using GoDaddy something up with that .htaccess it was never 
   generated to begin with. I made a htaccess but it never did anything either.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Responsive Menu - Create Mobile-Friendly Menu] Sub Menu Issue](https://wordpress.org/support/topic/sub-menu-issue-2/)
 *  Thread Starter [rtarson](https://wordpress.org/support/users/rtarson/)
 * (@rtarson)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/sub-menu-issue-2/#post-6862392)
 * I noticed it only works when I select “Fixed Button” option for opening and closing
   of the menu.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Responsive Menu - Create Mobile-Friendly Menu] Sub Menu Issue](https://wordpress.org/support/topic/sub-menu-issue-2/)
 *  Thread Starter [rtarson](https://wordpress.org/support/users/rtarson/)
 * (@rtarson)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/sub-menu-issue-2/#post-6862382)
 * [Here](http://www.tarsonpools.com)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Responsive Menu - Create Mobile-Friendly Menu] Says 100% free but not really](https://wordpress.org/support/topic/says-100-free-but-not-really/)
 *  Thread Starter [rtarson](https://wordpress.org/support/users/rtarson/)
 * (@rtarson)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/says-100-free-but-not-really/#post-6844970)
 * Sorry about that just was not sure about the One month thing was. That’s how 
   WooThemes works is you pay for the year and you get updates and support.
    Your
   price seemed really low and thought that it meant one month of updates. Now that
   you get continues updates, expect a payment soon! I will be buying tomorrow. 
   Thanks for validating. Is it updated for WP 4.4?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Responsive Menu - Create Mobile-Friendly Menu] Says 100% free but not really](https://wordpress.org/support/topic/says-100-free-but-not-really/)
 *  Thread Starter [rtarson](https://wordpress.org/support/users/rtarson/)
 * (@rtarson)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/says-100-free-but-not-really/#post-6844777)
 * And I did read it, “Please note: Pricing for the plugin is a one-off fee and 
   all future updates of the plugin are included in the price.”
    But yes under neath
   the price of it, it says “One Month”.
 * Does it have update supports with included package for price or updates for 1
   month?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Sticky Menu & Sticky Header] Not Working on Chrome](https://wordpress.org/support/topic/not-working-on-chrome-4/)
 *  Thread Starter [rtarson](https://wordpress.org/support/users/rtarson/)
 * (@rtarson)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/not-working-on-chrome-4/#post-6833035)
 * Yeah. That is on.

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

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