Title: Denislav Popov's Replies | WordPress.org

---

# Denislav Popov

  [  ](https://wordpress.org/support/users/denislavppv/)

 *   [Profile](https://wordpress.org/support/users/denislavppv/)
 *   [Topics Started](https://wordpress.org/support/users/denislavppv/topics/)
 *   [Replies Created](https://wordpress.org/support/users/denislavppv/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/denislavppv/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/denislavppv/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/denislavppv/engagements/)
 *   [Favorites](https://wordpress.org/support/users/denislavppv/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP for WP - Accelerated Mobile Pages] Amp Slider not working after recent update](https://wordpress.org/support/topic/amp-slider-not-working-after-recent-update/)
 *  [Denislav Popov](https://wordpress.org/support/users/denislavppv/)
 * (@denislavppv)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/amp-slider-not-working-after-recent-update/#post-11234926)
 * While they update it you can add this to your functions.php
    This adds the official
   carousel component script with the officially provided hook [https://ampforwp.com/tutorials/article/hooks-in-ampforwp/](https://ampforwp.com/tutorials/article/hooks-in-ampforwp/)
 * Inside functions.php of the active theme.
 *     ```
       add_action( 'amp_post_template_head', 'add_carousel_temp_script', 11 ); 
   
       function add_carousel_temp_script() {
           printf( '<script custom-element="amp-carousel" src="https://cdn.ampproject.org/v0/amp-carousel-0.1.js" async=""></script>' );
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[AMP for WP - Accelerated Mobile Pages] Amp Slider not working after recent update](https://wordpress.org/support/topic/amp-slider-not-working-after-recent-update/)
 *  [Denislav Popov](https://wordpress.org/support/users/denislavppv/)
 * (@denislavppv)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/amp-slider-not-working-after-recent-update/#post-11234626)
 * The problem is that the plugin is not with the latest script for the carousel
   and there are differences. Including the official AMP script fixes that.
    The
   plugin includes from [https://cdn.ampproject.org/v0/amp-carousel-latest.js](https://cdn.ampproject.org/v0/amp-carousel-latest.js)
   and the official amp script for carousel is [https://cdn.ampproject.org/v0/amp-carousel-0.1.js](https://cdn.ampproject.org/v0/amp-carousel-0.1.js)
   The plugin version of the script is not updated and carousels and sliders don’t
   work.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[NMI Gateway For WooCommerce] Errors when Plugin Activated](https://wordpress.org/support/topic/errors-when-plugin-activated/)
 *  [Denislav Popov](https://wordpress.org/support/users/denislavppv/)
 * (@denislavppv)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/errors-when-plugin-activated/#post-10746145)
 * Same issue here. Any prgress with this?
 * Wordpress: Version 4.9.8
    Woocommerce: Version 3.4.5 NMI Gateway For WooCommerce:
   Version 1.5.11
    -  This reply was modified 7 years, 7 months ago by [Denislav Popov](https://wordpress.org/support/users/denislavppv/).

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