Regarding the issue, i've edited your Featured page shortcode, to show only latest products and it works properly:
- Code: Select all
<h3 class="box-title"></h3>
<h3 class="box-title" style="text-align: center;">Featured Products</h3>
[gknsp cache_time="0" widget_css_suffix="products" article_cols="4" article_rows="2" data_source_type="wp_woocommerce-wooc_latest" article_text_state="off" article_image_w="282" article_image_h="300" article_image_order="1" article_image_popup="off" article_title_order="2" article_info_format="{PRICE}{CART}" article_readmore_state="off" article_block_padding="10px 30px 30px 30px"]
so the problem is with your products slug names i think. This is your previous code:
- Code: Select all
[gknsp cache_time="0" widget_css_suffix="products" article_cols="4" article_rows="1" data_source_type="wp_woocommerce-wooc_post" data_source="LCDT20,SPB04,SPB44,LCDPA20,ZLCD11" article_text_state="off" article_image_w="275" article_image_h="293" article_image_order="1" article_image_popup="off" article_title_order="2" article_info_format="{PRICE}{CART}" article_readmore_state="off" article_block_padding="10px 30px 30px 30px"]
and when I go to your products section I can't see a product with slug LCDT20 or SPB04 and some of your products don't have SKU name added at all. Please add these names first, then add proper names to your data_source gknsp attribute.