dxladner
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] Get Event Tags to use in conditionalSo I have figured out how to accomplish this using standard WP functions: Was looking for More Events Calendar functions but none the less, here is what I came up with
function tribe_add_start_time_to_event_title ( $post_title, $post_id ) { $tags = get_the_tags($post_id); if ( !empty( $tags ) ) { if ( $tags[0]->name == 'Game' ) { $post_title = 'Game Icon - ' . $post_title; } else if( $tags[0]->name == 'Event' ) { $post_title = 'Event Icon - ' . $post_title; } } return $post_title; } add_filter( 'the_title', 'tribe_add_start_time_to_event_title', 100, 2 );
Forum: Plugins
In reply to: [Activity Log - Monitor & Record User Changes] Webbot traffic getting trackedweeks still no help. I will remove the plugin from all of our websites. Thanks for the great customer service.
Forum: Plugins
In reply to: [Activity Log - Monitor & Record User Changes] Webbot traffic getting trackedDay 7 still no response.
Forum: Plugins
In reply to: [Activity Log - Monitor & Record User Changes] Webbot traffic getting trackedDay 4
Forum: Plugins
In reply to: [Activity Log - Monitor & Record User Changes] Webbot traffic getting trackedDay 3.
Forum: Plugins
In reply to: [Activity Log - Monitor & Record User Changes] Webbot traffic getting trackedIt has been almost 2 days. Can someone please respond?
Forum: Developing with WordPress
In reply to: upload_mimes filter not working correctly@bcworkz So we are using the User Role Editor, so he is my issue, since there are 3 of us that are admin, I want to limit EVERYONE even me from uploading any media types. So in the User Role Editor, Admin role is not able to be adjusted. Any other suggestion to block any media types as being able to be uploaded?
Forum: Developing with WordPress
In reply to: upload_mimes filter not working correctly@bcworkz thanks for the info (the “unfiltered_upload” cap), I will give the Role plugin a try since we already have it installed.
Forum: Developing with WordPress
In reply to: upload_mimes filter not working correctlyThanks for the response Joy, I changed priority to 99 nothing then to 9999 and still it lets videos upload.
Anyone else run into these issue?
Thanks!
Forum: Plugins
In reply to: [WP Redis] WP Redis error on Pantheonresolved!
Forum: Plugins
In reply to: [WP Redis] WP Redis error on PantheonDaniel,
reporting back. We think that there might have been a temporary connection issue with the plugin and the redis server thus causing the error. The PHP errors has gone from my dashboard and after Pantheon restarted and cleared all caches the site came back up. So far so good. Feel free to close this ticket. Thanks for the quick response. Not all plugin developers provide this kind of quick service without a service plan ?? Enjoy!
Forum: Plugins
In reply to: [WP Redis] WP Redis error on PantheonThanks Daniel, I did reach out to Pantheon and they suggested to update the Redis plugin. I did make some changes on dev, very minor, but went back and removed those codes changes but still nothing. I will reach back out to Pantheon and let you know what I find out.
Forum: Plugins
In reply to: [WPS Hide Login] Issues with WP 5.0.2Thanks for the response. I went ahead and enabled wps on one of my test websites.
here is the url:https://wppluginplayground.com/
So I have my settings setup to use https://wppluginplayground.com/testlogin.
I can login successfully but I cannot reach the admin dashboard. I can see that I am logged in because I can see the admin bar at the top. I have screenshots but I cannot send them through this forum.
Besides making changes to the plugins settings, setting your login URL and where to redirect on unsuccessful login, is there more setup needed?
Once I logout of this test site I will not be able to reach the dashboard to make anymore changes. I have to FTP into site and delete the plugin files to be able to reach my admin dashboard. This plugin keeps redirecting to the 404 even though I am logged in.
Let me know if you need anymore information. All of my other pages work on the frontend so I do not think it is permalinks. But once I login. I CANNOT access the admin dashboard.
Thanks
Forum: Plugins
In reply to: [WP Redis] Redis connect failedNevermind figured it out.
Sorry for the trouble.
Forum: Plugins
In reply to: [Link Google Calendar] Cannot view calendarktaylor310. thanks for reaching out for some help. This is something to do with Google Calendar settings. Are the calendars set to public? Here is a URL which has the same issues with multiple solutions I have used in the past.
https://productforums.google.com/forum/#!msg/calendar/y2oJEa08s88/9qf23LRDVwMJ
Also, tks for helping out the other ticket. Sometimes we do not get the emails from the www.ads-software.com support email system.
Thanks, Darren