Rohan Khandeparkar
Forum Replies Created
-
Forum: Plugins
In reply to: [Visual Composer Website Builder] Visual Composer not updatedHello,
The latest version of Visual Composer Website Builder is 45.15.0.
You can update it using the “update now” link that appears below Visual Composer Website Builder under: plugins -> all plugins, when an older version of the plugin is used.
Thanks,Hi,
The elements that take code inputs are encoded before saving to ensure security and compatibility within the editor environment.
These elements are Raw html and Raw js.Forum: Plugins
In reply to: [Visual Composer Website Builder] Buttons at the bottomHi Mike,
Thank you so much for your kind words and for rating the plugin.
You can add an element such as Empty Space between the text and button. Once done, adjust the height of Empty Space element, so that all the buttons align in the same line.Forum: Plugins
In reply to: [Visual Composer Website Builder] Strange inline css on archive pagesHello,
The repeating inline CSS you’re seeing is most likely being dynamically generated by Visual Composer when certain design options (like custom styling or responsive settings) are applied to elements on the page. These styles are typically injected inline to ensure proper rendering across all devices and layouts.
However, seeing a large number of repeated or unnecessary inline styles may indicate either repeated or duplicated elements on the page or a caching issue causing old styles to persist.
To help reduce or remove these styles, you can try the following:
- Clear any cache (both browser and plugin-based, such as caching plugins or server-level cache).
- Check the archive page layout in Visual Composer and make sure there aren’t unnecessary duplicated elements or styling.
Thanks,
Forum: Plugins
In reply to: [Visual Composer Website Builder] Visual Composer break pointsHi,
The Visual Composer provides predefined breakpoints for different screen sizes (Desktop, Tablet, and Mobile). These breakpoints cannot be edited via settings.
You can choose to show, hide, or adjust the visibility of elements based on these breakpoints.Thanks,
Hi,
Based on the error message, it appears that the issue is related to the wp_generate_password() function not being available when Visual Composer attempts to access certain files via the ftpext method. The reason why changing FS_METHOD to direct resolves the issue is likely due to how WordPress handles file system operations under different methods.
At the moment, Visual Composer relies on WordPress’s file system API to manage file access, and ftpext may have certain limitations in this regard. While we understand your preference to keep FS_METHOD as ftpext, we would need to investigate this further to determine whether adjustments can be made within the plugin.
As we have not received additional reports of this issue, we will add it to our list and monitor similar requests. This will help us assess its impact and take the necessary steps accordingly in future updates if required.
Forum: Plugins
In reply to: [Visual Composer Website Builder] Please do not use `window.sprintf`Hi,
Thank you for sharing this with us. We have forwarded it to our development team for further evaluation, and they will take the necessary steps as needed.
I am facing same issue as well. Tried updating to the latest version 2.1.10 but did not help.
Just wondering if there is any workaround other than deactivating other plugins and db restore.Forum: Plugins
In reply to: [Visual Composer Website Builder] Undefined variable $linkHello,
The error location is pointing towards the plugin: js_composer which is WPBakery Page Builder.
Please note that the WPBakery Page Builder and Visual Composer Website Builder are two different plugins. The former relies on shortcodes while the latter uses react-based rendering.You can check detailed differences between the two here: https://help.visualcomposer.com/docs/getting-started/visual-composer-vs-wpbakery/
Thanks,
Forum: Plugins
In reply to: [Visual Composer Website Builder] Image shortcode not parsingHi,
The images on page shared by you are displaying fine for us: https://i.imgur.com/176ZoQw.png
Kindly try clearing the cache in case there is any issue related to it.
Thanks,Forum: Plugins
In reply to: [Visual Composer Website Builder] Animations not startingHi,
One potential cause of the issue could be a conflict with the slider plugin, especially if a similar script is being used.
To resolve this, further debugging of the slider plugin will be necessary to identify the conflicting code. Once identified, a custom code can be implemented to address the conflict.
Thanks,Forum: Plugins
In reply to: [Visual Composer Website Builder] Memory limit wrong value in version 45.9.0Hi,
For detecting memory, the plugin relies on get_cfg_var(‘memory_limit’) function. The values are correctly detected 95% of the time. However, there is an issue in correctly detecting the memory limit on some servers due to their memory settings.
If you have already set the correct memory value on your server and if it still shows an incorrect value in plugin system status then this might be due to incorrect detection.
In such case you can ignore this memory-related message.
Thanks,Hi,
Thanks for sharing.
We have added this to our bug-fix list so that it can be fixed in an update.Forum: Plugins
In reply to: [Visual Composer Website Builder] Problema com Visual composer siteHello,
The page shared by you is rendered using elements from the WPBakery Page Builder plugin.
Please note that WPBakery Page Builder: https://wpbakery.com/ and Visual Composer Website Builder: https://visualcomposer.com/ are two separate plugins.
The content of one cannot be edited by another. Due to this, one cannot be replaced by the other.
You can check the detailed differences between the two here: https://help.visualcomposer.com/docs/getting-started/visual-composer-vs-wpbakery/
Thanks,Hello,
There can be an issue if the hosting provider does not support the same name for the directory and its sub-directory (in this case: /visualcomposer/visualcomposer ).
You can check with the hosting provider if there is any way to add an exception rule for this case so that the plugin can be updated normally.
Thanks,