marko2002
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Astra] Latest update causing issuesSo far so good, installed the update and all looks well ??
Don’t suppose I could push for a quick response to my other thread seeing as I brought this issue to your attention cause I’m such a lovely person ??
Cheers
MarkoForum: Themes and Templates
In reply to: [Astra] Latest update causing issuesDone ??
Forum: Themes and Templates
In reply to: [Astra] Latest update causing issuesClearly an issue with the latest update, I’d suggest, if possible, restoring the theme from a backup, seems also that elementor isn’t particularly happy with Astra, we’ve also noticed that pages are being affected not only by the latest update but by the theme in general, we’ve applied margins to the bottom footer but these don’t show in pages unless we convert them to elementor pages, and then some of the formatting goes wrong, like postage options on basket/checkout, the options get seriously squashed to the side, if we revert the pages back to wordpress formatting the options go back to ‘normal’ but then the spacing in the footer is removed also?
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Hyperlink to products?Just in case anyone else looking for same, adding below to functions works a treat ??
add_filter( 'woocommerce_order_item_name', 'display_product_title_as_link', 10, 2 ); function display_product_title_as_link( $item_name, $item ) { $_product = wc_get_product( $item['variation_id'] ? $item['variation_id'] : $item['product_id'] ); $link = get_permalink( $_product->get_id() ); return '<a href="'. $link .'" rel="nofollow">'. $item_name .'</a>'; }
- This reply was modified 3 years, 9 months ago by marko2002.
Forum: Plugins
In reply to: [Kadence WooCommerce Email Designer] Hyperlink to products?Ah, gotchya, thanks for that ??
Forum: Plugins
In reply to: [WooCommerce External Product New Tab] Mobile New Page?That’s very kind of you Stuart but the site in question was supposed to be an Amazon affiliate site but tbh it’s proving more hassle than it’s worth, even the affiliate links don’t seem to be working correctly but I think it’s more to do with the plugin we’re using for those links so it’s likely for the scrap heap ??
Forum: Plugins
In reply to: [WooCommerce External Product New Tab] Mobile New Page?Thanks for checking that Stuart, it’s very possible it could be something to do with my WP installation, if it’s working as expected it must be related to something else, either way I’ll persevere ??
Forum: Themes and Templates
In reply to: [OceanWP] Multi-Step Checkout IssueIs there any update on this please, we’ve just realised this issue as well as we have only just enabled the multi step checkout, I’ve tried disabling and re-enabling all the styles, etc, that didn’t work either and I had manually re-enable all of them as it failed to enable them all using the main switch, very troublesome given it’s a fine theme. Thanks in advance.
Ahh I see, thanks for confirming that ??
MarkoFrom “Attribute and Values” under the “Advanced” section ??
MarkoForum: Plugins
In reply to: [WooCommerce PayPal Checkout Payment Gateway] PayPal CreditI’ve got the greyed out box too, and strangely I purchased a replacement desktop machine today and was offered the opportunity of using PP Credit as a payment option, the merchant is a UK based tech company, additionally, I can apply separately for a PP Credit account via the UK PP site so I’m confused how that can be possible if the coding is geared for USD only, me thinks this needs more investigation ??
Forum: Plugins
In reply to: [LiteSpeed Cache] Does not load images or banners after updateUnfortunately this still screws up other stuff, our basket for example, we add an item, go to the basket, increase the qty from 1 to 2 and although the basket page updates properly our mini basket in the header goes back to “0”. I think the update has broken a few things but hopefully it’ll be looked at soon before the masses realise it’s broken and we end up with thousands of threads all saying the same thing!.
Forum: Plugins
In reply to: [LiteSpeed Cache] Does not load images or banners after updateDisabling minify seems to work for me, no idea why this would cause the issue but if it helps anyone else or troubleshooting that’s the solution for myself ??
=======
UPDATE
=======
Actually this still messes up other stuff, the cart is now all over the place, basket qty’s don’t update and the cart appears empty when it isn’t, only on refreshing the screen does this then show the correct qty’s, etc – ajax perhaps, not sure but for now Litespeed has to be disabled until we hear about a solution.- This reply was modified 4 years, 5 months ago by marko2002.
Forum: Plugins
In reply to: [LiteSpeed Cache] Does not load images or banners after updateMeant to add, most images, etc working for me, just the PayPal Checkout buttons not appearing which obviously means no sales!! ??
Forum: Plugins
In reply to: [LiteSpeed Cache] Does not load images or banners after updateGetting similar results after the upgrade myself, although it’s the PayPal buttons that have disappeared, disabling Litespeed brings them back, kinda need a fix for this quickly guys as I reckon it’s probably not just us that’s affected ??
Marko