Support ForumVisual Composer language – Support Forum https://support.ishyoboy.com/forums/topic/visual-composer-language/feed Mon, 30 Dec 2024 19:24:06 +0200 http://bbpress.org/?v=2.5.12-6148 en-US https://support.ishyoboy.com/forums/topic/visual-composer-language/#post-7036 <![CDATA[Visual Composer language]]> https://support.ishyoboy.com/forums/topic/visual-composer-language/#post-7036 Sun, 08 Mar 2015 08:51:03 +0000 bravadov Hello. You use Visual Composer plugin intergrated in your theme, but there is a problem with its translation. The folder js_composer contains a folder “locale” with several languages, but visual composer does not switch to this languages. But it does if to install Visual Composer separate plugin, which contains the same folders. How to fix it?
Several questions about Visual Composer:
When will it be updated? Is it possible to install 4.4.2 version now, if I have purchased it separately?

]]>
https://support.ishyoboy.com/forums/topic/visual-composer-language/#post-7037 <![CDATA[Reply To: Visual Composer language]]> https://support.ishyoboy.com/forums/topic/visual-composer-language/#post-7037 Sun, 08 Mar 2015 10:13:47 +0000 bravadov There is one more problem:

When you add the “image element” in the built-in Visual Composer it shows this element incorrectly in backend visual builder mode. This image shows the problem:
Image Thumb covers description

As you can see, the image thumb covers its description (the word “Image” and “Image Alignment: Align center”)
How to fix it?

P.S. In the first post about Visual Composer language I meant to use the translation of built-in visual builder, which is in the “locale” folder. I want to use the built-in one and not install one more visual composer plugin only for the language reason

]]>
https://support.ishyoboy.com/forums/topic/visual-composer-language/#post-7078 <![CDATA[Reply To: Visual Composer language]]> https://support.ishyoboy.com/forums/topic/visual-composer-language/#post-7078 Mon, 09 Mar 2015 12:43:15 +0000 IshYoBoy Hey,

Could you please test this scenario:

1. Edit the theme’s “functions.php” file. Around line 1683 you should find this line:
load_theme_textdomain( 'ishyoboy', IYB_TEMPLATE_DIR .'/language' );

Please add one more after the one above and so the result should look like:

2. Now, please navigate to the folder “/wpbakery/js_composer/locale” from the root of the parent theme and rename the both PO and MO files of the languages you need so that you remove the domain name and leave only the languages code. E.g. from “js_composer-fr_FR.mo” and “js_composer-fr_FR.po” make “fr_FR.mo” and “fr_FR.po”.

Now please upload everything and let us know if this worked.

You can always use Visual Composer as a separate plugin but we cannot confirm 100% compatibility. We need to test every single element of the theme elements and if all works as expected, only then release a new version. We cannot currently confirm when the next VC update will be.

Thanks for pointing out the problem with the image. We will fix this in the next update.

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>
https://support.ishyoboy.com/forums/topic/visual-composer-language/#post-7086 <![CDATA[Reply To: Visual Composer language]]> https://support.ishyoboy.com/forums/topic/visual-composer-language/#post-7086 Mon, 09 Mar 2015 13:48:16 +0000 bravadov Thank you! the language works now. Please, is it possible to give the code to fix the problem with image element in composer? Pleeeaaase….

]]>
https://support.ishyoboy.com/forums/topic/visual-composer-language/#post-7099 <![CDATA[Reply To: Visual Composer language]]> https://support.ishyoboy.com/forums/topic/visual-composer-language/#post-7099 Tue, 10 Mar 2015 07:33:02 +0000 IshYoBoy Hey,

Really glad to hear that! Regarding the image please open the file:
ishyoboy-boldial-assets/ishyoboy-shortcodes/assets/backend/css/admin-shortcodes.css

And find the definition for the “.wpb_ish_image .attachment-thumbnail” and change it to:

This will be part of the next update so you don’t have to worry about loosing the change.

Cheers

A 5 star rating is always a great motivation for us if you are happy with our theme or support!
Themeforest | MojoMarketplace | Creative Market

]]>