Corey Mitchell

Results 4 comments of Corey Mitchell

I would like to see support for :nth-child selectors also. Running into a problem right now where I need to use that selector.

So, should that Nuget pkg work in an ASP.NET project? I'm getting this error: `You are trying to install this package into a project that targets '.NETFramework,Version=v4.6', but the package...

Thanks! Bumping the Framework to 4.6.1 allowed me to install the Nuget. The Azure App Service is configured for 4.7, so it should run okay up there, too.

I found a solution for using Elementor to build BigCommerce Product pages. Unhook the current template: `remove_action( 'bigcommerce/template/product/single', bigcommerce()->templates->product_single, 10 );` Hook your own template: `add_action( 'bigcommerce/template/product/single', 'render_single_template', 10, 2...