tbare
Forum Replies Created
-
Forum: Plugins
In reply to: [Easy Updates Manager] Option for selecting plugins to disallow?Wow – apparently I wasn’t getting the updates – thanks for the replies. I’ll install the plugin on a dev site and try it out. 🙂
Forum: Plugins
In reply to: [Testimonials Widget] Vertical Scroll cutting off authorI sent an email a few days ago – just checking in to see if you got it – if not, I’ll resend it from my gmail account.
Forum: Plugins
In reply to: [Testimonials Widget] Vertical Scroll cutting off authorSure – Have a way I can send it to you? it’s a dev site and I’d rather not advertise it publicly.
Also, sorry for the late reply, and thanks for the quick response. I apparently didn’t have “notify me” checked…
+1 for “parent page + sub pages” filtering.
Forum: Plugins
In reply to: [Advanced AJAX Page Loader] current menu item and current page itemI know it was about 4 weeks ago, but I had to modify it to:
// highlight the current menu item jQuery('ul.menu li').each(function() { jQuery(this).removeClass('current-menu-item'); jQuery(this).removeClass('current_page_item'); }); jQuery(thiss).parents('li').addClass('current_page_item'); jQuery(thiss).parents('li').addClass('current-menu-item');(adding the “current_page_item” in there also)
Forum: Plugins
In reply to: [Superfish Menus] 1.1.1 breaks dropdownThe superfish and sf-js-enabled classes were added as a last ditch-effort… I’ve removed them, and just have:
'menu_class' => 'main-nav menu'
at this point – I’ve tried with and without the menu class, and it’s still not working (dealing with whowe.tbare.com )Forum: Plugins
In reply to: [Superfish Menus] 1.1.1 breaks dropdownhttp://whowe.tbare.com/ is the site that is broken. I updated my main site : http://www.tbare.com/ and it broke, so I rolled back the plugin and it was working again, so there’s at least those 2 blogs that break with 1.1.1
Thanks,
Forum: Plugins
In reply to: [Displet Pop] Shortcode support?Actually, I asked the question before I installed – the actual solution was even easier (I didn’t realize there was a widget area for the pop up.
One other question (and excuse me if this has been answered before), but is there a way to re-call the pop up to show up on demand? that is, if a user closes it, but wants to see it again, can I create a link to show it?
Thanks.
Forum: Plugins
In reply to: [Custom Contact Forms] is there a way to add form headingsWhat I did was add custom classes to the field i want the header to follow, then added this in my header file in javascript tags:
jQuery(document).ready(function() { jQuery('<div style="padding-top: 15px;"></div><h1><strong>Discount Programs</strong></h1>').insertAfter('.finalContactInfo'); });seems to work pretty well
Forum: Plugins
In reply to: [Easy Modal] Blank screen when clicking 'Send'I just figured mine out – I’ve got calls to jQuery in my theme – removing the extra JS (until I get noConflict mode going…) fixed it for me…
also, make sure you have wp_footer(); in your footer.php file.
Forum: Plugins
In reply to: [Easy Modal] Blank screen when clicking 'Send'Ditto – running WordPress 3.5.1
Forum: Plugins
In reply to: Plugin to manage a custom tableAs to not abandon this – I ended up creating my own custom plugin (using my template’s functions.php file – I didn’t want to give access to all tables, and wanted the UI to be straight forward for my client. All is well.
Thanks!
Out of curiosity, did you resolve this issue? I’ve got the same one, and would really prefer to have the answer handed to me. 🙂
Thanks!