Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

WordPress

calling woocommerce wishlist plugin in a heavily customized

is there a way that l can call the woocommerce wishlist in a heavily customized site? l have install the plugin but it doesn't work well like the demo on the woocommerce site. my thoughts are its because the site is heavily customized. So l would need a work around for it to appear in the loop of the products. any thoughts how l can accomplish this?

** l have posted a question on the woocommerce site but l haven't got any reply back as of yet**

1 Answer

Sue Dough
Sue Dough
35,800 Points

You should be able to call code whether your site is heavily customized or not. You are either doing it wrong or have a conflict. The issue when you start doing heavy customization you can run into plugin conflicts in wordpress. You need to do some basic debugging. Deactivate plugins one by one to see if if there is one that causes the problem. Change to the default theme if that does not work to test the theme. You should do this before filing support tickets. It is a lot better to tell the Woo Commerce support a specific plugin that is conflicting then say it is not working. You will save a lot of time this way.