texins5
Forum Replies Created
-
Forum: Plugins
In reply to: [Podamibe Appointment Calendar] Dates not stickingNo response on this question, but I did see an update. I installed that, but it’s still not working. I choose my dates, and then they all change. What a shame.
Wow. That’s very helpful. If you can’t move a website using the normal process, not even changing the URL, and have this member directory come thru intact, than this plugin is not very useful.
My pictures are definitely there in the uploads folder under “ultimatemember”. Not sure why the links would be messed up, since the URL didn’t change. Is there any way to fix this?
Forum: Plugins
In reply to: [Simple Event Planner] Time FormatBut when I look at the file you are referencing (event-time.php), I don’t see anywhere that it specifies the 24 hour format. I only see that in the functions.php. I’m not sure what code to add and what to take out on this template file. Can you please be more specific? I really appreciate your help.
If I can’t fix this, I’ll have to use something else for my events, and I haven’t seen anything else that has this nice layout.
Forum: Plugins
In reply to: [Simple Event Planner] Time FormatI understand what you are saying about which file to modify, but I don’t see anything in that file about the time or date formatting. Do I need to add something for that? I have no idea what to add. Can you help?
Forum: Plugins
In reply to: [Simple Event Planner] Time FormatI’m definitely not a programmer, but I feel like I would need to modify the functions.php for this, and not the template file. I can see where the time format and date format are set in simple-event-planner-template-functions.php.
Is there any way I can make these changes using the Code Snippet plugin, so they won’t be affected by your next update? Or am I completely wrong here?
Any advice would be greatly appreciated! The date and time formats are not what my U.S. visitors are used to and could be a deal-breaker for this client.
Forum: Plugins
In reply to: [Simple Event Planner] Event Listing Format in Columns?Or maybe even a list with smaller thumbnails of the featured image? Either of these options would be great for a future release if not available now. If you have a large featured image and a wide page with no sidebar, it gets a little crazy. But overall I’m loving the way this plugin works — thank you!
Forum: Plugins
In reply to: [Strong Testimonials] Error After Last UpdateThanks for fixing so quickly!
Forum: Plugins
In reply to: [Strong Testimonials] Error After Last UpdateI just went back to a previous version of the plugin until this is fixed.
Now the calendar isn’t displaying properly either. I tried deactivating other plugins, reinstalling this calendar plugin, using a different theme. I’m going to have to switch to a different plugin and enter all my events again. How frustrating!
Seriously! What a waste of my time. I have this installed on 60+ sites I maintain. VERY frustrating.
Forum: Plugins
In reply to: [WP Store Locator] Display stores alphabetically on front endThank you so much! That’s perfect!
Forum: Plugins
In reply to: [WP Store Locator] Display stores alphabetically on front endOk, good to know. If you find a fix for this, let me know. I think I can smooth things over with my client if they know this will be fixed in the near future. I really don’t want to switch to a different plugin, because I’ve tried some others and think yours is the best.
Forum: Plugins
In reply to: [WP Store Locator] Display stores alphabetically on front endHere’s the website I’m trying to implement this change on:
http://www.dfwaepa.comThanks!
DebForum: Plugins
In reply to: [WP Store Locator] Display stores alphabetically on front endHere’s the section I made changes to, but it’s not working. Did I miss something?
$sql_sort = ‘ORDER BY store ‘. $limit;
} else {
array_push( $placeholder_values, $this->check_store_filter( ‘radius’ ), $this->check_store_filter( ‘max_results’ ) );
$sql_sort = ‘HAVING distance < %d ORDER BY store LIMIT 0, %d’;
}