Button Bug?

Posted in: Newspaper
Post count: 388

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.

Post count: 22

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?

Post count: 388

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.

Post count: 7

Having the same issue – can’t get the button to show up (BUTTON 2)?

http://www.webministeriet.net

Post count: 7
Post count: 6600

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

Post count: 22

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

Post count: 63

install plugin WP composer… and edit (pages) your homepage on pages and Save,,,
i’m same with your problem.. and try like that is fix…

thanks

Post count: 6600

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

Post count: 22

Thank you Lucian and adhi, WPBakery Visual Composer Had I DOES NOT MORE Installs . Now it shows die buttons again Right, thank you ! : -)

Post count: 6600

Glad you fixed it thank for the message!
Have a nice day!

Post count: 7

Thank you all – I will follow instructions as well to fix this issue.

;o))

Viewing 13 posts - 1 through 13 (of 13 total)
You must be logged in to reply to this topic.