Hi,
Just upgrade to 4 (4.0.10)- Extremely impressed with the new build, though I have a few questions.
- With animation - Is there any (native or otherwise) way to make elements sticky? I am trying the following but no luck.
$el {
position: -webkit-sticky; /* Safari */
position: sticky;
top: 20;
}
- WooCommerce: Is there a way to display a specific variable product? Choosing
“Products” element only gives me Count / Columns / Orderby / Order. My goal is to show a specific variable product with the variants. I can achieve this (and have been) other ways, but just looking for clarification.
Thanks & happy new year.
Matt
EDIT: Just discovered the “Fixed” option within the DIV element. Goal is to have the div fixed upon scroll at a certain point, and then the next container push it up (un-fix it), if that makes sense.