tbare
Forum Replies Created
-
Forum: Plugins
In reply to: [Gallery Lightbox] Image caption gone?As a heads up (not sure if you switched plugins / still using it / still have the issue), but I found that if you put the caption in the “alt text” field, it shows up in the lightbox again. Not a great answer for large galleries, but at least it’s a work around.
Forum: Plugins
In reply to: [Gallery Lightbox] Image caption gone?Same issue here.
Thanks! I actually got there before I saw your reply — I was getting an error when I tried it, but then I realized it was because of the way i was adding the db table prefix. Got it resovled by doing this (for anyone else with the same question / issue):
function add_budget_number_table_editor() { global $wpdb; $table = $wpdb->prefix.'budget_numbers'; add_db_table_editor(array( 'title'=>'Budget Numbers', 'table'=>$table, 'sql'=>"SELECT * FROM ".$table." ORDER BY id DESC" )); } add_action( 'plugins_loaded', ' add_budget_number_table_editor');to expand on the hook, I had the same question a bit ago.
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Ajax Search Results styling / modificationPerfect.
Thanks!
Forum: Plugins
In reply to: [Ultimate WP Query Search Filter] Ajax Search Results styling / modificationThat’s great! Is there a way to specify multiple result templates, and specify which template to use int he shortcode?
Basically, I have multiple custom post types with specific fields based on the type, and those fields in the results – I’d love to be able to style the search results just like the archive page for each custom type.
Forum: Plugins
In reply to: [File Away] can't see drawer when logged in… thanks.
I now feel like a tool. 🙂
Forum: Plugins
In reply to: [Master Slider - Responsive Touch Slider] Schedule Slides to Publish/DraftI second this request. I’m looking all over for a slider that supports this functionality.
Thanks.
Forum: Plugins
In reply to: [Gravity Forms Quantity Limiter] support of WP 4.1 and GF 1.8.22?Ah – Well, I need to be able to limit the quantity (no more than 10) – the drop down for the manual quantity field was perfect for this task. I’ll see if I can tweak the plugin with a fix. If I do, I’ll send it over if you’d like.
Forum: Plugins
In reply to: [Gravity Forms Quantity Limiter] support of WP 4.1 and GF 1.8.22?I’ve done that. I have a form with an item, and a seperate quantity field tied to that item. I’ve set a limit of 275 tickets, to be sold in Quantity Limits, and when an entry came in ordering 4 tickets, the form still says “275 available” and it doesn’t show anything under “current amount” on Quantity Limits.
Forum: Plugins
In reply to: [Gravity Forms Quantity Limiter] support of WP 4.1 and GF 1.8.22?Alright – so entries are coming in on my form now, but it appears as though the quantity is not being reduced from the limit.
Does this work with a separate Quantity field, or does it have to the quantity field tied to the the item?
Forum: Plugins
In reply to: [Gravity Forms Quantity Limiter] support of WP 4.1 and GF 1.8.22?Wow – Great reply time!
Actually, after refreshing the admin page, I see where to go. The “Quantity Limits” section wasn’t showing up after installing / activating the plugin, however, I see it just fine now.
Thanks!
Forum: Plugins
In reply to: [Testimonials Widget] Widget "No testimonials found" messageI found the issue — My apologies, it was another (custom) plugin that was breaking it… not your issue at all…
Thanks. :-/
Forum: Plugins
In reply to: [Testimonials Widget] Widget "No testimonials found" messageYes – Reset all settings — Testimonials in list view work, just not widget slider (pulled over a fresh widget to make 100% sure). All testimonials are published and none have passwords.
The only thing I haven’t done is remove and re-install the plugin.
This site is still in dev, and will likely purchase the pro version before go live, but if this could happen on the live site, my client will likely have me looking at other options. (btw, I’m happy to troubleshoot via email if you’d prefer)
Forum: Plugins
In reply to: [Testimonials Widget] Widget "No testimonials found" messageTried that – didn’t work. Any other ideas?