Digital experiences for all disciplines
Forum Replies Created
-
Posted in: We hit Power Elite.
-
@Mohammad I wrote my ftp access too… anyway here attached my .po file
thanks you so much for your help
Marco
Hi @Mohammad
I wrote my WP credential days before but anyway now you have a screenshot too.
You can find highlighted in yellow all menu labels translated “opzioni tema”.
As explained the issue comes when I fixed translation with Poedit.
In default it_IT.po we have a lot of rows highlighted in gold. Those rows are Not Verified so Atelier won’t read translated labels until they are Verified.
So I fixed translations then I press Validate button for each rows.When I upload .po .mo I got fronted well translated as expected but backend has issue as you can see in my screenshot.
Hope I can help you to understand this boring bug.
Thanks for help.
Marco
Attachments:
You must be logged in to view attached files.Hi @Mohammad
It works for me too, so with this we solved issue #1 but theme option tab in backend still have trouble (issue #2)
Please refer to this post http://www.swiftideas.com/forums/topic/language-issues-2/page/2/#post-274629
thanks for help
regards
MarcoHi Rui,
Thanks for your reply. I tested to call load_child_theme_textdomain() both inside a custom function and to call it directly as you suggested. It doesn’t work in both ways.
We have 2 main issues:
1) .po .mo files are not loaded from my child theme “Salugea”, it uses default theme translation files
(to test it you can rename “.po .mo” to “.po.default .mo.default” on /atelier/languages/ and you will see product purchase button “Aggiungi al carrello” to become as default “Add to cart” – check product box on my homepage right after main image with green leaves)2) when I edit .po file with Poedit I need to validate some rows – those rows are highlighted in gold. After validating those rows and uploaded .po .mo files on /language dir all theme options labels on WordPress will become translated as “theme options” > “opzioni tema”
I hope you can understand what is happening
regards
Marco@Rui, yes I did it but not working
Hi @David
did you check my post?
I wrote on JUNE 10, 2016 AT 4:53 PM and I still need help
thanks for support
Marco
David
I add my translated po mo files it_IT on atelier/language directory and it works
This is not the solution I need because a) when I update Atelier, those files changes to defaults whitout my translation; b) there is a bug who changes all theme options labels on backend
Please access to my wp dashboard and you will see all theme options named as “Opzioni Tema” which is “theme options”
thanks for your help!
Marco
This reply has been marked as private.Hi
I have the same problem here… how to solve it?
I have a network installation and I’m working on a child theme
I add this function to my functions.php on child theme
add_action( 'after_setup_theme', 'sf_child_theme_setup' ); function sf_child_theme_setup() { load_child_theme_textdomain( 'swift-framework', get_stylesheet_directory() . '/language' ); }
I uploaded .po .mo files on /mychild/language/it_IT .po .mo but they won’t be loaded from translation.
regards
MarcoOk Rui,
I fix it! thank you so much for help!
regards
MarcoHi Rui
Great! thanks for the update
all plugin are deactivated exept wc and Maintenance plugin (I need this)
thanks for help and please let me know as soon as possible
Marco
Hi Rui,
My customer ask me to point out that this work is so urgent.
We need to edit some legal information on product page but Page Builder won’t work.
We lose time because we thought was an issue about the server but Siteground support team found some bug on Swift Page Builder:
Here is what they said:
I accessed your website's backend and it is loading quickly on my end. Could you please provide us with step-by-step instructions how we can recreate the slow performance issue on our end? I also investigated the issue and noticed the following errors when the Swift Page Builder is accessed: https://snag.gy/PXRE1C.jpg It appears the JavaScript libraries required for the proper function of the Swift Page Builder plugin are not being logged. I checked in the server logs and found a number of the following errors: Code: [Tue May 31 16:54:53.827386 2016] [balance:warn] [pid 22587] [client 195.24.55.58:46048] [mod_balance] (null) req. to salugea.com/it/wp-includes/js/tinymce/plugins/wpview/plugin.min.js reached MaxConnsPerIP(11), referer: https://salugea.com/it/wp-admin/post.php?post=320&action=edit [Tue May 31 16:54:53.827396 2016] [balance:warn] [pid 22587] [client 195.24.55.58:46048] [mod_balance] (null) req. to salugea.com/it/wp-includes/js/tinymce/plugins/wpview/plugin.min.js reached MaxConnsPerIP(12), referer: https://salugea.com/it/wp-admin/post.php?post=320&action=edit [Tue May 31 16:54:53.827345 2016] [balance:warn] [pid 22567] [client 195.24.55.58:46047] [mod_balance] (null) req. to salugea.com/it/wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js reached MaxConnsPerIP(10), referer: https://salugea.com/it/wp-admin/post.php?post=320&action=edit [Tue May 31 16:54:53.827417 2016] [balance:warn] [pid 22567] [client 195.24.55.58:46047] [mod_balance] (null) req. to salugea.com/it/wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js reached MaxConnsPerIP(11), referer: https://salugea.com/it/wp-admin/post.php?post=320&action=edit [Tue May 31 16:54:53.827425 2016] [balance:warn] [pid 22567] [client 195.24.55.58:46047] [mod_balance] (null) req. to salugea.com/it/wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js reached MaxConnsPerIP(12), referer: https://salugea.com/it/wp-admin/post.php?post=320&action=edit It appears that the page builder plugin is opening too many connections to the wp-includes/js/tinymce/plugins/wpview/plugin.min.js file, reaching the server limits and for this reason the file is being blocked from being loaded. I tried to find out why this is happening, but it seems the plugin is malfunctioning and opening too many connections to this Javascript file. May I ask if you have tried re-installing the Swift Page Builder?
Please let me know how to proceed.
Thanks for support
Regards
MarcoThis reply has been marked as private.ok Rui
We can schedule that check for monday. I will inform my customer because the website is online.
I’ll send you ftp access and you will find updated package on /theme directory.
Thanks for help
Marco
Hi Rui
My memory limit is already set to 512M and I’m working on a grow big paln on Site Ground
thanks for help
-
Posted in: We hit Power Elite.