MarkJ
Forum Replies Created
-
autoptimize is great example where it is not happening. But there is missing free optimization of images and also flying images CDN doesn’t work with it 🙁
I just came across the same issue.
<img>is with set width and height, but flying images’ placeholder is set to a different aspect ratio, causing CLS.
Image link also contains name with correct resolution, and there is no other mention of any different aspect ratio. So I have no idea where from is flying images taking that wrong aspect ratio. And I also can’t force the aspect ratio with css and the image can’t have fixed size.Tak oprava nefungujú dobre ani staré verzie, namapované kategórie sa iba náhodne zobrazujú po každom obnovení stránky. Pri nových verziách vôbec.
A ďalší problém, že virtuálnym produktom nie je generovaná namapovaná kategória ani vo feede. Má to nejaké opodstatnenie?
Plus zdá sa že keď je namapovaná kategória tak sa je nedá “odmapovať”. Ale tým som si nie istý kým ten admin dobre nefunguje.Snáď nevadí, že som to tu tak vysipal 🙂
- This reply was modified 5 years ago by MarkJ.
Zistil som že nastavenia sa ukladajú, akurát v admine ich po uložení nie je vidno.
Skúsil som to ešte na čistej inštalácii, wp, woo, wpify, všetko aktualizované, problém zostal.Zdravím,
neviem či toto je to o čo žiadate no prosím, asi to moc nepomôže.
https://screencast-o-matic.com/watch/crf0oRVeIJZNapr staršia verzia 3.0.5 ide ok.
Ďakujem 🙂 Tak teda beriem za to, že to je ok používať aj na Slovensku a pre slovenskú heuréku, hoc je v názvu Czech. Akurát sa zdá že aktualizácia zmazala priradenia kategórií.
- This reply was modified 5 years ago by MarkJ.
Forum: Plugins
In reply to: [WooCommerce] Add class for first item in shortcode loopThanks @gabrielfuentes for tips, I joined Slack.
As I can’t find help with this, I resolved it by allowing function to run only once. It is good enough in this case, but still it is not answering why is it happening.
New code is:
add_filter('post_class', 'first_item'); function first_item($classes) { static $foo_called = false; if (!$foo_called) { global $wp_query; if (0 == $wp_query->current_post) { $classes[] = 'first-item-class'; $foo_called = true; return $classes; } else { return $classes; } } }I am not closing it as resolved yet, if someone would like to clarify it.
- This reply was modified 5 years ago by MarkJ.
Ok pardón zabudol som, že to má veľa modulov. Ide o heureka XML feed.
Dobrý deň. nie nie to je už konkrétna doprava, nechcem zásilkovnu ale Slovenskú poštu. Mám to chápať teda tak že plugin nie je určený pre SK shopy?
Forum: Plugins
In reply to: [Weight zone shipping for WooCommerce] Restrict shipping class does not workI don’t remember anymore, I am sorry.
Ah right! I still didn’t get used to the fact that there are two admins. Plugin was deactivated on the staging site. Thanks Alaa
Forum: Plugins
In reply to: [Pay for Payment for WooCommerce] Dispalying incorrect priceI tried the shipping, it was displayed correctly.
To be honest the site is a bit older. Woo is 3.8.1. But still, this issue doesn’t sound like there could be a connection. I can’t update it right now.I found out that it is caused by tax settings. Playing around Includes taxes and Inclusive taxes gives me 3 different prices: 0.99, 1 or 1,19. While with both checked, it incorrectly displays 1 €.
My bad, I realised that this is a different plugin, names are so similar.
So is this option available in WC – APG Weight Shipping or I need to combine it with this plugin?
In WC – APG Weight Shipping I have set one price to zero for one shipping class. But when this class is present, it has lower priority over other paid shippings.
- This reply was modified 5 years, 2 months ago by MarkJ.
Forum: Plugins
In reply to: [WC - APG Free Shipping] Displaying incorrect priceYeah I switched it because was trying if that fixes the issue. And what is wrong with it? It always should accept the lowest maximum, am I wrong? At least, it works that way now as I mentioned in the edit.
Edit: Sorry I realised I confused this plugin for other one of yours.
Forum: Plugins
In reply to: [Blackhole for Bad Bots] block login page too?Great, thanks Jeff.