ajmercz
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] General Tab not Showing up for Variable ProductsSo would you suggest I try removing woocommerce, then re installing to see if that fixes it?
Forum: Plugins
In reply to: [WooCommerce] General Tab not Showing up for Variable ProductsI beleive we already tried that and still doesn’t show up, can i give you the admin access here to take a peak at or is this public?
Thanks the fix for this that I posted is if you are using a custom theme and not a pre packaged theme. Should’ve explained that a bit more. Good to hear your fix helped you!
Found a temorary hack guys, this worked for my sites:
1. open this file to edit: /plugins/shortcodes-ultimate/assets/js/other-shortcodes.js
2. Find the first line that looks like this:
jQuery(document).ready(function($) {
replace it with:
(function($) {3. Find last line in the file that looks like this:
});
and replace it with:
})(jQuery);
4. Save.This will fix the [su-tabs],[su-lightbox],su-table],[su-tooltip],[su-expand],[su-animate] shortcodes. If others are not working, go through the other JS files in the js folder and do the same thing to them. But only do one by one and then test to make sure nothing else breaks.
Wish that would be the issue but we aren’t using Mega Main Menu plugin!
Yeah i tried that already, it’s not working wondering if there is a certain place I need to enter this or remove something in functions.php?