• Resolved robdev8

    (@robdev8)


    Hello,

    I noticed you are using is_front_page() for the home page which is the wordpress codex for a static front page not a blog page I changed it in the main.php to is_home() which is the correct codex for the blog page and it fixed the conflict I was having with the woocommerce shop page but did not affect the product category pages which still ignore everything on the home page.
    I see a global ignore for posts and products is there but not for post categories or product categories. I tried this plugin as a replacement for plugin organizer and it solved a conflict i was having with a woocommerce product slider I have throughout my website. If your where to fix the homepage issue and add a global ignore for post categories and product categories this plugin would rival plugin organizer.

    • This topic was modified 8 years, 2 months ago by robdev8.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Gabe Livan

    (@gabelivan)

    @robdev8, thank you for your suggestions. I’ll check is_home().

    Plugin Organizer’s purpose is to disable the whole plugins (at their assets as a result). My plugin’s purpose is to disable .css and .js files. So, you might need a plugin on a page (you won’t disable it with Plugin Organizer) which loads 4 files, but you need only 2. WP Asset CleanUp helps you unload the other 2 that are not needed. That’s the difference. It’s not a rival plugin. They are in fact good to use together on a website when you also care about using less backend resources (the code will not be triggered of the unloaded plugin, thus making the backend render faster).

    In a future version of WP Asset CleanUp, I’m interested into adding post categories, tags and other URLs to the list where assets can be unloaded. One step at a time.

    PS: In the next version of the plugin, the home page issue will be fixed. Thanks again for your suggestions! I’m glad you found my plugin useful.

    Plugin Author Gabe Livan

    (@gabelivan)

    @robdev8, I’d like to know more about the situation on your website. Can you please send me an email to gabe ( at ] bitrepository [ dot ) com so I can have your details? Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Conflict with woocommerce’ is closed to new replies.