oferwald
Forum Replies Created
-
Forum: Plugins
In reply to: [Transposh WordPress Translation] Transposh Slow down WebsideHi,
Have you read our FAQ page?
Forum: Plugins
In reply to: [Transposh WordPress Translation] current language shortcodeHi,
The link should be working, I will recheck, however – the shortcode you are looking for is:
[tpe mylang] will output the current languageForum: Plugins
In reply to: [Transposh WordPress Translation] When will plugin tested with WP 5.4.1I have tested it with WP 5.4.1 and it works as it should, I should probably update the tag soon.
Yes, being maintained and supported. New release will take a while as I am tied in other unrelated projects
Forum: Plugins
In reply to: [Transposh WordPress Translation] I can’t edit the tranlationsHello,
Wrote to you privately, will need access to your site…
Hi,
In Woo disable ajax fragments helps many times,
Good luck
Forum: Plugins
In reply to: [Transposh WordPress Translation] I can’t change the automatic translation!What happens when you go to the front end edit interface?
Forum: Plugins
In reply to: [Transposh WordPress Translation] widget style changeHi,
Make sure you have upgraded to the latest full version from our site (or using the update mechanism), its free.
Forum: Plugins
In reply to: [Transposh WordPress Translation] Different Style for Firefox and ChromeYes, they are different, I don’t think its anything that we did. If you wish, style it with css or use the select2 based widget
Forum: Plugins
In reply to: [Transposh WordPress Translation] rel-alternate-hreflang tag incorrectlyGo to the advanced tab in the settings and tick:
Add rel=alternate with fully qualified urlsForum: Plugins
In reply to: [Transposh WordPress Translation] Memory Caching Error & Solutions?Hi,
First, I will write that it is not required, it helps performance but will work without memory caching.
Now WRT other caching plugins, they’ll probably work, but the problem is that translation will not trigger a cache invalidation, so things might not work as expected after this. I don’t have any special recommendations for a specific plugin, just try and see what works best for you.
Forum: Plugins
In reply to: [Transposh WordPress Translation] rel-alternate-hreflang tag incorrectlyThere is a “google compatible” href option that you may choose in the settings
Forum: Plugins
In reply to: [Transposh WordPress Translation] Add apply_filter to rewrite_url functionHi,
I am not sure what is the real value of this, while there is a large hit of applying the filter every time,
You may use an alternate rewrite_url function, and provide it to the parser object. I am not sure it is a great solution, but it might just work
Forum: Plugins
In reply to: [Transposh WordPress Translation] Save button not showingHi,
The backend translation editor is not the place to do changes, rather the frontend one, and the approve button will save the translations.
Forum: Plugins
In reply to: [Transposh WordPress Translation] bug with beaver builderHi,
Glad to hear things worked out, although I don’t recognize any of the errors that you have attached as directly related to our code
Forum: Plugins
In reply to: [Transposh WordPress Translation] can’t see images in russianHi,
This is some sort of problem with the js used to load the images there, when you will look at the javascript console you will find an error “d is null” which I can hardly debug or follow anywhere with the minimized versions of this javascript (no that I am sure I could have done so with the full version)
My assumption is that there is some property of the html that is lost in translation so the script is unable to locate the place for the images.
My first attempt would have been to wrap the images container in a no_translate class and keep debugging from there.