-
-
Hi,
theres a problem with the visual composer version. Its not possible to set links anymore (e.g. on advanced button) cause theres a conflict with current version of wordpress as you can read in comments on themeforest
(
<div class=”js-comment-content”>
<div class=”user-html”>WordPress version 4.2 did produce some issues in the <span class=”hilight”>link</span> selector APIs of the Visual Composer itself.
(Not in our addons plugins as we only use APIs of Visual Composer for the Select URL functionality, Even if you deactivate our plugin completely and try use the elements VC provides by default – like Button 2 & Call to Action Button 2, the <span class=”hilight”>link</span> selector wouldn’t work.)
WPBakery – authors of Visual Composer have fixed this in the release 4.5 and in order to fix this on your end, you would need to update Visual Composer to the latest possible version. If that plugin came bundled with your theme, please contact the developers of your theme and request for the latest version of Visual Composer.
Meanwhile, you can try this fix, which might work in most of the cases –
- Login to FTP
- Go to ->
wp-content/plugins/js_composer/assets/js/params/
and delete composer-atts.js (or rename)
- Now, download updated composer-atts.js here – https://bsf.io/ykui8 (right click to save the file)
- And upload it in
wp-content/plugins/js_composer/assets/js/params/
folder on your FTP.
)
I tried to change the js file, but it doesnt seem to work. Is there a quick fix for it or will you update the plugin and if so, when are you going to update it, cause actually i wanted to go online this week.
Last question: How do i hide the category selector on portfolio?
Thank you so far and best regards!
</div>
</div> -
-
-
Hello,
Sorry for the late reply.
To hide category filter in portfolio, please add this code into your custom css box:
#portfolio-filter {display: none;}
Best regards!
-
You must be logged in to reply to this topic.