Forum Replies Created

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter tagteamcomputing

    (@tagteamcomputing)

    I am marking this solved because it has resolved my issue.

    Thread Starter tagteamcomputing

    (@tagteamcomputing)

    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.

    Thread Starter tagteamcomputing

    (@tagteamcomputing)

    Yeah, unless something has changed recently that only works for Enterprise plans.

    Thread Starter tagteamcomputing

    (@tagteamcomputing)

    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.

    Thread Starter tagteamcomputing

    (@tagteamcomputing)

    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

    Thread Starter tagteamcomputing

    (@tagteamcomputing)

    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

    Thread Starter tagteamcomputing

    (@tagteamcomputing)

    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)