Vlasta Ott
Forum Replies Created
Viewing 7 replies - 1 through 7 (of 7 total)
-
Forum: Plugins
In reply to: [Video Thumbnails] Featured Image not being set automaticallyI confirm the situation and agree with you Graham – I don’t know too, waiting for answer like you…
Forum: Plugins
In reply to: [Video Thumbnails] Featured Image not being set automaticallyYes, the featured image is used on frontend but it’s not visible in backend.
Dirty hack, modify you search.php in child theme:
<?php if ( have_posts() ) { global $wp_query; if ($wp_query->post_count == 1) { $product = wc_get_product( $wp_query->post ); if ( $product && $product->is_visible() ) { wp_safe_redirect( get_permalink( $product->id ), 302 ); exit; } } else { get_template_part('woocommerce/archive', 'product'); } } else { get_template_part('woocommerce/archive', 'product'); } ?>Jack,
thank you, I’ll be waiting 🙂
Forum: Plugins
In reply to: [MslsMenu] I can see two flags instead of oneYep, done!
Forum: Plugins
In reply to: [MslsMenu] I can see two flags instead of oneSolved.
Forum: Plugins
In reply to: [MslsMenu] I can see two flags instead of oneThank you. You mean ‘Display link to the current language’, right? I had to switch admin language to EN because it was apparently lost in translation, in Czech translation we have something like ‘Display link in current language’ which is something I could not understand. 🙂
Thank you!
Viewing 7 replies - 1 through 7 (of 7 total)