Bizstudio
Forum Replies Created
-
Forum: Plugins
In reply to: [Stock Manager for WooCommerce] Hide Pro Ad.To remove this, open the file in plugin. woocommerce-stock-manager/admin/class-stock-manager-admin.php
Comment out or delete the lines shown below.<div class="wsm_in_app_pricing_notice">
<div class="wsm_container">
<div class="wsm_main_headline">
<span class="dashicons dashicons-awards"></span>
<span>
<?php
echo wp_kses_post(
sprintf(// translators: %s: discount string.
_x( 'Our best-seller Smart Manager Pro – up to <strong style="font-size:1.75rem;">%s</strong>', 'upgrade notice', 'woocommerce-stock-manager' ),
esc_html( '60% off!' )
)
);
?>
</span>
</div>
<div class="wsm_sub_headline" style="margin: 0.75rem 0 0 .5em !important;">
<?php
echo wp_kses_post(
sprintf(// translators: %s: pricing page link.
_x( 'Get <strong>all Stock Manager features + Bulk Edit</strong> + more. %s.', 'upgrade notice', 'woocommerce-stock-manager' ),
'<a style="color: rgb(55 65 81);" href="' . esc_url( admin_url( 'admin.php?page=stock-manager-pricing' ) ) . '" target="_blank">' .
esc_html_x( 'Click here', 'upgrade notice', 'woocommerce-stock-manager' ) . '</a>'
)
);
?>
</div>
</div>
</div>Forum: Plugins
In reply to: [Stock Manager for WooCommerce] Hide Pro Ad.I realize we could fix it with CSS, however we should not have to add CSS just to remove an advertising message, make it dismissible. I guess we could just remove it from the code every time it updates, probably better to remove code than add it.
As fredbra says above , stock manager is ‘fine’ as is, possibly we use it more heavily than others. I don’t use thumbnails as this slows it too much. But this can also be fixed with CSS. Search and filters could be more accurate, but smart manager is over complex, and slower to use. Believe me I’ve tried it several times.
- This reply was modified 1 year, 2 months ago by Bizstudio.
I can add my 2 cents, that as a fresh theme which looks great, as soon as I dived in to manage appearance, I was lost. Nothing was where I expected, nothing worked as expected, and everything behaved in unique and strange manners. I discovered that site logo and icon were an oversight and missing, but aside from that, too much of a change… it needs an instructional just to get started and seems like many many more clicks to make a simple change.
Additionally, the constant zoom in and out of editing mode and view for theme options is distracting and confusing.
Forum: Plugins
In reply to: [WooCommerce] 8.5.1 is a nightmarethanks, as mentioned we are operative again now – no troubleshooting required.
The kicker was that it affected several sites on the server, including non-woocommerce sites, because of firewall.
We’ll build a site to test on another server, likely with a newer environment it will work ok.
Forum: Plugins
In reply to: [WooCommerce] 8.5.1 is a nightmareHardly worth sharing all the details, and difficult because work was done by others too. And we’re running again.
Back to 8.0.3 because that’s where it came from.
An old server and aging environment won’t have helped. But that’s really for some of us.
Forum: Plugins
In reply to: [BuddyTask] Delete A TaskForum: Plugins
In reply to: [BuddyTask] Delete A TaskI also can’t see the delete button – I do not have buddy press installed – just using it standalone. Any chance of a fall back option?
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Stripe Link causing issuesI am using the only form available. The version I have prevents any other form from being activated; however it is this form that was the problem.
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] Stripe Link causing issuesI’m seeing this same issue, the ‘Link’ symbol has appears in the Email field on the checkout – if a customer uses a Link enabled email, Stripe sends them a PIN code to enter. If this is used – the transaction fails. If they ignore this, it goes through. Just my experience 🙂
Forum: Plugins
In reply to: [Stock Manager for WooCommerce] Add custom field in stock managerUsing Health Plugin, and testing, it is still quite slow and less than clear/simple. Search can take 10+ seconds to find one product.
Forum: Plugins
In reply to: [Stock Manager for WooCommerce] Add custom field in stock managerYes we did try Smart Manager. It is far too slow.
Forum: Plugins
In reply to: [Stock Manager for WooCommerce] Add custom field in stock managerI am also looking to add some custom fields. Is anyone interested in sharing the cost?
Forum: Plugins
In reply to: [Abandoned Cart Lite for WooCommerce] Latest update brokenFatal error: Uncaught Error: Cannot call abstract method ActionScheduler_Logger::init() in …/woocommerce-abandoned-cart/includes/libraries/action-scheduler/classes/data-stores/ActionScheduler_DBLogger.php:102 Stack trace: #0 …/wp-includes/class-wp-hook.php(286): ActionScheduler_DBLogger->init() #1 …/wp-includes/class-wp-hook.php(312): WP_Hook->apply_filters(NULL, Array) #2 …/wp-includes/plugin.php(478): WP_Hook->do_action(Array) #3 …/wp-settings.php(523): do_action(‘init’) #4 …/wp-config.php(104): require_once(‘/home/siteurl…’) #5 …/wp-load.php(37): require_once(‘/home/siteurl…’) #6 …/wp-admin/admin.php(34): require_once(‘/home/siteurl…’) #7 …/wp-admin/plugins.php(10): require_once(‘/home/siteurl…’) #8 {main} thrown in …/wp-content/plugins/woocommerce-abandoned-cart/includes/libraries/action-scheduler/classes/data-stores/ActionScheduler_DBLogger.php on line 102
I did this just using CSS. Hope that helps. It’s not compatible with every browser, but mostly fine these days.
/* Shipping Dimensions */ th.woocommerce-product-attributes-item__label:before { content: "Shipping "; }Clearly? Hidden in a quote – who reads something that looks like a testimonial? Designed to be unread.
That could be improved considerably if the intention was to make it clear.