Title: tagteamcomputing's Replies | WordPress.org

---

# tagteamcomputing

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WP times out when trying to save menu](https://wordpress.org/support/topic/wp-times-out-when-trying-to-save-menu/)
 *  Thread Starter [tagteamcomputing](https://wordpress.org/support/users/tagteamcomputing/)
 * (@tagteamcomputing)
 * [3 years ago](https://wordpress.org/support/topic/wp-times-out-when-trying-to-save-menu/#post-17024711)
 * I am marking this solved because it has resolved my issue.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WP times out when trying to save menu](https://wordpress.org/support/topic/wp-times-out-when-trying-to-save-menu/)
 *  Thread Starter [tagteamcomputing](https://wordpress.org/support/users/tagteamcomputing/)
 * (@tagteamcomputing)
 * [3 years ago](https://wordpress.org/support/topic/wp-times-out-when-trying-to-save-menu/#post-17024710)
 * Hey guys, I figured out this issue. I use litespeed server and direct admin. 
   In a recent update to directadmin / custombuild update it appears that my webserver
   got changed from litespeed to apache. I have litespeed configured properly but
   apache was running at default settings and wasnt working well. I got my webserver
   switched back to litespeed and I can now save that menu in about 3 seconds.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WP times out when trying to save menu](https://wordpress.org/support/topic/wp-times-out-when-trying-to-save-menu/)
 *  Thread Starter [tagteamcomputing](https://wordpress.org/support/users/tagteamcomputing/)
 * (@tagteamcomputing)
 * [3 years ago](https://wordpress.org/support/topic/wp-times-out-when-trying-to-save-menu/#post-17022400)
 * Yeah, unless something has changed recently that only works for Enterprise plans.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WP times out when trying to save menu](https://wordpress.org/support/topic/wp-times-out-when-trying-to-save-menu/)
 *  Thread Starter [tagteamcomputing](https://wordpress.org/support/users/tagteamcomputing/)
 * (@tagteamcomputing)
 * [3 years ago](https://wordpress.org/support/topic/wp-times-out-when-trying-to-save-menu/#post-17022324)
 * I turned on debugging but I don’t see anything related to that. Probably because
   it times out before it can actually give any error.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TT Post Viewer] Image size huge in firefox](https://wordpress.org/support/topic/image-size-huge-in-firefox/)
 *  Thread Starter [tagteamcomputing](https://wordpress.org/support/users/tagteamcomputing/)
 * (@tagteamcomputing)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/image-size-huge-in-firefox/#post-4756594)
 * Yes, I see that now. I was helping a friend and she put the shortcode in and 
   I never checked to make sure she had done it right. I will provide a review now.
   thanks for the help
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TT Post Viewer] Image size huge in firefox](https://wordpress.org/support/topic/image-size-huge-in-firefox/)
 *  Thread Starter [tagteamcomputing](https://wordpress.org/support/users/tagteamcomputing/)
 * (@tagteamcomputing)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/image-size-huge-in-firefox/#post-4756579)
 * Thank you the thumbnail Generator tip that worked great. However the girl I am
   helping with would prefer that no images show up. I have set the thumbnail to
   0 an 0 but it still shows for the posts that have a featured image. Is there 
   a way to get images to not show up or can you tell me where to modify the code
   to not display it?
 * If figure I need to do some editing to tt-post-viewer/ttpv-shortcodes/ttpv-mostpopular-
   shortcode.php
 *     ```
       if(strtolower($disp) == "thumbnail"){
                           $output_str .= "<div class='shortcode-thumb'>";
                           if(has_post_thumbnail()){
                               $src = wp_get_attachment_image_src( get_post_thumbnail_id($mostpopular_posts->ID),
                                                                  'postarea-thumb', false, '' );
                               $output_str .= "<a href='#'><img src='".$src[0]."' /></a>";
                           }else{
                               $output_str .= "<a href='" . get_permalink() . "'>";
   
                               $output_str .= "<img src='". plugins_url( 'tt-post-viewer/images/default-image.png') . "' "
                                               . "width='". $opt_val['ttpv_txt_postarea_thumbnail_width_number'] ."'"
                                               . "height='". $opt_val['ttpv_txt_postarea_thumbnail_height_number'] ."' /></a>";
                           }
       ```
   
 * However it says that file is inactive at the top so I am not sure
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TT Post Viewer] Image size huge in firefox](https://wordpress.org/support/topic/image-size-huge-in-firefox/)
 *  Thread Starter [tagteamcomputing](https://wordpress.org/support/users/tagteamcomputing/)
 * (@tagteamcomputing)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/image-size-huge-in-firefox/#post-4756547)
 * Ok, I do remember seeing something about that. Currently it is only in Firefox,
   it looks fine in chrome, didnt try IE or Safari.
 * I will install and run the thumbnail regenerator and then test the plugin more
   fully and then give a review.
    Thanks

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