miroruse
Forum Replies Created
-
Forum: Plugins
In reply to: [Dynamic Widgets] Cannot modify header information – headers already sentMy version is 1.5.13.
Forum: Plugins
In reply to: [Dynamic Widgets] Cannot modify header information – headers already sentNP. I tested the dynwid_class.php for errors.
Forum: Plugins
In reply to: [Dynamic Widgets] Cannot modify header information – headers already sentYes, it’s a mistery. I have tested the plugin on other shops and on some it works fine, while on others appears the same mistake. I think the theme and the plugins activated are irrelevant to the problem. But I can not find proof what exactly is the problem. I thought it might be the php version, but both on 5.6 and 7.1 the error persists. I tested the dynwid_class.php for errors, but it comes just this – PHP Syntax Check: Parse error: syntax error, unexpected ‘browser_module’ (T_STRING), expecting ‘,’ or ‘;’ in your code on line 1565
Sill looking …
Forum: Plugins
In reply to: [Dynamic Widgets] Cannot modify header information – headers already sentI switched off all plugins, working with woo but the problem persists. It disappears though if other than shop sidebar is used. I am simply guessing that the conflict is directly with woo, somehow. I’m using the latest verison of woo and wp.
Forum: Plugins
In reply to: [Dynamic Widgets] Cannot modify header information – headers already sentWell, thanks. I am using a few to enhance woo. Will deactivate them and see whether this error comes back or not. Will update.
Forum: Plugins
In reply to: [Yoast SEO] Pages and articles are no longer visibleThanks @monbauza!
For the time being I’m sticking to ver. 5.0 with Counting activated. No problems. The problems started with updating to 5.0.2Thanks.
Forum: Plugins
In reply to: [Yoast SEO] Pages and articles are no longer visibleAbsolutely! YOAST SEO causes my website to crash. It’s the new counting links feature that is the culprit. Please, remove it.
Now downgrading.
Thanks.
Forum: Plugins
In reply to: [Featured Video Plus] Play video on hover@ Alex – I’m aware that on mobile devices it won’t work. Anyway, I found a different solution, without using the plugin.
Thanks anyway.
Sorry to hear that. Thanks anyway.
Hi tonyjross, did you get a solution for the question you asked 7 months ago? I’m also looking for a similar solution. Thanks!
Forum: Plugins
In reply to: [Discounts & Promotions Automation] Cart subtotal not using discountHi there, the plugin is great, it shows the discount in the cart and the checkout page, but when the order has been placed, the discount is missing, i.e. the full sum displays instead (last step where the client can cancel the order). What can be the reason? I apply 50% off on products.
Forum: Plugins
In reply to: [WooCommerce] Get product IDs which jave been added to the cartHi, thanks, I got it to work already and here is the code –
<?php echo apply_filters( 'woocommerce_in_cart_product_id', $values['product_id'], $_product->get_permalink(), $cart_item_key ); ?>
The qurestion is how to get a second/third … product which have been added? The link above only return the latest added. I guess some sort of an array might be the answer, but don’t know.