candy2012
Forum Replies Created
-
Forum: Plugins
In reply to: [Potent Donations for WooCommerce] Cart bug!Hi
Any news with this?
Somethinh is either missing or is not quite right in the update cart function you are using; I checked woo files in themes, the cart function does not seem to have been changed there….Thx
Forum: Plugins
In reply to: [Potent Donations for WooCommerce] Cart bug!Hi,
I have installed the update, still not working … using the mh-magazine-lite theme for ex.
I have tried it with several themes already, in 70% of the cases the item total and further on the valus in cart are not updated.Now I know some themes are modifying stuff, but it’s still weird that your plugin is not working with so many of them.
Can you please tell which function from original woocomm is responsible for that (calculating item totals in cart)?
Is it possible to copy the original woocomm files somehow in theme directory to eventually override the eventual modifications made by theme? If so, which ones?Thx
Forum: Plugins
In reply to: [Potent Donations for WooCommerce] No place to enter donationsame here! seems that plugin compatibility stopped a while ago …
In admin I have no field to enter the “price” either …
Guys, you say its 4.5.3 compatible but it actually isn’T ?!?!
Thx
Forum: Plugins
In reply to: [CIO Custom Fields for Woo] Unable to find any Tool side menu on the wp adminDidn’t you write in the plugin description that NO PODS are needed for the free version to work??!
So it works or not?
I could not find any sign of this plugin in the admin either ….Forum: Plugins
In reply to: [Sublanguage] translate post metas bug?I am sure you’ll find the problem in the end. All in all this looks like a solid plugin and I very much like its general buildup so far.
Keep up the great work, it will be the “next big thing” in terms of multilanguage plugins for WP π
Forum: Plugins
In reply to: [Sublanguage] translate post metas bug?Hi,
Thanks for the download link, now it’s working again.
(well, at least my posts are back :))Yes, I tried to check the boxes, than I tried to uncheck them. Thing is, the very update to the newest version let to to the dissapearence of my content π
There are so many iterdependencies that it’s difficult to keep track of them all. You just see the results …
I also tried to look in the database but could not identify the cuplrit π
Maybe in the next version π
Thanks again!
Forum: Plugins
In reply to: [Sublanguage] Which SEO plug to use?Hi,
I have tried to use this one (don’t really like Yoast, it’s much to complicated)
https://ww.wp.xz.cn/plugins/autodescription/
I tried to use the [:en]English text[:de]German text
but it did not work. They say it works with the qtranslate though.Forum: Plugins
In reply to: [Sublanguage] Switching languages bug?Came to the idea of refreshing those permalinks and that seems to have solved the issue π
Forum: Plugins
In reply to: [Sublanguage] Using flags for language switchCool! Works like a charm π
Thank you!!!
Forum: Plugins
In reply to: [Sublanguage] Translating bits of texts from other pluginsHi,
I must be doing smth. wrong, don’t know whatz.
I think I’ll have to wait for your update …Thank you
Forum: Plugins
In reply to: [The SEO Framework β Fast, Automated, Effortless.] Not translateble?Hi,
That did not work unfortunatelly π
Using this: https://ww.wp.xz.cn/plugins/sublanguage/ for translations …Some more ideas maybe?
Thank you and have a great day too!
Forum: Plugins
In reply to: [Sublanguage] Translating bits of texts from other pluginswell, I did not manage to get to work yet π
Example: I have an option_name called < > _transient_the_seo_f3_exc_pro_cat_12_1 with the option_value > a:2:{s:6:”normal”;s:120:”Modify this short text …”;s:6:”social”;s:153:”Modify the text bellow. Start by choosing a category.”;}.
I tried adding this code to functions.php and it did not work (no translation):
if ( !is_admin() ) { add_filter( '_transient_the_seo_f3_exc_pro_cat_12_1', 'my_translate_option_field' ); } function my_translate_option_field( $value ) { return apply_filters( 'sublanguage_custom_translate', $value, 'my_get_description' ); } function my_custom_language_parser( $original, $language ) { if ( $language->post_content == 'de_DE' ) { return 'a:2:{s:6:"normal";s:120:"Kurztext bitte ergΓ€nzen ...";s:6:"social";s:153:"Text ergΓ€nzen, Kategorie wΓ€hlen";}'; } else if ( $language->post_content == 'fe_FR' ) { return 'a:2:{s:6:"normal";s:120:"Modifier le texte ci-dessous...";s:6:"social";s:153:"modifier le texte ci-dessous. Commencer par modifier une categorie";}'; } return $original; }Forum: Plugins
In reply to: [Sublanguage] Translating bits of texts from other pluginsCould you help me with the needed code I should add to functions.php?
I do not understand where to put the option name (my_option_name) and the option value, the one that should be translated (my_option_value)Thank you in advance!
Forum: Plugins
In reply to: [Sublanguage] How to add metabox to a custom post type ?!Hi,
Tried that, did not get any error messages though …
weird …Forum: Plugins
In reply to: [Sublanguage] How to add metabox to a custom post type ?!Sorry I have to come back to this because I noticed some strange behaviour …
The meta box for switching languages is there indeed on the custom post type screen but values are somehow not saved ?!?When I click “save” it tries to save, does not manage to do it and jumps back to standard language without saving anything. Seems any information I try to add in other fields corresponding to the custom post type are also not saved when this plugin is activated. If I want to have any information saved in the custom post_type area I have to 1st deactivate your plugin.
The only kind of translation I can do on the custom post types is the custom post title but ONLY if I use the “quick edit” mode.
Could you please check this?