crs1138
Forum Replies Created
-
I found out what’s going on. Each deprecation object can have its own
supports
property object and within this one is theclassName
boolean that controls whether the blocks default class name is added to the block’s wrapper. The default value istrue
.Adding the following property to the deprecation object solved my issue:
supports: { className: false, }
- This reply was modified 3 years, 1 month ago by crs1138.
Forum: Plugins
In reply to: [PW WooCommerce Gift Cards] The gift card product is out of stockI have noticed that there was an attribute created and variations made that corresponded with my attempts to add different value cards. However, these were missing the prices, so I added these manually and it seems to work now.
Forum: Plugins
In reply to: [PW WooCommerce Gift Cards] The gift card product is out of stockThere seems to be no problem with changing a virtual product to be “In stock”.
Forum: Plugins
In reply to: [Network Posts Extended] Amount of posts per blogI went through your code and found the
limit = ''
parameter, which seems to do the job. Is that correct? If so, close the ticket and please, please update your description, it would have saved me 40 mins of my time.Forum: Plugins
In reply to: [WooDiscuz - WooCommerce Comments] WooDiscuz vs. AvadaThank you for your fast response. The solution you suggested seems to resolve the problem. I’d like to have the JS minified in future. After all out of 33 active plugins on that site only WooDiscuz has a problem with minification. Do you plan to make your plugin minify-friendly in a foreseeable future?
- This reply was modified 8 years, 5 months ago by crs1138.
Forum: Plugins
In reply to: [WooDiscuz - WooCommerce Comments] WooDiscuz vs. Avada- This reply was modified 8 years, 5 months ago by crs1138.
Forum: Everything else WordPress
In reply to: Bluehost does not support MySQL 5.6 on Shared HostingI know they do put a lot of effort into WP and development of its core. I wasn’t mocking Bluehost, I’m very happy with their service.
Forum: Everything else WordPress
In reply to: Bluehost does not support MySQL 5.6 on Shared Hosting@james Huff: I am aware of all that, however I’d appreciate to know the estimated horizon of the upgrade and I am hoping @mike Hansen (being a Bluehost employee) might be able to answer that and full fill my curiosity. After all Bluehost does claim to specialise in WP.
Why Bluehost? We design and build our servers to run WordPress like a dream. Our exclusive technology gives you the proven performance, reliability, and functionality you need.
Forum: Everything else WordPress
In reply to: Bluehost does not support MySQL 5.6 on Shared Hosting@mike Hansen: +1 to when will 5.6 be available to shared hosting users?
Any progress on this issue? I’m experiencing the same trouble.
Forum: Plugins
In reply to: [WordPress HTTPS (SSL)] Enabling plugin breaks Font Awesome pluginDid you get that resolved? I’m facing the same problem.
Forum: Plugins
In reply to: [Tabs Shortcode] How do I use jQuery UI theme with the Tabs Shorcode plugin?Resolved
Forum: Plugins
In reply to: [WP eCommerce] How to use AJAX to update Shopping Cart Item CountI got as far as you did, but it wouldn’t update automatically on click on the ‘Add to Cart’ button.
So in the end, I took the advantage of using the AJAX functionality in the shopping cart widget and I used jQuery to listen for click on ‘Add to Cart’ button and then I count the number of rows in the shopping cart table.
It’s kind of hack, but it will have to do now. It’s a shame that the WPEC support is so vague or should I say virtually non-existent.
Forum: Fixing WordPress
In reply to: Need a smooth scroll to anchorI’m trying to get this working
https://www.sycha.com/jquery-smooth-scrolling-internal-anchor-links
but, I get an JS error in the console, when trying to click on posts permalink, saying:
Uncaught TypeError: Cannot read property ‘top’ of null /category/birth-stories/:412
(anonymous function) /category/birth-stories/:412
f.event.dispatch jquery.js:3
f.event.add.h.handle.iregarding this bit of code
$('html,body').animate({scrollTop:$(this.hash).offset().top}, 500);
+1
I would also appreciate more control over what boxes will be used on which pages.