Title: Shortcode not working
Last modified: February 11, 2020

---

# Shortcode not working

 *  Resolved [garimagarg](https://wordpress.org/support/users/garimagarg/)
 * (@garimagarg)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/shortcode-not-working-317/)
 * ” I am trying to show my own custom element (countdown timer or counter bar) 
   on grid page using this code. But it seems you have modified the native WooCommerce
   templates. Can you modify below code such that I am able to get my custom element
   working.
 * add_action(‘woocommerce_after_shop_loop_item’, ‘wcct_shop_loop_timer_display’,
   5);
    if (!function_exists(‘wcct_shop_loop_timer_display’)) { function wcct_shop_loop_timer_display(){
   echo do_shortcode(‘[finale_countdown_timer skip_rules=”no”]’); } }
 * Thanks for your help.”

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [XLPlugins](https://wordpress.org/support/users/xlplugins/)
 * (@xlplugins)
 * [6 years, 3 months ago](https://wordpress.org/support/topic/shortcode-not-working-317/#post-12424513)
 * Hello [@garimagarg](https://wordpress.org/support/users/garimagarg/),
 * Sure, happy to assist you with this.
 * Please use this code to display the countdown timer. The only quotes you used
   in your snippet is wrong. The rest all is good as expected.
 * add_action(‘woocommerce_after_shop_loop_item’, ‘wcct_shop_loop_timer_display’,
   5);
    if (!function_exists(‘wcct_shop_loop_timer_display’)) { function wcct_shop_loop_timer_display(){
   echo do_shortcode(‘[finale_countdown_timer skip_rules=”no”]’); } }
 * Let us know if anything else.
 *  Plugin Author [XLPlugins](https://wordpress.org/support/users/xlplugins/)
 * (@xlplugins)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/shortcode-not-working-317/#post-12503154)
 * Hello [@garimagarg](https://wordpress.org/support/users/garimagarg/),
 * I hope the given solution work for you and the issue is resolved.
 * We are marking this thread solved for now.
 * Let us know if anything else.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Shortcode not working’ is closed to new replies.

 * ![](https://ps.w.org/finale-woocommerce-sales-countdown-timer-discount/assets/
   icon-256x256.jpg?rev=1659516)
 * [Finale Lite - Sales Countdown Timer & Discount for WooCommerce](https://wordpress.org/plugins/finale-woocommerce-sales-countdown-timer-discount/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/finale-woocommerce-sales-countdown-timer-discount/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/finale-woocommerce-sales-countdown-timer-discount/)
 * [Active Topics](https://wordpress.org/support/plugin/finale-woocommerce-sales-countdown-timer-discount/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/finale-woocommerce-sales-countdown-timer-discount/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/finale-woocommerce-sales-countdown-timer-discount/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [XLPlugins](https://wordpress.org/support/users/xlplugins/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/shortcode-not-working-317/#post-12503154)
 * Status: resolved