Viewing 4 replies - 1 through 4 (of 4 total)
  • Not sure what the issue actually is? Those Pages seem OK to me.

    Maybe try clearing your cache (Ctrl/F5 Win, Cmd/F5 Mac)

    What browser are you using?

    Thread Starter iabdinc

    (@iabdinc)

    Hi, I am using Safari. I just went into my site through Firefox and it seems that now the only pages that are not correct are the following:

    https://www.iabdassociation.org/products-page/donate/

    https://www.iabdassociation.org/products-page/memberships/

    This is strange. I have cleared the chache in Safari as well.

    The page display/formatting is not correct, that is the issue. It is now incredibly difficult to read and/or understand.

    How can I send a screen shot? Or do you not see what I see with the formatting? Thanks for the quick response!

    OK, I now see the issue in FF.

    Will flag to Nic as nothing obvious I can help with.

    Still cannot see the issue :(.
    You can use tinyurl to share screenshots.
    About the fact that is incredibly difficult to read and/or understand..
    Could this be related to the fact that you display the excerpt?
    What happens if you add this to your child-theme functions.php?

    add_filter('tc_show_post_list_excerpt', 'show_wpsc_content');
    function show_wpsc_content($bool){
        if ( function_exists('wpsc_is_in_category') && wpsc_is_in_category() )
            return false;
        return $bool;
    }

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problem with Customizr website and WP eCommerce’ is closed to new replies.