Forum Replies Created

Viewing 15 replies - 1 through 15 (of 28 total)
  • Thread Starter sheff

    (@sheff)

    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

    Thread Starter sheff

    (@sheff)

    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-20230516
    remove_action( ‘woocommerce_before_shop_loop_item_title’, ‘woocommerce_template_loop_product_thumbnail’, 10 );
    **/

    Thread Starter sheff

    (@sheff)

    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 1 year, 6 months ago by sheff.
    Thread Starter sheff

    (@sheff)

    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.

    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.

    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).

    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.

    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://www.ads-software.com/support/topic/cf7-5-4-recaptcah/#post-14231247

    Thread Starter sheff

    (@sheff)

    @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.

    Thread Starter sheff

    (@sheff)

    @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.

    Thread Starter sheff

    (@sheff)

    That div hack did not work for me @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 3 years, 8 months ago by sheff.
    Thread Starter sheff

    (@sheff)

    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.

    Thread Starter sheff

    (@sheff)

    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!

    Thread Starter sheff

    (@sheff)

    If you tell me a country to block, I can add it so you can see the message too.

    Thread Starter sheff

    (@sheff)

    I’m still having this issue with one site. 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)