How can i make countdown on items from plugin

Ticket for: Product Slider
0
How can i make countdown on items from plugin 1
Idan
Jun 13, 2019 06:38 PM 1 Answers
Member Since Jun 2019
Subscribed Subscribe Not subscribe
Flag(0)

Hi, in my site each item has a countdown
Can i display it on each item with the slider? Thank you
The site url: https://bestvacationrev.com

2 Subscribers
How can i make countdown on items from plugin 1
How can i make countdown on items from plugin 3
Submit Answer
Please login to submit answer.
1 Answers
Sort By:
Best Answer
0
How can i make countdown on items from plugin 4
PickPlugins
Jun 13, 2019
Flag(0)

Welcome to our forum.

Countdown probably come from the custom feature, you can display via filter hook available elements, please see the documentation, i am not sure your coding skill, if you please explain how the countdown works then i could suggest some coding to display on slider.

https://pickplugins.com/documentation/woocommerce-products-slider/action-hooks/wcps_layout_element_id/

Regards

How can i make countdown on items from plugin 5
PickPlugins
- Jun 17, 2019 11:40 AM
Flag (0)
0

To hide count down text
.wcps-items .alg_product_countdown font:first-child {
display: none;
}

Regards

How can i make countdown on items from plugin 5
PickPlugins
- Jun 17, 2019 11:38 AM
Flag (0)
0

Sorry, I thought you have CSS knowledge, please use following css to style countdown

.wcps-items .alg_product_countdown font {
font-size: 20px !important;
}

Please see the screenshot
https://imgur.com/Iv6oye4

If you love our plugin and support please provide us five star feedback here https://wordpress.org/support/plugin/woocommerce-products-slider/reviews/

Regards

How can i make countdown on items from plugin 7
Idan
- Jun 17, 2019 02:06 AM
Flag (0)
0

i will try being more specific. The is a css for the countdown, because the countdown is showing in the product page. I want another css, smaller and maybe only the time to show. how can i adjust it only on the slider and not on the product page? u can check it out to see what i mean: https://bestvacationrev.com

8+ more comments. Sign in to Reply
Replying as Submit