The answer was that I had dequeued the woocommerce style sheets and fonts, adding the CSS back in made the tick marks appear
.added:after {
font-family: WooCommerce;
content: '\e017';
margin-left: .53em;
vertical-align: bottom;
display: inline-block;
}
Related Posts:
- WooCommerce: filter by parent product’s taxonomy and product variation’s meta data
- Ajax Infinite Scroll In Custom WP_Query Loop Not Working
- Display featured products through custom loop in WooCommerce 3 [closed]
- WooCommerce Only OnSale Products Loop Snippet [closed]
- Out Of memory issue on post per page parameter
- Exclude a Woocommerce product from WP_Query
- AJAX Breaking Offset Argument In WP Query
- How to pass the current content of $wp_query to a new page?
- WooCommerce | AJAX | Product Pagination | Help me implement Ajax Pagination
- Get categories within specific term
- Woocommerce featured products query no longer working
- How to add in WP_Query to every 3 posts displayed? [duplicate]
- modifying the loop multiple times with arguments passed through ajax to wp_query
- How to solve this script problem in theme directory?
- Sorting Posts Based On Meta Value Using AJAX
- Adding arguments to WooCommerce Product Loop using AJAX
- Show linked products using wp query and woocommerce
- Woocommerce set loop_shop_columns to be 3 in the main shop page loop only and 4 otherwise
- Using a custom WP_Query with get_template_part loop
- Loop within a loop?
- ajax category filter
- Display posts the match taxonomy term linked from wp_list_categoies?
- Merging a complex query with post_rewind and splitting posts into two columns
- This AJAX Code Doesn’t Work – Looking for elegant solution
- Pagination Not working on Home Page with 2 Query
- ‘posts_where’ filter not applying ‘WP_Query’ in `wp_ajax`
- meta_query not working properly
- How to combine tax_query and date_query in WordPress
- how to retrieve specific product attribute value in an sql query?
- Exclude post on loop by multiple meta key value
- Sort by meta key on archive page
- Query sticky posts with thumbnails
- Show all parents and children in custom post type in right order
- Ignore post by meta value in the main query
- Update Loop with Form
- How to retrieve current page WP_Query arguments?
- Show selected images on top in Media Manager
- How to limit WP_Query to one result on the loop?
- Random loop with code to prevent duplicate output returns no output at all from time to time
- Woocommerce returns Product post_status as published even tho it is in status draft
- How to use offset in WP_Query
- showing all search result in one template
- Multiple loops without repeating content
- Filtering posts from different categories into different section by doing WP_Query only once
- Ajax WP_Query reutrns no results on author.php
- Custom taxonomy.php not working
- different for loop if screen resolution < 1000px
- Transient api Caches confused
- Ajax future single post query doesn’t work when NOT logged in
- sort and display posts by custom field (wp-query and the loop))
- Redirect Search to Form When No Product Results Are Found
- WP_Query Taxonomy categories filtering
- inserting content of 1 Post to in another with a template hierarchy
- Assign a minimum result count for WooCommerce query shortcodes?
- Woocommerce: order posts by meta key
- Retrieve data from wordpress db via input and put those result in dropdown
- Pagination for custom loop on custom page template is not displaying anything
- Filtering by multiple conditions in the loop
- How to access $wp_query object from array of posts given by get_posts?
- Display all attached image of every post of custom post type and link to original post
- I need to run a AJAX Fuction from within a WP_Query but only works on first item
- Unlimited Page Sitemap Link
- Writing less unnecessary code with WordPress
- WordPress Queries Not Working?
- Filter subpages in while loop from WP Query object
- How to filter a static post page with ajax and $wp_query
- Use have_posts() with array of post results retrieved by $wpdb->get_results
- Custom query does not find pages
- How to sort by most watched in X days/months
- Magazine style frontpage with multiple categories/loops and no duplicate posts
- $wp_query->found_posts not returning correct value
- How can I use arrays and a foreach to generate many lists with WP_Query?
- display ACF repater field in archive page
- ElasticPress is (aparently) messing with my search filters
- WP_Query breaking the loop in a nested loop
- Filter admin ajax data by url query
- Related posts queries
- What code to use in an array to call the current sub-category?
- Problem with my loops
- display the children of the post using the current page as the main parent
- Display 3 levels of categories on page
- Paging works correctly on local version, but not live?
- Create global array to compare inside a query
- Custom post type loop error: Trying to get property of non-object
- Display three sequential posts on each page load, without repeating previous
- how to avoid reloading/refresh the page when displaying the post of wp_list_categories
- How to make a wordpress loop file that displays posts based on certain conditions
- Custom loop – Isolating post meta output depending on current query taxonomy terms
- Issue in If else condition [closed]
- Pagination not working with WP_QUERY
- How do I display posts with specific value in a custom field into my loop?
- Order by multiple meta keys on wordpress
- How return normal search result using wp_ajax action for wordpress
- Display First posts without the default featured image
- Ajax Load More or View More functionality for woocommerce category layout by template overriding
- Can’t seem to get an else statement correct? [closed]
- Output ACF field dynamicaly within a taxonomy loop [closed]
- How do I split a large query with a semi-expensive function included into multiple smaller queries
- Show number of posts AND number on current page (cannot make it work)
- AJAX multiple search boxes not merging with array merge