texins5
Forum Replies Created
-
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:
https://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’;
}Forum: Plugins
In reply to: [Authorize.Net Payment Gateway WooCommerce Addon] Authorize transaction onlyI also have the need to authorize only on some transactions, but other transactions will need to go all the way thru right away. Will the new version do that? In the customer’s shopping cart, one item would be a purchase (payment should go thru right away) and one item would be an equipment deposit (authorize only). Is this possible?
If you go to this post (https://marketwithmario.com/online-marketing-vs-direct-mail/) and click on the Twitter sharing link at the bottom, the share text is “Online Marketing vs Direct Mail via @marketwithmario https://marketwithmario.com/online-marketing-vs-direct-mail/”
We would really like via @marketwithmario to appear at the end, after the URL. That seems to be a pretty standard format, but I can’t get it to do that.
I tried what you suggested above, but the Twitter handle is displayed before the URL. Nothing I try seems to move it after the URL where it belongs. Can you help?
No, it only happened once, and everything seems fine now.
One other thing I think is strange is that I see this message in the WordPress Dashboard:
Postman: wp_mail has been declared by another plugin or theme, so you won’t be able to use Postman until the conflict is resolved.
But messages seem to get delivered anyhow. Any idea why that would happen?