Hi @bdbrown. Thanks for your reply. I am using the WordPress Twitter Bootstrap CSS plugin. In my wordpress wp-admin editor, I can see the css applying but on the website front-end, it doesn’t work. What can I do? Here is a link to my site: divosays.com
Below the feature image, Sign up for My Newsletter!, Start Browsing and Donate are not buttons but on my editor bootstrap is working. How can I solve this? thanks
Where do you see this? I don’t see any CSS other than the default theme styles being applied. And this is the only reference to bootstrap that I can see in your code:
In my backend (wp-admin). When I choose the visual view option in my editor, the links are in button form as expected but on the website front-end it doesn’t work. How can I trace the conflict?
I’d try clearing and updating any cache files you might have, and updating your CDN files. If that doesn’t do it then I’d try disabling any cache plugins you have, and the CDN. See if you can get it to work with the default site files, then try activating your cache/CDN options.
Thanks for your support @bdbrown. It’s working now. I forgot to select the bootstrap version to use in the plugin’s settings. When I did that, the site began to work as expected. But I have disabled it back, because it reduced the size of my website container and hence the width in the middle layout where I have my content was too small.
You’re welcome. Not sure what else you’re using bootstrap for but, if it’s only to display buttons, there are several shortcode plugins that have that functionality.
Hi @bdbrown. Please, can you recommend some plugin. My goal was to make those links call-to-action buttons. The theme I was using formerly had classes that I could use to transform the links to call-to-action. Thanks for any recommendation.