George Stavropoulos
Forum Replies Created
-
Καλησπ?ρα.
Το πρ?βλημα(Cardholder Name is a mandatory field!) παραμ?νει και δεν επιτρ?πει να γ?νουν οι συναλλαγ?? ο?τε με κατ?θεση στην τρ?πεζα.
Επ?ση?, δεν εμφαν?ζεται το λογ?τυπο τη? τρ?πεζα? Πειραι??.?κδοση WooCommerce: 9.3.3
?κδοση Piraeus Bank WooCommerce Payment Gateway: 3.0.0Hello @fizanzvai
I am facing issue on variable products after the last update, too.WP: 6.0.2
Theme: Astra Version : 3.9.2
Plugin: Variation Swatches for WooCommerce 2.0.11The variable products have lost the matching with the sizes in my case.
Regards George
- This reply was modified 2 years, 4 months ago by George Stavropoulos.
Hello @biboocl
Thanks for your suggestion, but it didn’t work.Finally, I made it with the below snippet.
// Short posts by expiry date function posts_sort_expirationdate( $query ) { if ( is_admin() || ! $query->is_category('your-category-slug') ) return; $query->set( 'meta_query', array( 'relation' => 'OR', array( 'key' => '_expiration-date', 'compare' => 'EXISTS', ), array( 'key' => '_expiration-date', 'compare' => 'NOT EXISTS', 'value' => '', ), ) ); $query->set('orderby', 'meta_value_num'); $query->set( 'order', 'ASC' ); return; } add_action( 'pre_get_posts', 'posts_sort_expirationdate', 1 );
Regards,
GeorgeHello @stevejburge
Is it possible to order posts by expirationdate with any hook on theme functions.php?
Thanks in advance.
Hello @stevejburge
Thanks for your support.
On backend works well, I mean on the frontend.Regards,
GeorgeForum: Plugins
In reply to: [Card Elements for Elementor] Broken page after Elementor updateHello @techeshta.
I have already done it ??
Regards,
George- This reply was modified 2 years, 11 months ago by George Stavropoulos.
Forum: Plugins
In reply to: [Card Elements for Elementor] Broken page after Elementor updateHello.
Thanks for your quick response. Everything works fine after the update.
Kind Regards,
George- This reply was modified 2 years, 11 months ago by George Stavropoulos.
Forum: Plugins
In reply to: [Contact Form 7] Delete reCAPTCHA integration keys in order to send messageHello.
Plugins:Contact Form 7 Contact Form 7 Multilingual Contact Form CFDB7 Facebook for WooCommerce MainWP Child MainWP Child Reports MC4WP: Mailchimp for WordPress One Click Demo Import Popup Builder Redux Slider Revolution ThemeSky The SEO Framework UpdraftPlus - Backup/Restore WooCommerce WooCommerce Multilingual WP-Optimize - Clean, Compress, Cache WPBakery Page Builder WPML Multilingual CMS WPML String Translation YITH WooCommerce Wishlist
Theme:
DrileForum: Plugins
In reply to: [Contact Form 7] Delete reCAPTCHA integration keys in order to send messagehttps://www.chamailidis.gr/contact/
- This reply was modified 3 years, 2 months ago by George Stavropoulos.
Thank you.
Just now noticed that I receiving the following message.
“The WP scheduler doesn’t seem to be running correctly for Newsletter.”Forum: Reviews
In reply to: [WooCommerce Advanced Free Shipping] Great Plugin!Hello, Jeroen.
How are you? I am sorry for my delayed reply.
Everything works like a charm ??
Perfect job,
Keep programming.- This reply was modified 7 years, 11 months ago by George Stavropoulos.
- This reply was modified 7 years, 11 months ago by George Stavropoulos.