JacobTheDev
Forum Replies Created
-
Forum: Plugins
In reply to: [Tabsy] Building Tabsy Tabs in to a Template?Thanks much, that did work. I do have one other question: Is there a way to disable the responsive bits, at least on specific tab groups, as well as the default styles? I’m displaying this “widget” in the sidebar and it needs to have two tabs, but it currently displays the mobile view. I also need to apply custom styles; I could just override your styles but I think it’d be nicer if I could just strip out all the defaults.
Forum: Plugins
In reply to: [Relevanssi - A Better Search] Search shortcodes in custom fieldsAh, thanks much, that’s very helpful.
Forum: Plugins
In reply to: [Advanced Custom Fields: Link Picker Field] Doesn't work well with repeatersAwesome! Thanks!
Forum: Plugins
In reply to: [Image Mapper] Very BrokenI can verify that it’s nothing on my end; I tried disabling all other plugins and switching to a default theme. Still have the same issues.
Forum: Hacks
In reply to: Great, free idea for a mega menu plugin. Someone please make it happen.Thanks, I hadn’t seen that before. While it’s way overpowered for my purposes, I may be able to use it as a base for my own custom plugin.
Forum: Requests and Feedback
In reply to: Mega Menu SettingsYes, essentially. I decided if I posted as a plugin request someone might get it done faster than waiting for it to come to the core WordPress stuff.
Forum: Fixing WordPress
In reply to: A custom walker to break a menu in to multiple unordered listsThis is driving me crazy because I know *exactly* how this would be done in jQuery…
$(document).ready(function() { $("nav").children("ul").children("li").children("ul").children("li").each(function() { if ($this).hasClass("break")) { $(this).before("</ul><ul>"); } }); });
Forum: Fixing WordPress
In reply to: Custom Mega MenuDo you mind sharing the walker you came up with for this? I’ve been struggling to wrap my first level drop downs in a div for over a week. It’s driving me insane.
Forum: Plugins
In reply to: [The Events Calendar] Remove default stylesheet?Forgot to close it…
Forum: Plugins
In reply to: [The Events Calendar] Remove default stylesheet?Nevermind, I found the Skeleton setting which will do fine, I think.
Forum: Plugins
In reply to: [The Events Calendar] "Next Events" button not working List ViewTurns out I was including jQuery twice, which was breaking it.
I don’t know exactly how to describe it, but basically, I’m using this short code:
[businessdirectory-viewlistings category=3]
I’m talking about the link that goes in to each individual listing’s page. I just want to list all the listings as they are with that category view short code, but without the links to the full pages.
I don’t see a shortcode.php in the plugin files.