collinsavenue
Forum Replies Created
-
Forum: Plugins
In reply to: [CBX Changelog] How do I add changelog entries?Ah, found it in the source code. It is invisible and under the “sort features” icon. You need to fix the css.
https://prnt.sc/xfzdr1 and in the end looks like this https://prnt.sc/xg09t7
- This reply was modified 3 years, 10 months ago by collinsavenue.
- This reply was modified 3 years, 10 months ago by collinsavenue.
And I am not alone, some feel the same.
I think you guys misunderstood what I was trying to say. I was simply stating a fact why I cannot use the plugin. Usually words in plugins are used to communicate its function. Breaking Bad trademark for example makes my client think of meth and Harakiri about suicide by disembowelment not css. Poopart on the other hand is poop smeared all over the paper. Not to mention the SHADOUGH, COMMENTZ, OVERLAIZ, PERSPEKTIVE look like written hood rap lyrics.
Of course the author can call functions whatever he wants but I am just saying that if there are any plans in the future to go pro, then a simple functions.php snippet with a possibility for renaming the titles would fix the issue and I could buy the addon.
Actually I think the problem is that by default no country is selected in checkout and because I have reordered my fields the company field is higher with VAT (before country selection) and therefore it hides the field once I click away from the VAT field. If I select the country and then enter company name, the VAT field shows up and works fine.
Nevermind, something from elementor is conflicting with it I guess, tried it on another site and works fine.
Cool, thanks. It works but once you enter something in the VAT field and click away, then then the field hides again.
https://pastebin.com/zaw94DvU Can you test also using this code?
Forum: Plugins
In reply to: [Redux Framework] Light version of wp redux?Yes, that would be awesome ??
Forum: Plugins
In reply to: [Redux Framework] How to unset class-templates.php?Been trying for hours but no luck, they are still there.
- This reply was modified 4 years, 2 months ago by collinsavenue.
- This reply was modified 4 years, 2 months ago by collinsavenue.
Forum: Plugins
In reply to: [WooCommerce] How to Disable Marketing Hub?Even better, thanks Saumya ??
Forum: Plugins
In reply to: [WooCommerce] How to Disable Marketing Hub?Ok got it.
function wc_disable_marketing_hub( $marketing_pages ) { return array(); } add_filter( 'woocommerce_marketing_menu_items', 'wc_disable_marketing_hub' );
Forum: Plugins
In reply to: [WooCommerce] How to Disable Marketing Hub?This just hides cosmetically the marketing link in admin menu but does not disable loading the function. A filter is needed. Anyone has it?
Ok, still not working. Once you register and login, it says
“Use of the Services is temporarily suspended”.I called them and they said only the new system is working and all old clients should migrate.
- This reply was modified 4 years, 7 months ago by collinsavenue.
Ah, I see, thank you for the information.
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Open Email Designer from link?Nevermind, it was under Orders ??
Forum: Plugins
In reply to: [Dashboard Welcome for Elementor] Template Shown from different URLI have the same question. Any way to hide the template from Saved Templates so that users cannot edit it or delete it accidentally?
Thanks.