dreamdancerdesign
Forum Replies Created
-
Forum: Plugins
In reply to: [Remove SKU From Product detail page] Error I can’t get it fixedThere was a line of code in the functions file causing the issue, once I removed it the plugin works just fine.
Forum: Reviews
In reply to: [Remove SKU From Product detail page] Works wellI was incorrect that this plugin was the cause of my troubles, I have changed my review. Thank you for the feedback, I was able to find the cause and now I am using your plugin to turn off the SKUs instead of code that no longer works.
Forum: Plugins
In reply to: [Tabs Responsive - With WooCommerce Product Tabs Extension] Link to open tabI would like this feature as well, I didn’t see it listed in the Pro version, if it is there I would upgrade immediately.
Forum: Plugins
In reply to: [The Events Calendar] Calendar not showing on Events pageI found the answer!!!
After much searching I found these instructions and code to fix the problem – https://theeventscalendar.com/knowledgebase/genesis-theme-framework-integration/
Forum: Plugins
In reply to: [The Events Calendar] Calendar not showing on Events pageI am having the exact same issue. The error is the same, Timer ‘Tribe JS init Timer’ does not exist. This happens when I use any Third Party theme that is purchased from StudioPress. The current one I am using is this – https://my.studiopress.com/themes/gallery/# But any others I test have the same results. This happens whether or not Events Pro is activated.
Can this conflict be fixed?
Forum: Plugins
In reply to: [WooCommerce] WooCommerce error after updateAfter testing… The code Mike posted to wrap the remove Related Products code I have works. The snippet Claudio posted did not remove the Related products. The test was done with WordPress, Genesis, Genesis Connect and WooCommerce all updated to the latest versions.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce error after update@ Mike, so I can use Claudio’s code snippet instead of the one I am using? I didn’t know if that was a complete bit of code for the issue. I will try it.
Thanks for the help.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce error after update@ Claudio, so sorry, but I am not understanding, other than is_product in the code could have messed things up. I didn’t write that code snippet, so other than Mike’s suggestion I am not sure how to fix it.
thanks
Forum: Plugins
In reply to: [WooCommerce] WooCommerce error after update@ Mike Jolly – Thank you so much for the code! Yes, the update did deactivate WC and I couldn’t even get into the admin section to activate it again
@claudio, it wasn’t the StudioPress template, they are very good at what they do, it was coded I added to the function.php file. I will try Mike’s wrap on a test site and report back
thanks again for the help!
Forum: Plugins
In reply to: [WooCommerce] WooCommerce error after updateI took off the code in the function.php that removes related products. The site is up again and with the older Woo commerce version. The remove Related Products code was something I got from a website, I don’t write my own functions, I don’t know how to do that, so I also don’t understand “Wrap functions exists” I am a CSS coder, not PHP coder.
Here is the code I have been using –
/* * wc_remove_related_products * * Clear the query arguments for related products so none show. * Add this code to your theme functions.php file. */ function wc_remove_related_products( $args ) { return array(); } add_filter('woocommerce_related_products_args','wc_remove_related_products', 10); if(is_product()) { add_filter( 'wc_product_sku_enabled', '__return_false' ); }
I also use Genesis Connect for woo commerce. This has not happened in the past where the process of upgrading Woocommerce throws that error. Thanks.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce error after updateThat is a StudioPress template that is pretty recent, I added code to remove related products. I downgraded to a previous version of WooCommerce, but the error is still there.
Forum: Plugins
In reply to: [WooCommerce] WooCommerce error after updateI have a fatal error too –
Fatal error: Call to undefined function is_product() in /home/content/52/11002352/html/wp-content/themes/celluliterx-pro/functions.php on line 52On line 52 in my theme I have code to remove related products, that must be triggering the error, but the client doesn’t want related products so I am downgrading woo commerce until I can figure out what to do.
Website address (which is now completely messed up until I complete the downgrade) is: https://celluliterxworks.com/
Forum: Plugins
In reply to: [Genesis Connect for WooCommerce] Update to templates?Thank you studiograsshopper for that info. I haven’t had any issues other than the warning and it looks really easy to fix that with your instructions.
Forum: Plugins
In reply to: [Genesis Connect for WooCommerce] Update to templates?burlingtonnave, the files for the templates that come with Woocommerce have very different code than the Genesis Connect template files. The Genesis Connect files need to be updated for the latest WooCommerce. I would have no idea how to change the code correctly and have the templates still work.
Forum: Plugins
In reply to: [Tabs Shortcodes] URL link no longer worksI realized after I typed that all out, that I was stretching the interpretation of “external” to mean outside the tabbed section and then I did realize it was meant to be links on other pages than the page with the tabs. I thought it was working like the other script, but only one link sort of works adding other links does not.
It is a good plugin for straight forward tabs and nice and simple, so I will continue to use it for other projects that aren’t as complicated.
thank you again for responding.