MWDelaney
Forum Replies Created
-
Forum: Plugins
In reply to: [Bootstrap Shortcodes for WordPress] "Plugin does not have a valid header"Thank you for this report! You’ve added a task to my testing list!
I’ll tag a new release with the fix either later tonight or tomorrow morning. Sorry for the inconvenience!
Forum: Plugins
In reply to: [Bootstrap Shortcodes for WordPress] Who is this plugin for?The latest version of the plugin, 3.2, splits the shortcode reference and the plugin documentation into separate tabs. This should help.
Forum: Plugins
In reply to: [Bootstrap Shortcodes for WordPress] Admin modal visually offThe latest version of the plugin, 3.2, should correct this issue.
Glad it’s working now. I’ll investigate working around this kind of thing in the future and correcting for weird theme development.
Thanks for reporting and I’m glad you like the plugin!
Ugh. The theme developer is reversing the way collapse is supposed to work.
In /wp-content/themes/tendershop/style.css
Comment out line 95 which should read as follows:
.collapse { display: block }
Then everything should work as expected.
Hold that thought. I found the problem. The issue is definitely with your theme, specifically in this file:
https://newsite.opalbroadcastingnetwork.tv/wp-content/themes/tendershop/js/script.jsOn line 1275 your theme does this:
jQuery('.collapse').collapse()
Which seems to be conflicting with this plugin’s preference for using data-attributes for collapse (see here for the difference).
Commenting out line 1275 in /tendershop/js/script.js should fix the issue for now. I’ll see if I can figure out a way to work around the problem and correct for when a theme wants to fire the collapse() function this way.
Matt,
Give “Shoestrap” a try. It’s a very light-weight theme that has Bootstrap included. I’ve tested it successfully with this plugin.If that works OK for you, then I think we can narrow the problem down to the theme. I’ll have to figure out how we can work around it once we’ve done that.
What theme are you using? Maybe I can test in a similar environment.
That’s an odd situation. Does the bug still present itself if you switch to one of WordPress’s default themes like 2014?
I’m happy to keep working on this with you. If it turns out I can adjust the plugin for better compatibility with themes like yours I’ll do what I can!
Hey mattboden,
Sorry for the delay in replying, I was away for the holiday weekend.Thanks to your report I’ve tracked down a bug in the current version of this plugin. Setting the “active” parameter to any value, “true”, “false”, “dishwasher”, etc. will cause the collapse to display as “active”. To work around this issue just leave that parameter off the collapses you want to display collapsed.
So while this will show all collapses open:
[collapsibles] [collapse title="Collapse 1" active="true"] … [/collapse] [collapse title="Collapse 2" active="false"] … [/collapse] [collapse title="Collapse 3" active="dishwasher"] … [/collapse] [/collapsibles]
This should work as you expect and only show the second one as open:
[collapsibles] [collapse title="Collapse 1"] … [/collapse] [collapse title="Collapse 2" active="true"] … [/collapse] [collapse title="Collapse 3"] … [/collapse] [/collapsibles]
We will fix this bug in an upcoming version. Thank you for your report and please don’t hesitate to write back if this doesn’t resolve your issue!
Forum: Plugins
In reply to: [Bootstrap Shortcodes for WordPress] Carousel indicators not workingThank you for your kind words about the plugin, and thank you for this bug report! I’ve made the change and you can see it on GitHub here:
https://github.com/filipstefansson/bootstrap-3-shortcodes
This fix should make it into the next version of the plugin!
Forum: Plugins
In reply to: [Font Awesome Shortcodes for WordPress] help appears where it shouldn'tSorry for the trouble. Glad it’s working now!
Forum: Plugins
In reply to: [Font Awesome Shortcodes for WordPress] help appears where it shouldn'tI just pushed a fix for this. Version 4.1.2 should resolve this issue. Can you please confirm?
Forum: Plugins
In reply to: [Bootstrap Shortcodes for WordPress] Inner row ?Thanks for posting this!
Forum: Plugins
In reply to: [Bootstrap Shortcodes for WordPress] Inner row ?Thanks for your kind words!
We haven’t discussed nested grids in a while. I will bring it up with the other developers. I think it adds too much complication to the plugin and makes it difficult to document, but maybe we can work something out.
I can’t promise we will add this feature, and it can’t say when, if ever, it’ll make it’s way to the www.remarpro.com repository, but we’ll revisit the issue.
Thanks again!