Nick
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: WordPress 5.8 css issueI have not tried to update Gutenberg by itself, but hopefully WP v5.8.4 will address and resolve the issue. In the mean time, I have found the following to be helpful:
add_action('enqueue_block_editor_assets', function () { // Removes editor styles wp_deregister_style('wp-reset-editor-styles'); // Add back key styles, there may be more // change the path as needed wp_enqueue_style('wp-block-editor-styles', '../../../wp/wp-includes/css/dist/block-editor/style.css', false); wp_enqueue_style('wp-edit-post-styles', '../../../wp/wp-includes/css/dist/edit-post/style.css', false); }, 102);Forum: Plugins
In reply to: [Jigoshop] Variable Product 2nd Variation Dropdown InopBOOM! Fixed, you Rock! Thanks for your quick replies and great support.
Forum: Plugins
In reply to: [Jigoshop] Variable Product 2nd Variation Dropdown InopThank you for the quick response. I have changed the theme to one from your website, Abaris and it is still doing the same thing. Again, the 2nd and 3rd select elements are acting as dependents to the parent select element. There are no JS errors and if you inspect the element you can see it is changing the options to “display:none” after you select your “Amount” acting as if there are no options associated with my selection even though I have left it as “Any” in the admin. Maybe I am not doing it right? I am a web developer just looking for a quick resolution for a project and was hoping this would be it. Feel free to talk technical. It is currently using jQuery v1.11.3. Updated Theme
Forum: Plugins
In reply to: [Jigoshop] Variable Product 2nd Variation Dropdown InopI am also having this issue. Is there any update to why this may be happening and how to avoid it? It appears that each attribute selection is dependent on the one before it. I have added a screenshot of my Variations tab settings as the product image. You can view the product page here. The idea would be to have them select the Amount which would make up the cost and then any items form Blend 1 & 2. It would be even better if the option they selected in Option 1 would be removed from Option 2 but that’s beyond the scope so I can focus on just making it work for now (maybe an option idea for a future release?). You can view the source and see the options available under Blend 1 & 2 and that selecting an Amount sets them all to “display: none;”. I’d really hate to have to think that I will need to add every possible combination to the variations section…isn’t that what the “Any” option is for?