MWDelaney
Forum Replies Created
-
Forum: Plugins
In reply to: [Bootstrap Shortcodes for WordPress] change cssHi,
Those don’t seem to be lines added by this plugin. You can confirm by deactivating this plugin and noting that those lines stay.You seem to have a plugin called Bootstrap-Collapse installed as well which may be adding the lines you’re looking at.
Forum: Plugins
In reply to: [Bootstrap Shortcodes for WordPress] change cssHello,
Can you provide a link to the site on which you’re having this problem? This plugin doesn’t include any inline styling, so I’m not sure to what you’re referring.This should be resolved in version 3.3.5 which was just pushed. Please let me know if you run into any further issues!
Hello,
I have committed a fix for this to our GitHub repository. With luck, as long as we don’t see any major issues with it, it should make it into the next release, coming soon.Forum: Plugins
In reply to: [Revisr] Apparent conflict with The Events CalendarForgot to mark as resolved
Forum: Plugins
In reply to: [Revisr] Apparent conflict with The Events CalendarThank you very much!
Your plugin is great; I’m retrofitting it into all of my projects.
Forum: Plugins
In reply to: [Bootstrap Shortcodes for WordPress] [Media-Object pull=""] misclassedI just pushed an update which restores backwards compatibility for [media-object] with Bootstrap 3.2 and earlier. Bootstrap 3.3 users should use the media=”left” property; 3.2 and earlier should continue to use pull=”left”. This should also un-break any existing Bootstrap 3.2 sites using the “pull” property.
Thank you for using our plugin! I hope this resolves this issue and please don’t hesitate to post again if there are any further issues.
I had some other bugs to fix, so I just pushed an update which fixes this also. Let me know if you have any problems with this, and apologies to everyone everywhere for pushing so many damn updates today 🙂
Forum: Plugins
In reply to: [Bootstrap Shortcodes for WordPress] [Media-Object pull=""] misclassedThe included bootstrap.min.css file is legacy and no longer updated and isn’t intended to be used on your site’s front-end. That file has been replaced by bootstrap-shortcodes-help.css which is intended only to style the plugin’s documentation popup.
This plugin is meant to be used with a WordPress theme built using (and including its own copy of) Bootstrap. I see how the inclusion of this file could be confusing. I’ll plan to remove it from the plugin in a future update.
Are you using the bootstrap.min.css that shipped with this plugin on your site’s front end?
Forum: Plugins
In reply to: [Bootstrap Shortcodes for WordPress] [Media-Object pull=""] misclassedHi,
media-left is correct as of Bootstrap 3.3 (see documentation here and the Bootstrap release notes here).As a general rule this plugin’s major and minor version numbers match that of the supported Bootstrap version (Bootstrap Shortcodes for WordPress 3.3.x supports Bootstrap 3.3.x). If your theme runs Bootstrap 3.2 or earlier you can get older versions of this plugin from our GitHub repository here.
Meanwhile, I’ll look into either classing the [media] object with both classes, or finding a good way to fall back if an older version of Bootstrap is in use. Thanks for reporting this!
Thank you for reporting this. I see that the example at Bootstrap’s website does indeed include the “collapsed” class for non-active collapses. That must be new?
I’ll add this to the list of things to add in the next release.
Forum: Plugins
In reply to: [Font Awesome Shortcodes for WordPress] Visual Composer ConflictNo problem. I know how frustrating it can be to not get the support you need. I’m marking this thread as resolved because the above dequeue function should resolve it for other users.
Forum: Plugins
In reply to: [Font Awesome Shortcodes for WordPress] Visual Composer ConflictMark,
Thank you for the access to your site. When I logged in I noticed that you’re not running the Font Awesome Shortcodes plugin (the plugin this thread is in support of). I’m afraid if you’re not running that plugin I can’t offer support via this thread.I really appreciate the access to your site because I was able to find that the problem synt4ks was having is caused by both Font Awesome Shortocodes and WP Bakery Visual Composer enqueuing the same Javascript, causing a conflict.
To resolve the issue of the Font Awesome Shortcodes plugin modal window disappearing on sites with WP Bakery Visual Composer installed
Add the following to your theme’s functions.php:wp_dequeue_script( 'vc_bootstrap_js' );Forum: Plugins
In reply to: [Font Awesome Shortcodes for WordPress] Visual Composer ConflictMark, yes, please!
Can you send details to michael [at] michael-delaney [dot] com? I’ll be happy to take a look!
Forum: Plugins
In reply to: [Bootstrap Shortcodes for WordPress] offset_xx="0" not workingIf you want to try this out right now, you can grab this fix (and a few others!) at our GitHub page here: https://github.com/filipstefansson/bootstrap-3-shortcodes