oferwald
Forum Replies Created
-
Forum: Plugins
In reply to: [Transposh WordPress Translation] Microsoft Translation Api not workingJust leave the key empty, and it will work
Forum: Plugins
In reply to: [Transposh WordPress Translation] Problems in activating the pluginI am also in debug mode on the dev environment here, although I haven’t activated/deactivated this in a while.
So I’ll try to reproduce
Thanks for the report
I will give an example,
In twenty-twelve you have a file called comments.php in which there is a line like:
<div id="comments" class="comments-area">You will need to change it to:
<div id="comments" class="comments-area no_translate">and that’s all folks
Yes,
In your theme, wrap the comments with a no_translate class
Forum: Plugins
In reply to: [Transposh WordPress Translation] Problems in activating the pluginAnd did it activate?
Never encountered this before.
Forum: Plugins
In reply to: [Transposh WordPress Translation] Horizontal flags for widget?Hi,
In your style.css you have a #nav a with display: block that is causing this hassle
Good luck
Forum: Plugins
In reply to: [Transposh WordPress Translation] Horizontal flags for widget?Hi,
Thanks for the image, I now understand you 🙂 at first I understood the exact opposite (meaning that you wanted them on top of each other)
I can’t see your site, it suggests going to another site, please provide a valid url here and I will see what .css causes this issue, I guess that you have a display: block somewhere where it should not be
KMP
First, I would appreciate not replying to a month old resolved topics.
Second, things have changed in 0.9.1, there is an option in the advanced settings tab, just write the version there.
Good luck
Forum: Plugins
In reply to: Cubepoints for transposhI see that you have created a freelancer project (I assume its you). I’d appreciate if you let me know how it went.
You could have also approached me directly 🙂
Good luck
Forum: Plugins
In reply to: [Transposh WordPress Translation] Redirect Loop ErrorHi,
Probably a conflict with the theme/another plugin,
Have you tried disabling other plugins and working with the default theme?
By narrowing the problem, I will probably be able to give better advice.
Good luck
Forum: Plugins
In reply to: [Transposh WordPress Translation] Horizontal flags for widget?I guess I might have not understood what your were trying to achieve,
Can you be as detailed as possible in what you want the final result to be?
Forum: Plugins
In reply to: [Transposh WordPress Translation] Horizontal flags for widget?In the .trf css class change:
display: inline-block;to
display: block;Forum: Plugins
In reply to: [Transposh WordPress Translation] Changing URLHi,
This does not exist yet, you might be able to hack this by changing a few functions here and there, mainly the utility functions handling the urls in transposh_utils, and you’ll probably need to change some of the url rules that are created by the plugin on wordpress.
Will take some time, but is definitely doable
Good luck
Forum: Plugins
In reply to: [Transposh WordPress Translation] Transposh Pugin CallbacksHi,
Would appreciate the reasoning for this.
And in the parser, probably not, because this is designed to be “wordpress free” but the process changes are fine, but do explain.
Best
Forum: Plugins
In reply to: [Transposh WordPress Translation] Horizontal flags for widget?Hi,
I am not sure I am really able to put this in layman terms,
You need to change the .css file, this is something that should be straight forward to anybody familiar with .css, other options just include printing
after each flag, this is something you need to doRegarding writing the plugin, there are instructions on the site on how to do this, the layman terms would be – just copy the widget you like, rename the directory a bit and make your changes there.
I hope I helped.