Code

Discussion on Ajax Translator Revolution DropDown WP Plugin

Discussion on Ajax Translator Revolution DropDown WP Plugin

Cart 5,151 sales
Recently Updated

SurStudio supports this item

Supported

This author's response time can be up to 2 business days.

505 comments found.

Hello, there is 2.0 version, where i can find changelog??

Hello,

here in the description page there’s a Latest update section, and below that you’ll see the previous updates. But there isn’t a full changelog section.

Cheers

I have error 500 when try to update plugin to 2.0 version. I extract files with replace by ftp.

I resolved the problem

Hi,

I have a question:

My website is a multi-vendor marketplace on which account holders can list and sell items in their own store. Since my website is using your plugin and supports the languages English (default language), Spanish, German and Dutch, I would like to have the possibility that the shopowners of my site (our vendors) will be able to add their profile details and their shop- & product descriptions in one of the afore mentioned languages and that your plugin will translate it automatically into the 3 remaining languages. Is there a way to get this done?

Thanks in advance for your support.

Grtz Robert

Hello,

it depends on what you need the translator to do. If your system allows your shop owners to enter their information in different languages; and you need the translator to translate not always from English, but from the language specified when that information was entered, then it’d be possible if there’s some kind of indication of that used language when the content is presented on the front end.

As stated in the support tab, support is given via email. If you require further assistance, please send a message using the form in the profile page:

http://codecanyon.net/user/surstudio#contact

Cheers

Thanks SurStudio, I just send you a PM. :)

Hi, On smartphone, he works good ??

Hello,

yes, of course it works fine on smartphones.

Cheers

Hi , but on my website works well . When I open on my iPhone or other smartphone it does not appear . what should I do ?

Most likely it’s located in a place that’s hidden by the theme when it’s viewed on a mobile device. You should place it in a location that’s always available.

As stated in the support tab, support is given via email. If you require further assistance, please use the contact form on my profile page:

http://codecanyon.net/user/surstudio#contact

Also, the user you’re using to post these messages doesn’t have the Purchased tag. So when you contact me, please include your Item Purchase Code.

Cheers

Hi! Can I edit the translations?

Hello,

yes, you can edit the cached translations, see the screenshots:

http://codecanyon.net/item/ajax-translator-revolution-dropdown-wp-plugin/screenshots/3400269?index=4

Cheers

Hello,

I would like a help to manage an issue. I manage to put the translator to show on a custom area (menu) in my theme but it is not showing in a mobile navigation menu. As you can see in this picture https://www.dropbox.com/s/jcpwpz5pmmtftke/solution.jpg?dl=0

Hello,

it isn’t showing in mobile devices because that area must be hidden by theme when it’s displayed in mobile devices.

You should choose a location always visible.

It’s possible to use a script to place the translator in one place or another depending on the device’s resolution.

As stated in the Support tab, support is given via email, so if you require further assistance, please use the contact form in the profile page:

http://codecanyon.net/user/surstudio#contact

Cheers

Error 130: This request has been tracked. I have this problem

Hello,

I’ll need you to provide a link/URL so I can take a look.

Please use the contact form on my profile page:

http://codecanyon.net/user/surstudio#contact

Cheers

I see your site is working now.

The issue must have been the incorrect Item Purchase Code you were entering.

I’m posting this comment here as other people might find it useful.

Cheers

only two minutes on get support, incredible, you’re great.

No problem. Glad to know you’re pleased!

AMAZING SUPPORT! We just purchased this plugin today…. and sent a support ticket – it was answered in less than 30 minutes! GREAT JOB ON THE PLUGIN!

Sure, no problem! Glad you’re happy with the plugin and the support!

hi the plugin have option setup one language as default example theme English but i want default to Spanish all time

Hello,

no, it doesn’t have that feature, sorry.

Cheers

Hey, i’ve bought your plugin and everything seemed to work very nice, but then I opened firefox and internet explorer to check other browsers and it’s not displayed. I put the dropdown with a jquery selector to the main navigation. Could you help me to solve this?

No, that’s what I checked first.. I wonder why it’s not even displayed in the code..

Do you have a cache plugin? If so, you should flush its cache. If this doesn’t work, I’ll need you to provide a link/URL so I can take a look.

If you require further assistance, please use the contact form on my profile page:

http://codecanyon.net/user/surstudio#contact

Cheers

Okay, now it works. Thank you for the fast and good service!

@ikki I’m replying your messages to your ikbalh email address, but you’re not getting them. Please check your SPAM folder.

page embed code

Hello,

there’s no shortcode, but there’s something similar. Instead of a shortcode, you may place an empty HTML container with a unique id, for instance:

<div id="translator"> </div>
Then go to:

Advanced > General > Location > Custom > Custom location

And use:

#translator
Cheers

Muchas gracias por su ayuda, funciona muy bien

Alright, good to know it’s working fine!

Hi, Can I use this plugin on the development site, then transfer the license to the actual site? Thank you!

Hello,

yes of course.

Cheers

Does this plugin work with Genesis Framework and Studio Press themes? Thank you!

Hello,

yes, it works.

Cheers

Thank you!

hi, my theme doesn’t support widget. how to add the translator code in template footer/header etc

Hello,

I’m checking your website and I see the translator working, so I guess the issue was the theme not having the wp_footer function in its footer.php file.

Cheers

Hi we just sent you a mail to put the plugin in the horizontal menu

We hope to have a quick awnser Boss

Regards

Hello,

I just replied to your email. Please wait a reasonable amount of time for an answer. As specified in the support tab, I reply back within 1 day. And I replied to your first message within 1 hour. You sent me 6 messages (including this one) within 3 or 4 hours.

Cheers

Hi, I managed to place the translator dropdown in my website navigation bar but when viewed on mobile devices, the dropdown is gone because in the mobile version, the navigation bar uses a different css class. I’m using Enfold theme.

Is there a way to go about it?

Thanks a lot!

Hello,

yes, most likely the theme uses 2 menus, one for desktop computers and another for mobile devices.

Is not possible to add multiple multiple locations. However, you could do some trick like this:

Append a class style to the container of the translator depending on the device resolution:

<script type="text/javascript">
(function() {
    var selector;
    selector = jQuery(window).width() < 960 ? "#container-1" : "#container-2";
    jQuery(selector).addClass("translator");
})();
</script>

Depending on the resolution (notice the 960), a new class attribute will be added to one container or the other. Notice their ids should be “container-1” and “container-2”. You can change this of course.

Then simply use that new class as a location selector:

Advanced > General > Location > Custom > Custom location (jQuery):

.translator

Also, as stated in the Support tab, Support is given via email. So if you have any extra question, please send your message using the form on the profile page:

http://codecanyon.net/user/surstudio#contact

Cheers

Hola, su plugin reconoce el idioma del usuario/navegador automaticamente y lo traduce? o solamente traduce si seleccionamos el idioma del combo? Saludos

Gracias, es muy dificil implementar esta opcion? como una customizacion aparte o en futuros updates. Gracias

O si podrian facilitarme los paramatros del plugin para cambiar de idioma asi lo puedo hacer yo usando javascript. Gracias

Por defecto, el traductor verifica el valor de una cookie para ver si tiene que traducir automáticamente a ese lenguage. Normalmente esa cookie se setea cuando se elije un idioma del combo, entonces si el usuario abre otra página se traduce sola.

Hi, what is the procedure to update the plugin

Hello,

simply uninstall the plugin, download the updated version and install it. Make sure to backup the settings:

Advanced > Import / Export

And backup the translations if you have customized them:

Custom Translations > Export

If you’re asking this because of the latest update (Nov 11th, 2015), know that there isn’t anything new. Envato just asked to change an internal name, which doesn’t affect anything within the functionality of the plugin. So it’s up to you if you want to update it.

Cheers

Hello SurStudio,

Have researched almost all Wordpress auto-translator plug-ins and scripts. After this one I have stopped with searching and found exactly what I was looking for.

Simple installation, no extra advanced experience needed and it works as so far very good.

You can place this plug-in almost everywhere you want and it is very easy to customize it.

Also the support of the creator is very pleasant and I thank you for everything!

B.

Hello,

glad to know this plugin is useful for you. Thank you very much for your great review and rating! :)

Cheers

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey