Sale Page

Support forum dedicated to GavickPro free and premium WordPress themes.
GK User
Mon Nov 24, 2014 5:04 pm
How can I add this Sale Page properly?

Added the shortcode [sale_products per_page="12"] but it looks like this..

http://www.inyourspirit.com/?page_id=3968
User avatar
Senior Boarder

GK User
Tue Nov 25, 2014 9:01 am
Are you displaying this shortcode in the code block?
Please create new page, go to text editor and paste only the shortcode in the content:
Code: Select all
[sale_products per_page="12" columns="3"]
User avatar
Moderator

GK User
Tue Nov 25, 2014 10:49 am
Ok, looking better.

http://www.inyourspirit.com/?page_id=3968

- How do I remove the • on the left corner?
- How do I apply pages? it only shows 12 products without pages to show more..
User avatar
Senior Boarder

GK User
Tue Nov 25, 2014 12:37 pm
Add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)

Code: Select all
.woocommerce .products li:before {
   display: none;
}

to remove bullets in top left corners.

Regarding the pages, please ask woocommerce support, because these shortcodes are part of the plugin not theme.
User avatar
Moderator

GK User
Tue Nov 25, 2014 4:05 pm
thank you!
User avatar
Senior Boarder


cron