This item was featured on CodeCanyon
This item is by an Elite Author
mixey
- Sold between 250 000 and 1 000 000 dollars
- Elite Author
- Won a Competition
- Author was Featured
- Item was Featured
- Exclusive Author
- Repeatedly Helped protect Envato Marketplaces against copyright violations
- Europe
- Bought between 10 and 49 items
- Referred between 500 and 999 users
- Has been a member for 6-7 years
7,685
Purchases
Buyer Rating:
4.43 stars
4.43 average based on 1062 ratings.
-
5 Star
72868%
-
4 Star
18016%
-
3 Star
787%
-
2 Star
353%
-
1 Star
413%
| Created | 22 May 11 |
| Last Update | 22 May 13 |
| Compatible Browsers | IE8, IE9, IE10, Firefox, Safari, Chrome |
| Software Version | WordPress 3.5 |
| Files Included | JavaScript JS, CSS, PHP, LESS |
- WPBakery
- admin
- column
- composer
- content builder
- drag and drop
- gallery
- grid
- page builder
- shortcodes
- slider
- visual composer
© All Rights Reserved mixey -
Contact Envato Support


Hello
I found some minor bugs but I’m using the plugin only as part of a theme so I don’t really know if the code is the original. If not please correct me!
The file build.php (js_composer\composer) sets both theme text domain and plugin textdomain to “js_composer” but file posts_slider.php (js_composer\composer\lib\shortcodes) on line 188 the translatable text “Read More” is set to textdomain “commander”. The code:__("Read More","commander")should be:__("Read more","js_composer")with lower m for “More” to be supported by the provided po file.One more thing is that I notice that the dates output is by using the function ‘get_the_time’ where the better function ‘date_i18n’ should be used to support internationalization
Hi mixey,
Sorry but your new update has lots of problem it switched back to previous version. And i needed to replace some classes in default visual composer shortcodes but the code in your documentation doesn’t seem to work. I didn’t find any filter named “vc_shortcodes_css_class” in your whole plugin.
function custom_css_classes_for_vc_row_and_vc_column($class_string, $tag) { if ($tag==’vc_row’ || $tag==’vc_row_inner’) { $class_string = str_replace(‘vc_row-fluid’, ‘my_row-fluid’, $class_string); } if ($tag==’vc_column’ || $tag==’vc_column_inner’) { $class_string = preg_replace(’/vc_span(\d{1,2})/’, ‘my_span$1’, $class_string); } return $class_string; } // Filter to Replace default css class for vc_row shortcode and vc_column add_filter(‘vc_shortcodes_css_class’, ‘custom_css_classes_for_vc_row_and_vc_column’, 10, 2);
with regards, MyColorPencils
Hello, it’s me again. Our Client cannot integrate galery and is not amused. 1. Some images (in the list) were missing 2. Maximum 4 Images in the galery 3. I become JavaScript-Errors
Thanks
Hello my friend. Because the support forum is down at the moment I would like to ask a little question here: Is it possible to create some kind of box with a different background? Like the “message box” but without the image on the left.
Lots of problems with visual composer new version. I am not able to see the top half of the interface to choose an element to insert. Now the buttons only look like boxes with a corner radius. Have to return to the previous version.