Title: Showhan Ahmed's Replies | WordPress.org

---

# Showhan Ahmed

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/users/showhan/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/showhan/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] Template part has been deleted or is unavailable error](https://wordpress.org/support/topic/template-part-has-been-deleted-or-is-unavailable-error/)
 *  [Showhan Ahmed](https://wordpress.org/support/users/showhan/)
 * (@showhan)
 * [4 years, 2 months ago](https://wordpress.org/support/topic/template-part-has-been-deleted-or-is-unavailable-error/#post-15658104)
 * Thank you so much, [@michaelapproved](https://wordpress.org/support/users/michaelapproved/).
   It has already taken some time to figure out what’s happening, and I came up 
   here by exploring. I got it fixed by renaming the index.html file from the templates
   directory. I didn’t even think it could be an issue.
 * Thanks again 🙂
    -  This reply was modified 4 years, 2 months ago by [Showhan Ahmed](https://wordpress.org/support/users/showhan/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Thumbs Rating] Reset Thumbs Vote/count](https://wordpress.org/support/topic/reset-thumbs-vote-count/)
 *  Thread Starter [Showhan Ahmed](https://wordpress.org/support/users/showhan/)
 * (@showhan)
 * [5 years ago](https://wordpress.org/support/topic/reset-thumbs-vote-count/#post-14674292)
 * [@valerikluger](https://wordpress.org/support/users/valerikluger/) Have you refreshed
   the homepage/front-page after using this code? Also, you can check it by removing
   this condition and then refresh any front-end page of your website to trigger
   this code.
    [https://prnt.sc/1cxczbr](https://prnt.sc/1cxczbr)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Thumbs Rating] Reset Thumbs Vote/count](https://wordpress.org/support/topic/reset-thumbs-vote-count/)
 *  Thread Starter [Showhan Ahmed](https://wordpress.org/support/users/showhan/)
 * (@showhan)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/reset-thumbs-vote-count/#post-14387824)
 * My pleasure 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Divi Shortcode] DIVI Problem](https://wordpress.org/support/topic/divi-problem/)
 *  [Showhan Ahmed](https://wordpress.org/support/users/showhan/)
 * (@showhan)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/divi-problem/page/2/#post-13406430)
 * There was introduced another issue between WPML and Divi/Extra Theme. So if you’re
   using that plugin, make sure to have the latest version.
 * Otherwise you can reach out the ET support to get help with it.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Divi Shortcode] DIVI Problem](https://wordpress.org/support/topic/divi-problem/)
 *  [Showhan Ahmed](https://wordpress.org/support/users/showhan/)
 * (@showhan)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/divi-problem/page/2/#post-13396441)
 * Hi,
 * This error happened due to a new release of Woocommerce when the version of Divi
   Theme was 4.5.6. After having reported this issue, it was solved immediately 
   on the next release of Divi Theme (4.5.7).
 * So anyone gets that warning/error, just try to update the Divi Theme to the latest
   version, it will resolve this issue. In case if you can’t access to WordPress
   Dashboard, you can reinstall the Divi Theme (with latest version) through FTP.
 * If you’re not sure how to do it from FTP, can be checked [this article](https://dapperdigitalmarketing.com/5-easy-steps-to-manually-install-your-wordpress-theme-via-ftp/).
   Just make sure to delete the current one before uploading the new version.
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Variation Swatches for WooCommerce] Triggering the variation swatches after AJAX loading](https://wordpress.org/support/topic/triggering-the-variation-swatches-after-ajax-loading/)
 *  Thread Starter [Showhan Ahmed](https://wordpress.org/support/users/showhan/)
 * (@showhan)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/triggering-the-variation-swatches-after-ajax-loading/#post-12861043)
 * Sorry for the delay! You can write that to any JS file which works in footer,
   I mean that is enqueued to work on footer.
    -  This reply was modified 6 years, 2 months ago by [Showhan Ahmed](https://wordpress.org/support/users/showhan/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Variation Swatches for WooCommerce] Triggering the variation swatches after AJAX loading](https://wordpress.org/support/topic/triggering-the-variation-swatches-after-ajax-loading/)
 *  Thread Starter [Showhan Ahmed](https://wordpress.org/support/users/showhan/)
 * (@showhan)
 * [6 years, 6 months ago](https://wordpress.org/support/topic/triggering-the-variation-swatches-after-ajax-loading/#post-12365135)
 * Sorry for the delay! If you’re still having trouble with that on single product
   page, you can modify the code a bit, so that it works only for archive pages,
   not affect in single product page. Just add the archive class for this.
 *     ```
       jQuery(document).ajaxComplete(function(){
       	jQuery('.archive .variations_form').each(function () {
       		jQuery(this).wc_variation_form();
       		jQuery(this).tawcvs_variation_swatches_form();
       	});
       });
       ```
   
 * And sorry, I should have written to add it to JS file instead of functions.php.
   🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TI WooCommerce Wishlist] Selected variation add to wishlist](https://wordpress.org/support/topic/selected-variation-add-to-wishlist/)
 *  Thread Starter [Showhan Ahmed](https://wordpress.org/support/users/showhan/)
 * (@showhan)
 * [7 years, 5 months ago](https://wordpress.org/support/topic/selected-variation-add-to-wishlist/#post-11217175)
 * Thanks, got it. 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Variation Swatches for WooCommerce] How to show variations in a custom product loop](https://wordpress.org/support/topic/how-to-show-variations-in-a-custom-product-loop/)
 *  Thread Starter [Showhan Ahmed](https://wordpress.org/support/users/showhan/)
 * (@showhan)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/how-to-show-variations-in-a-custom-product-loop/#post-11026502)
 * Okay, Thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TI WooCommerce Wishlist] Not displaying the Checkbox on Wishlist Table](https://wordpress.org/support/topic/not-displaying-the-checkbox-on-wishlist-table/)
 *  Thread Starter [Showhan Ahmed](https://wordpress.org/support/users/showhan/)
 * (@showhan)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/not-displaying-the-checkbox-on-wishlist-table/#post-11026491)
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Connect Contact Form 7 to Mailchimp, Brevo, MailerLite & Klaviyo] Mailchimp extension conflicting with cf7 ajax submission](https://wordpress.org/support/topic/mailchimp-extension-conflicting-with-cf7-ajax-submission/)
 *  Thread Starter [Showhan Ahmed](https://wordpress.org/support/users/showhan/)
 * (@showhan)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/mailchimp-extension-conflicting-with-cf7-ajax-submission/#post-11026483)
 * Hi there! Finally I’ve got this another plugin which works fine with everything.
   
   [https://wordpress.org/plugins/ari-cf7-connector/](https://wordpress.org/plugins/ari-cf7-connector/)
 * Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TI WooCommerce Wishlist] Not displaying the Checkbox on Wishlist Table](https://wordpress.org/support/topic/not-displaying-the-checkbox-on-wishlist-table/)
 *  Thread Starter [Showhan Ahmed](https://wordpress.org/support/users/showhan/)
 * (@showhan)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/not-displaying-the-checkbox-on-wishlist-table/#post-11020445)
 * I’m sorry. I’ve the solution of the above question. It was just my website fault.
   Anyway, it would be much appreaciated if you could tell me any way to remove 
   wishlist item by any custom trigger from wishlist table? Thanks
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7 Connector] Mailchimp api key error](https://wordpress.org/support/topic/mailchimp-api-key-error/)
 *  Thread Starter [Showhan Ahmed](https://wordpress.org/support/users/showhan/)
 * (@showhan)
 * [7 years, 8 months ago](https://wordpress.org/support/topic/mailchimp-api-key-error/#post-10944479)
 * Thanks, it’s worked later.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7 Connector] Mailchimp api key error](https://wordpress.org/support/topic/mailchimp-api-key-error/)
 *  Thread Starter [Showhan Ahmed](https://wordpress.org/support/users/showhan/)
 * (@showhan)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/mailchimp-api-key-error/#post-10867630)
 * Thanks for your help. I will let you know the update Insha’Allah. Thanks again.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7 Connector] Mailchimp api key error](https://wordpress.org/support/topic/mailchimp-api-key-error/)
 *  Thread Starter [Showhan Ahmed](https://wordpress.org/support/users/showhan/)
 * (@showhan)
 * [7 years, 9 months ago](https://wordpress.org/support/topic/mailchimp-api-key-error/#post-10866766)
 * Thank you very much. I’ve sent the details through email just now. Thanks again.

Viewing 15 replies - 1 through 15 (of 19 total)

1 [2](https://wordpress.org/support/users/showhan/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/showhan/replies/page/2/?output_format=md)