Title: sheff's Replies | WordPress.org

---

# sheff

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

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

 Search replies:

## Forum Replies Created

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

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WPC Product Videos for WooCommerce] Thumbnails broken in product paralax gallery](https://wordpress.org/support/topic/thumbnails-broken-in-product-paralax-gallery/)
 *  Thread Starter [sheff](https://wordpress.org/support/users/sheff/)
 * (@sheff)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/thumbnails-broken-in-product-paralax-gallery/#post-16748953)
 * Ok … I went into your js code and removed the two vimeo tests in these two files
   below so now it’s loading the default image thumbnail from my wordpress library
   instead of trying to load the vimeo video thumbnail from vimeo and its working
   fine. You might want to fix this before pushing out your next update. If I was
   you, I would just load the wordpress library thumbnail regardless of the video
   source and remove that chunk of code all together where your trying to load the
   thumbnail from one of three possible video platforms. (youtube, vimeo or dailymotion)
 * || isVideo.vimeo – removed from this file lightgallery-all.js
 * ||h.vimeo – removed from this file lightgallery-all.min.js
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TP Product Image Flipper for WooCommerce] deactivation drops category thumbnails](https://wordpress.org/support/topic/deactivation-drops-category-thumbnails/)
 *  Thread Starter [sheff](https://wordpress.org/support/users/sheff/)
 * (@sheff)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/deactivation-drops-category-thumbnails/#post-16742589)
 * Not sure if this is the correct solution but I commented out this line in my 
   theme’s config.php file and the product images re-appeared on the product category
   pages. I’m not sure why this works because your plugin did not change the code
   in this location. I have other sites working properly with this theme where I
   never installed your flip plugin and I have another site that does use your flip
   plugin and when I deactivated it there to test it, the images on the category
   pages disappeared. Your remove_action sticks, even when your plugin is deactivated
   and deleted.
   add_action( ‘woocommerce_before_shop_loop_item_title’, ‘avia_woocommerce_thumbnail’,
   10 );/** sheff-20230516remove_action( ‘woocommerce_before_shop_loop_item_title’,‘
   woocommerce_template_loop_product_thumbnail’, 10 );**/
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[TP Product Image Flipper for WooCommerce] deactivation drops category thumbnails](https://wordpress.org/support/topic/deactivation-drops-category-thumbnails/)
 *  Thread Starter [sheff](https://wordpress.org/support/users/sheff/)
 * (@sheff)
 * [3 years, 3 months ago](https://wordpress.org/support/topic/deactivation-drops-category-thumbnails/#post-16733504)
 * I found this in the flip plugin readme file… 
   “TP Product Image Flipper for Woocommerce
   use remove_action hook “woocommerce_template_loop_product_thumbnail” to remove
   the default woocommerce image from shop/category page and insert our image section”…
   This remove_action hook stays active after deactivating the flip plugin and deleting
   it. How do I get rid of this remove_action hook and put woocommerce back the 
   way it was before installing the flip plugin?
    -  This reply was modified 3 years, 3 months ago by [sheff](https://wordpress.org/support/users/sheff/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Share Buttons Adder] Simple Share Buttons Adder – Align Right stopped working](https://wordpress.org/support/topic/simple-share-buttons-adder-align-right-stopped-working/)
 *  Thread Starter [sheff](https://wordpress.org/support/users/sheff/)
 * (@sheff)
 * [3 years, 11 months ago](https://wordpress.org/support/topic/simple-share-buttons-adder-align-right-stopped-working/#post-16003022)
 * Thank you, that worked. Please also note that the Enter keys are not working 
   when editing inside the Custom CSS box. Hitting either Enter key on my keyboard
   to begin typing on a new line does nothing. I had to copy/paste my existing CSS
   into notepad, edit it and paste it all back.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Share Buttons Adder] Buttons appear twice](https://wordpress.org/support/topic/buttons-appear-twice/)
 *  [sheff](https://wordpress.org/support/users/sheff/)
 * (@sheff)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/buttons-appear-twice/#post-15643823)
 * It is working fine for me now without any special CSS. I just removed the temporary
   CSS patch that fixed it and am not seeing the double rows.
 * I just switched another site from Classic to Modern Share Buttons and it’s working
   fine.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Share Buttons Adder] Buttons appear twice](https://wordpress.org/support/topic/buttons-appear-twice/)
 *  [sheff](https://wordpress.org/support/users/sheff/)
 * (@sheff)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/buttons-appear-twice/#post-15568315)
 * OK … This patch worked to eliminate the double row of buttons. Thank you. However,
   I still have an issue with Modern Share Buttons with Plus Share Buttons turned
   on. The sample I see when I’m configuring the settings is aligned right with 
   the text “Share this page…” above my 4 buttons. After I save it and display the
   page(s), the text moves to the left of the buttons so it’s beside the buttons
   on the left instead of above the buttons aligned right. If I do not turn on “
   Plus Share Buttons”, they show on the live pages on the left side of the pages
   stacked one on top of the other, even thought they look good in the sample preview(
   aligned right with the text above).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Share Buttons Adder] Buttons appear twice](https://wordpress.org/support/topic/buttons-appear-twice/)
 *  [sheff](https://wordpress.org/support/users/sheff/)
 * (@sheff)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/buttons-appear-twice/#post-15552312)
 * Me too. Your classic share buttons worked well but now they are broken too. I
   have switched if off on the site I am currently working on but I have it installed
   on many other sites.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] All CF7 Forms Stopped Working](https://wordpress.org/support/topic/all-cf7-forms-stopped-working/)
 *  [sheff](https://wordpress.org/support/users/sheff/)
 * (@sheff)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/all-cf7-forms-stopped-working/#post-14233992)
 * Please see this thread. Some of us were in there discussing it yesterday and 
   our posts from yesterday have all been deleted and the topic has now been closed
   to new comments. I have figured out in my case the submit button is only broken
   if recaptcha is active. I have also figured out that if I switch to a vanilla
   default wordpress theme, the submit button starts to work again. Also, reverting
   CF7 back to 5.3.2 fixes it for me. If you read the realease notice for CF7 5.4,
   they rewrote the “submit” code. But since it works with default themes, we may
   be SOL.
 * [https://wordpress.org/support/topic/cf7-5-4-recaptcah/#post-14231247](https://wordpress.org/support/topic/cf7-5-4-recaptcah/#post-14231247)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] cf7 5.4 recaptcha](https://wordpress.org/support/topic/cf7-5-4-recaptcah/)
 *  Thread Starter [sheff](https://wordpress.org/support/users/sheff/)
 * (@sheff)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/cf7-5-4-recaptcah/#post-14204425)
 * [@tread](https://wordpress.org/support/users/tread/) … Thanks for sharing.
 * This allowed me to click and a circle spun (but not the circle I am used to seeing)
   and it flagged the incorrect fields with a red border but it did not display 
   an error message and did not send the email after I corrected the fields and 
   it did not display a “success” message. When all the fields were correct, the
   circle spun but it still did nothing. I’m pretty sure the correct fix for me 
   should be applied by the theme author and not the plugin author.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] cf7 5.4 recaptcha](https://wordpress.org/support/topic/cf7-5-4-recaptcah/)
 *  Thread Starter [sheff](https://wordpress.org/support/users/sheff/)
 * (@sheff)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/cf7-5-4-recaptcah/#post-14170267)
 * [@mark-mcever](https://wordpress.org/support/users/mark-mcever/) Inserting your
   code above in the js file allowed me to click submit, and edited the fields until
   I had them correct. However, there was no spinning circle beside the button as
   normal, there was no confirmation message and it did not send anything to the
   recipient. It also refreshed the form with empty fields as if it was sent.
 * Thanks for the tip but no go for me.
 * Besides, I want my theme author to fix it properly or I’ll scrap the theme and
   move on and ask for an extended support refund.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] cf7 5.4 recaptcha](https://wordpress.org/support/topic/cf7-5-4-recaptcah/)
 *  Thread Starter [sheff](https://wordpress.org/support/users/sheff/)
 * (@sheff)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/cf7-5-4-recaptcah/#post-14166425)
 * That div hack did not work for me [@matthensley](https://wordpress.org/support/users/matthensley/)
 * I paid to extend my theme support a few days ago and asked for support from the
   theme author. So far no reply. I only get the error when one theme is activated
   and recaptcha is activated but the console error points to the /includes/js/index.
   js file in the cf7 plugin v5.4
    -  This reply was modified 5 years, 5 months ago by [sheff](https://wordpress.org/support/users/sheff/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Contact Form 7] cf7 5.4 recaptcha](https://wordpress.org/support/topic/cf7-5-4-recaptcah/)
 *  Thread Starter [sheff](https://wordpress.org/support/users/sheff/)
 * (@sheff)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/cf7-5-4-recaptcah/#post-14111847)
 * It’s defiantly theme related. as it only affects my sites using the sevenstars
   theme but it’s also recaptcha related because if I turn that off, the contact
   form 7 submit button starts to work again with cf7 5.4 using the sevenstars theme.
 * If I check my other sites using other themes or activate a vanilla theme on any
   of the sevenstars sites, the submit button works.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Country Based Restrictions for WooCommerce] Default Message Repeated](https://wordpress.org/support/topic/default-message-repeated/)
 *  Thread Starter [sheff](https://wordpress.org/support/users/sheff/)
 * (@sheff)
 * [7 years ago](https://wordpress.org/support/topic/default-message-repeated/#post-11825114)
 * Thank you. I added the css you provided into the custom css area in my theme 
   options and it’s now working as expected. I appreciate you looking into it for
   me and providing the solution. Good on ya mate!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Country Based Restrictions for WooCommerce] Default Message Repeated](https://wordpress.org/support/topic/default-message-repeated/)
 *  Thread Starter [sheff](https://wordpress.org/support/users/sheff/)
 * (@sheff)
 * [7 years ago](https://wordpress.org/support/topic/default-message-repeated/#post-11805985)
 * If you tell me a country to block, I can add it so you can see the message too.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Visual Form Builder] Empty Entries Report & Export File](https://wordpress.org/support/topic/empty-entries-report-export-file/)
 *  Thread Starter [sheff](https://wordpress.org/support/users/sheff/)
 * (@sheff)
 * [8 years ago](https://wordpress.org/support/topic/empty-entries-report-export-file/#post-10534189)
 * I’m still having this issue with one site. [https://www.industrialsolutions.ca](https://www.industrialsolutions.ca)
 * The database has 20 rows in the table and the “view entries” screen says there
   is a count of 20 but the data section of the view entries screen where the entries
   should appear says, “No items found.”

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

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