Button Bug?
look here: http://www.frank-reymann.de/images/button.png
oder live here: http://webropolis.com/newspaper-wordpress-premium-theme-update-auf-v3/news/2723/
ty
The reason a WordPress shortcode isn’t rendered is often that it has formatting around it. Please check the shortcode in the text editor rather than the backend/visual editor and check which, if any, tags are surrounding it. Yours is bolded in that screenshot, which is a telling sign. Accidentally setting the shortcode as a header, or including it in an image caption div, could prevent it from being expanded.
Thanks for the tip , I tried it . But no difference . The button has sometimes works , since version 4.4 it is no longer unfortunately . Is the button with you yet ?
Maybe a plugin problem?
Mine does work, and when I did “inspect element” on a working button I found that it’s not wrapped in <p> tags. On your live site, inspecting your button text shows that it is surrounded by <p> tags. But I’m not sure if those are there in your text editor or only because it’s not expanded in the first place…
I’m not sure what else it could be, sorry. :/ Official support will be back after the weekend.
Having the same issue – can’t get the button to show up (BUTTON 2)?
Please see:
http://webministeriet.net/htn/Frontend.jpg
http://webministeriet.net/htn/Backend.jpg
-
This reply was modified 11 years by
webministeren.
Hi,
@FRMedia1981
I have tested the buttons short-codes using theme version 4.4. and didn’t find any issue with the buttons, i have also tested your button’s short-code and shown up well: http://screencast.com/t/nMEd85f4Z
Please make sure you add the code like this in your post: http://screencast.com/t/8aqcWd9atp
If this issue is still present please deactivate all plugins then empty cache and try again.
@webministeren
On the latest version of Visual Composer some classes were changed by it’s developer and we had to override them so that the plugin would still work with the theme. In the process the buttons css was lost. We have the issue on our list and we’ll try to fix it in one of the next updates. Sorry for the inconvenience.
You can use this custom css to style the button, like this: http://screencast.com/t/7WSQoASk
.vc_btn-green.vc_btn_3d {
-webkit-box-shadow: 0 5px 0 #53812d;
box-shadow: 0 5px 0 #53812d;
margin-bottom: 5px;
}
.vc_btn-green {
background-color: #6dab3c;
color: #ffffff !important;
-webkit-transition: all 0.5s;
-o-transition: all 0.5s;
transition: all 0.5s;
}
.vc_btn {
border: 1px solid transparent;
cursor: pointer;
display: inline-block;
text-decoration: none !important;
}
.vc_btn-lg {
padding: 10px 16px;
font-size: 18px;
line-height: 1.33;
border-radius: 6px;
}
Thanks
Hello Lucian , I have all plugins disabled and cleared the cache and tried to create new buttons .
But for some reason , the buttons just do not work with me anymore . Pity .
Greetings
Hi,
Thanks adhi!
@FRMedia1981
As @adhi suggested if the short-codes aren’t interpreted means that could be a problem with Visual Composer plugin, pleas delete and re-install the plugin following this guide: https://forum.tagdiv.com/update-the-visual-composer-plugin-wpbakery/
Thanks
Thank you Lucian and adhi, WPBakery Visual Composer Had I DOES NOT MORE Installs . Now it shows die buttons again Right, thank you ! : -)
Thank you all – I will follow instructions as well to fix this issue.
;o))
