• Resolved seek51

    (@seek51)


    Hello,

    If i enable the “Optimize CSS Delivery” i have problem with my code in functions.php in the
    theme folder.
    I add some line, to give WooCommerce the information, how many products should be shown on one page.
    // Number of products to show per page
    add_filter( ‘loop_shop_per_page’, function ( $cols ) {return 24;}, 20 );
    // Number or products per row
    add_filter(‘loop_shop_columns’, ‘loop_columns’);
    if (!function_exists(‘loop_columns’))
    {function loop_columns() {return 4; }} // 4 products per row

    After activating the “Optimize CSS Delivery”, my WooCommerce show me the wrong column and lines ??

    A other question:
    I have installed Fastest Cache AND Autoptimize.
    These two programs are supported from your plugin.
    How should i make the settings in the Cache plugins?
    Or does your plugin these operation for me?

    Best regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter seek51

    (@seek51)

    No reply from support after 6 days ??
    This is realy frustrating.

    This is one reason, why i don’t pay for such plugins.

    • This reply was modified 8 years ago by seek51.
    Plugin Author optimalisatie

    (@optimalisatie)

    Hi Seek51,

    We do not provide support via this forum anymore due to a conflict with WordPress management. We got smeared as a spammer for posting “regards, name, email” under our replies. The moderator spent several hours to replace the signature with a link to anti-spam in 100 posts, linking to a WordPress policy text that states that advertising in topics unrelated to your own plugins or themes is not allowed, indicating that severe spam must have been posted for the moderator to behave in the way he did.

    We just provided quality free support and never advertised anything. Although we have no clue what has been the motive we simply cannot accept the slander. It is damaging to our business (our primary business is White Hat SEO services).

    The anti-spam link is slander by WordPress management with an unknown motive.

    – no previous warning
    – no communication until now
    – moderator expresses angry attitude
    – my reply to the moderator was first censored and later removed
    – the exact same signature is used by many users and has been ignored (he targeted me specifically)
    – I never advertised anything on WordPress forums
    – I was providing quality free support
    – I provide a quality free service to the WordPress platform

    Your question has been answered on Github:

    https://github.com/optimalisatie/above-the-fold-optimization/issues/21

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with WooCommerce and some other questions’ is closed to new replies.