Rob Gelhausen
Forum Replies Created
-
Forum: Plugins
In reply to: [WPSmartContracts] Errors in BackendThank you so much. I really appreciate all the time, energy and incredible expertise you have put into this project.
Forum: Plugins
In reply to: [WPSmartContracts] Errors in BackendCan you please fix these. Debug is needed for other functionality and testing. We can’t have debug enabled if these errors are going to be shown to users. Thank you.
Forum: Plugins
In reply to: [WPSmartContracts] Cannot find comments id.Sorry, it was another plugin conflict. Please feel free to close this. Great plugin.
Forum: Plugins
In reply to: [Cryptocurrency Exchange] Gas Fee Estimate FailedThe plugin also always says insufficient funds to swap.
Forum: Plugins
In reply to: [Comments - wpDiscuz] Image Uploader Not Working with MultisiteIt looks like it does not give the option for logged in users.
Forum: Plugins
In reply to: [Product Videos for Woocommerce] Video is not displaying in product galleryHere is a link to the woocommerce product page hooks.
https://www.businessbloomer.com/woocommerce-visual-hook-guide-single-product-page/
Forum: Plugins
In reply to: [Product Videos for Woocommerce] Video is not displaying in product galleryHello Nonni,
I apologize but the video thumbnails showing in the image gallery is dependant upon the theme you are using. If the theme does not use the “woocommerce_product_thumbnails” hook the thumbnail will not show. You can hire a developer if you are not one yourself to insert that hook in your themes product page template, but that level of custom development we cannot support.
Forum: Plugins
In reply to: [Product Videos for Woocommerce] Display videoSorry for the late reply. The video is not displaying on the home page? Do you have an example link I can take a look at?
Forum: Plugins
In reply to: [Product Videos for Woocommerce] Thumbnails galleryYes, if you use the API the video thumbnails will work. We should include that information in the how to video. Thank you for the complement. If you could throw us a 5 star review, that would be extremely helpful to our business.
The issue with the thumbnails showing in the image gallery may be because of the theme you are using as well and unfortunately there is not a whole lot we can do about it because certain themes do not use the required product page hooks, as seen in this diagram.
Required Hook: woocommerce_product_thumbnails
https://www.businessbloomer.com/woocommerce-visual-hook-guide-single-product-page/
Forum: Plugins
In reply to: [Product Videos for Woocommerce] Mobile VisabilityHey Lari, thank you for the complements, I greatly appreciate it. If you could throw us a 5 star review that would be extremely helpful to our business. Could you send a product page link example?
Forum: Plugins
In reply to: [Product Videos for Woocommerce] Thumbnails galleryHello @zazaofmars,
Thanks for using the plugin. Could you send me a link to a product page? With the thumbnails the manually entered videos will not show a link to the thumbnail.
Rob G.
Forum: Plugins
In reply to: [Product Videos for Woocommerce] Plugin uses absolute path /wp-admin/Hey Ben,
I see your issue and we are working on it now. Thank you for bringing it to our attention. I will update you when we have a fix.
Forum: Plugins
In reply to: [Featured Image from URL (FIFU)] Save Post To Show ImageWe used the WordPress API update_post_meta($post_id, ‘fifu_image_url, $image_url);
The image shows on the product edit page but does not show on the front end until save post is called. We are using it for WooCommerce product pages.
Forum: Plugins
In reply to: [Product Videos for Woocommerce] Thumbnail for youtube videoI apologize but at the current time the video thumbnail is not available for manually entered videos. It is only available when the video is embedded using the API.
Forum: Plugins
In reply to: [Product Videos for Woocommerce] Video not displayingI am sorry but it does not look like that theme has the necessary hook to enable that feature. There is really nothing we can do to fix this on our end. You would need to contact the theme creator.
This is the hook: woocommerce_product_thumbnails (may not work)
Reference: https://businessbloomer.com/woocommerce-visual-hook-guide-single-product-page/