tagteamcomputing
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WP times out when trying to save menuI am marking this solved because it has resolved my issue.
Forum: Fixing WordPress
In reply to: WP times out when trying to save menuHey 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
In reply to: WP times out when trying to save menuYeah, unless something has changed recently that only works for Enterprise plans.
Forum: Fixing WordPress
In reply to: WP times out when trying to save menuI 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
In reply to: [TT Post Viewer] Image size huge in firefoxYes, 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
In reply to: [TT Post Viewer] Image size huge in firefoxThank 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
In reply to: [TT Post Viewer] Image size huge in firefoxOk, 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