Title: ruffneck119's Replies | WordPress.org

---

# ruffneck119

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Enhanced Media Library] Other Admin Cannot Create Categories (Permission Denied)](https://wordpress.org/support/topic/other-admin-cannot-create-categories-permission-denied/)
 *  Thread Starter [ruffneck119](https://wordpress.org/support/users/ruffneck119/)
 * (@ruffneck119)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/other-admin-cannot-create-categories-permission-denied/#post-6222424)
 * Not multi-site I will try with another admin account.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MapPress – Google Maps, OpenStreetMap & Leaflet] Maps Stopped Showing (Uncaught ReferenceError: mapp is not defined )](https://wordpress.org/support/topic/maps-stopped-showing-uncaught-referenceerror-mapp-is-not-defined/)
 *  Thread Starter [ruffneck119](https://wordpress.org/support/users/ruffneck119/)
 * (@ruffneck119)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/maps-stopped-showing-uncaught-referenceerror-mapp-is-not-defined/#post-3562035)
 * I was using Better WordPress Minify so I turned it off and it solved the problem.
 * I will try another minify plugin to see if it’s compatible.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Editing the gallery shortcode output (adding title tag to image link)](https://wordpress.org/support/topic/editing-the-gallery-shortcode-output-adding-title-tag-to-image-link/)
 *  Thread Starter [ruffneck119](https://wordpress.org/support/users/ruffneck119/)
 * (@ruffneck119)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/editing-the-gallery-shortcode-output-adding-title-tag-to-image-link/#post-3531872)
 * Has anybody done this before? I just need to edit the gallery shortcode output.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] CF7 Server/Ajax Error (arrow just spins)](https://wordpress.org/support/topic/cf7-serverajax-error-arrow-just-spins/)
 *  Thread Starter [ruffneck119](https://wordpress.org/support/users/ruffneck119/)
 * (@ruffneck119)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/cf7-serverajax-error-arrow-just-spins/#post-3474112)
 * Figured out the issue. I took out the code from the plugin script.js file:
 * data = data.substring(data.indexOf(“{“));
 * data = $.parseJSON(data);
 * Because this kept being called over and over again:
 * data: { ‘_wpcf7_is_ajax_call’: 1 },
    dataType: ‘json’, success: function(data){
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] CF7 Server/Ajax Error (arrow just spins)](https://wordpress.org/support/topic/cf7-serverajax-error-arrow-just-spins/)
 *  Thread Starter [ruffneck119](https://wordpress.org/support/users/ruffneck119/)
 * (@ruffneck119)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/cf7-serverajax-error-arrow-just-spins/#post-3474106)
 * The way jQuery is called in my theme is like this (in functions.php):
 * function load_jquery() {
    // only use this method is we’re not in wp-admin if(!
   is_admin()) { wp_deregister_script( ‘jquery’ ); wp_register_script(‘jquery’, ”,
   FALSE, ‘1.8.3’); wp_enqueue_script(‘jquery’); } } add_action(‘template_redirect’,‘
   load_jquery’);
 * And then it is loaded in my header:
    <script type=’text/javascript’ src='<?php
   bloginfo(‘template_directory’); ?>/js/jquery-1.8.3.js’></script>
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] CF7 Server/Ajax Error (arrow just spins)](https://wordpress.org/support/topic/cf7-serverajax-error-arrow-just-spins/)
 *  Thread Starter [ruffneck119](https://wordpress.org/support/users/ruffneck119/)
 * (@ruffneck119)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/cf7-serverajax-error-arrow-just-spins/#post-3474093)
 * I have the wp head and wp footer. No script conflicts in firebug. Validation 
   was fine.
 * This is the only error I get on submission:
 * [http://screencast.com/t/drXdlRbn](http://screencast.com/t/drXdlRbn)
    [http://screencast.com/t/qxtuLZNhJ](http://screencast.com/t/qxtuLZNhJ)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] CF7 Server/Ajax Error (arrow just spins)](https://wordpress.org/support/topic/cf7-serverajax-error-arrow-just-spins/)
 *  Thread Starter [ruffneck119](https://wordpress.org/support/users/ruffneck119/)
 * (@ruffneck119)
 * [13 years, 7 months ago](https://wordpress.org/support/topic/cf7-serverajax-error-arrow-just-spins/#post-3474079)
 * So I figured it’s not the server, but I am still having the same issue. I have
   no clue whats wrong. I disabled all other plugins and a few other scripts now
   when you do not enter the form right it takes you to another page and the css
   is messed up for the warning messages.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[List category posts] Fatal Error: Call to undefined method CatListDisplayer](https://wordpress.org/support/topic/fatal-error-call-to-undefined-method-catlistdisplayer/)
 *  Thread Starter [ruffneck119](https://wordpress.org/support/users/ruffneck119/)
 * (@ruffneck119)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/fatal-error-call-to-undefined-method-catlistdisplayer/#post-3362089)
 * I am not sure when the issue came up (I think when I upgraded to WP 3.5), but,
   I fixed it by updating the template files in my themes folders: /list-category-
   posts/.
 * Just took out the old files and put in the new (default.php).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Error: Files in directory not found even though they are there.](https://wordpress.org/support/topic/error-files-in-directory-not-found-even-though-they-are-there/)
 *  Thread Starter [ruffneck119](https://wordpress.org/support/users/ruffneck119/)
 * (@ruffneck119)
 * [13 years, 8 months ago](https://wordpress.org/support/topic/error-files-in-directory-not-found-even-though-they-are-there/#post-3323049)
 * I found the answer right here:
 * [http://kb.siteground.com/how_to_exclude_a_folder_from_wordpress_permalinks/](http://kb.siteground.com/how_to_exclude_a_folder_from_wordpress_permalinks/)
 * Basically disable re-write rules for sub directories.
 * AWESOME.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Sorting Tags by Posts Leads to Page Not Found (404)](https://wordpress.org/support/topic/sorting-tags-by-posts-leads-to-page-not-found-404/)
 *  Thread Starter [ruffneck119](https://wordpress.org/support/users/ruffneck119/)
 * (@ruffneck119)
 * [14 years ago](https://wordpress.org/support/topic/sorting-tags-by-posts-leads-to-page-not-found-404/#post-2816493)
 * So I tried everything on the list and this site still cannot sort tags. Has anyone
   else had this issue and fixed it?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Sorting Tags Leads to 404](https://wordpress.org/support/topic/sorting-tags-leads-to-404/)
 *  [ruffneck119](https://wordpress.org/support/users/ruffneck119/)
 * (@ruffneck119)
 * [14 years ago](https://wordpress.org/support/topic/sorting-tags-leads-to-404/#post-2456531)
 * I am having this same issue no one seems to acknowledge the error. People suggested
   disabling all plugins and trying a different theme but I keep getting the same
   error.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Search & Replace] [Plugin: Search and Replace] PLugin willnot replace all values….](https://wordpress.org/support/topic/plugin-search-and-replace-plugin-willnot-replace-all-values/)
 *  Thread Starter [ruffneck119](https://wordpress.org/support/users/ruffneck119/)
 * (@ruffneck119)
 * [14 years ago](https://wordpress.org/support/topic/plugin-search-and-replace-plugin-willnot-replace-all-values/#post-3022543)
 * `As a <a href="http://www.nblawgroup.com/personal-injury-lawyer-los-angeles/"
   >Los Angeles personal injury lawyer</a>,`
 * Oops it turned it into a link.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Sorting Tags by Posts Leads to Page Not Found (404)](https://wordpress.org/support/topic/sorting-tags-by-posts-leads-to-page-not-found-404/)
 *  Thread Starter [ruffneck119](https://wordpress.org/support/users/ruffneck119/)
 * (@ruffneck119)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/sorting-tags-by-posts-leads-to-page-not-found-404/#post-2816091)
 * If I disable my theme I will have to put back all the custom settings for it 
   and the site cannot have any downtime.
 * Oh well. I was hoping someone else has had the same problem and actually fixed
   it.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Sorting Tags by Posts Leads to Page Not Found (404)](https://wordpress.org/support/topic/sorting-tags-by-posts-leads-to-page-not-found-404/)
 *  Thread Starter [ruffneck119](https://wordpress.org/support/users/ruffneck119/)
 * (@ruffneck119)
 * [14 years, 3 months ago](https://wordpress.org/support/topic/sorting-tags-by-posts-leads-to-page-not-found-404/#post-2816065)
 * I did the plugin thing. I cannot disable my theme or re-upload everything. It
   will sort the tags by name though.
 * PS: just upgraded to 3.4 still the same deal.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Subdomains] [Plugin: WP Subdomains] Subdomain Plugin Issues (page to subdomain does not work)](https://wordpress.org/support/topic/plugin-wp-subdomains-subdomain-plugin-issues-page-to-subdomain-does-not-work/)
 *  Thread Starter [ruffneck119](https://wordpress.org/support/users/ruffneck119/)
 * (@ruffneck119)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/plugin-wp-subdomains-subdomain-plugin-issues-page-to-subdomain-does-not-work/#post-1763633)
 * So there is no alternative?

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

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