basile67
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Conflict with Loco translate pluginFinaly I solved the problem. I created a new form and everything now is working as expected! Something was wrong with the forms that theme creates by default.
Forum: Plugins
In reply to: [OnSale Page for WooCommerce] The plugin added a 2nd filter to all the pagesIn the file /includes/class-woocommerce-onsale-page.php at line 189, it says: you can comment these out to remove sorting dropdown and result count on the top of the on sale page. It means lines 190 and 191.
I tried this because I had the same problem with Uncode theme and it worked well.Forum: Plugins
In reply to: [YayMail - WooCommerce Email Customizer] Custom ShortcodesHi,
I think I use the same order tracking plugin: Advanced Shipment Tracking for WooCommerceThis plugin saves in postmeta table the meta_key: _wc_shipment_tracking_items, with for example meta_value: a:1:{i:0;a:5:{s:17:”tracking_provider”;s:12:”elta-courier”;s:15:”tracking_number”;s:11:”45698569825″;s:21:”tracking_product_code”;s:0:””;s:12:”date_shipped”;s:10:”1609891200″;s:11:”tracking_id”;s:32:”d7ce1ae38ba3f13fba168a308b4d18e9″;}}
As you can see the data must be properly parshed in order to be useful by your plugin. So if you use [yaymail_order_meta:_wc_shipment_tracking_items] shortcode it returns null.
At this plugin support section they mention that in order to works with other plugins they must support woocommerce hooks like: woocommerce_email_before_order_table, woocommerce_email_after_order_table etc.
Can you add support for these hooks? I think this will solve the problem.
Thank you.
Hi, thank you for your quick response.
I show this but the old script was working well. The only problem was that it added the hidde display style to wrong element and leaves ungly spaces.
Is it possible to do somthing with the old script?
Check the link bellow to see what I mean:Hi,
I clear the cache but it doesn’t work. See the link bellow. When the page is loaded the width1 fild must be shown, but it doesn’t.
When the selection in the first selection box the width2 filed is shown as it is configured.
If you change back the first selection the width1 is not shown again.
I double checked the configuration and is correct. So something has to do with the new script.https://www.trikkistrom.com/product/somies-michanismos-no1/
Please check this. Thank you.
Hi,
Unfortunately it seems not to work well. Do I need to have the pro version for this to work?Hi,
As I show you didn’t include this in your last release. Pleas let me know when you will include a solution for this.
Is there any work around that can be applied for the moment.
Thank you very much.Forum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Greek TranslationYou can find the files here: https://we.tl/t-HLzTd5du6m
The zip file also includes the shipping_row.js file with all changes that you didn’t apply on your last update.Forum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Greek TranslationI tried to upload the files but it seems that is not working. Please confirm.
Forum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Greek TranslationMore translation modifications:
Replace lines 439, 467 and 650 like line 58 in assets\js\shipping_row.js file.In the same file replace the lines 190 and 880 with:
var r = confirm( shipment_tracking_table_rows.i18n.delete_provider );And in the file icludes\class-wc-advanced-shipment-tracking-admin.php, in i18n array add this:
‘delete_provider’ => __( ‘Really delete this entry? This will not be undo.’, ‘woo-advanced-shipment-tracking’ ),Also don’t forget to synchronize the pot file.
By the way where can I contact you in order to send you the modified files instead of write the changes line by line here?
Thank you very much!
Forum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Greek TranslationHi, here are some modifications that I made in order to translate some additional strings.
I also made some improvements in my translation. Please add the following code modifications. I’ll check them with my translation and I will send you the final Greek po/mo files.File: includes\calss-wc-advanced-shipment-tracking-admin.php
———————————————————————Line 1418 replace with:
‘title’ => __( ‘Table Border size’, ‘woo-advanced-shipment-tracking’ ) ,After Line 559 add:
‘data_saved’ => __( ‘Data saved successfully.’, ‘woo-advanced-shipment-tracking’ ),File: assets\js\shipping_row.js
———————————————————————Line 58 replace with:
var data = {message: shipment_tracking_table_rows.i18n.data_saved };Forum: Plugins
In reply to: [Advanced Shipment Tracking for WooCommerce] Greek TranslationFinally I found out the problem. Please make the following modifications in your code:
File: includes\calss-wc-advanced-shipment-tracking-admin.php
———————————————————————
Line 1397 Replace with: ‘placeholder’ => __( ‘Tracking Information’, ‘woo-advanced-shipment-tracking’ ),In all lines: ” => ‘Select’,
replace with: ” => __( ‘Select’, ‘woo-advanced-shipment-tracking’),Line 676 replace with: <label for=”tab5″ class=”tab_label”><?php _e(‘Email Notification’, ‘woo-advanced-shipment-tracking’); ?></label>
and add the string: ‘Email Notification’ in the pot file
Forum: Reviews
In reply to: [AutoConvert Greeklish Permalinks] Nice work but…Ok! Now it’s working well…
Thank you very much for the update!Forum: Reviews
In reply to: [AutoConvert Greeklish Permalinks] Nice work but…Hi,
It is still not working. You have to add ? and ? in $expressions array at lines 76 and 87 of the auto_gr_permalinks_sanitize_title function. Lines 76 and 87. After that it will work as expected.
Please update your plugin.
Nice work!OK Ales I’ll be waiting for the new release.
Thank you very much!