CodeCanyon

Visual Composer for WordPress

  • Bought between 50 and 99 items
  • Europe
  • Has been a member for 4-5 years

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

  • Exclusive Author
  • Nepal
  • Has been a member for 0-1 years
  • Sold between 1 000 and 5 000 dollars
  • Bought between 1 and 9 items

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

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years

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

  • Bought between 10 and 49 items
  • Germany
  • Has been a member for 0-1 years

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.

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

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.

by
by
by
by
by