traings
Forum Replies Created
-
Thanks Jose.
I understand Master Study LMS is causing the problem.
Thank you very much for reporting it to them by opening a ticket with the information to solve it.
I will wait until they fix it.
All the best
RicardoHola Jose,
I tried, but it did not work.
I tried, alternatively, to disable the mobile, and it worked.
For whatever reason, the plugin does not detect this type of post correctly.
I can send you the credentials if you want to check it.
Thanks
RicardoForum: Fixing WordPress
In reply to: WPBakery Page Builder row element errorHi George,
Thanks for your answer. I thought they had a forum.
In this case, (I have to pay $56 to inform them about the bug), I prefer to share the solution I made with the community. Use Specific Content For Mobile (https://www.ads-software.com/plugins/specific-content-for-mobile/) for the conflict pages.
All the best
RicardoHi Champ,
Sorry for the delay in answering you.
I have been evaluating a totally different site before testing your solution and making a decision.
With the new installation, I do not have the need I requested you anymore.
I will keep your info anyway in case in the future appears again.
Thanks for your answer.
RicardoForum: Plugins
In reply to: [Modern Events Calendar Lite] Bug with the local time in the calendarHi @webnus,
I found the problem appears to be the use of the date_default_timezone_set() function of my Ultimate WordPress Auction Plugin. I commented the function line on the PHP file, and Modern Calendar works perfectly fine. Nothing to change or amend on that side.
Thanks a lotForum: Plugins
In reply to: [Ultimate Wordpress Auction Plugin] PHP Timezone is InvalidHi,
I am having the same problem and used the fix suggested by @jeff41
The problem is certainly having to compensate for the difference between UTC and local time manually.
I see this problem started one year ago. Did anyone found a definite solution?
Regards@missveronicatv and @champsupertramp
Hi Veronica,
Your code work perfectly fine, impressive!
I guess you are also a user, so thank you very much for paying attention to this thread.
All the best
RicardoHi Champ,
No, I have not. The only plugin with cache I have installed is “WP-Optimize”, but the cache option is deactivated.
Even if I activate it and exclude the user and account pages, the behaviour is the same.
The most notorious is that it works systematically fine if I save twice. It is always the second time that works.
Thanks
RicardoPS: I can give you access if you want to take a look.
Hi,
I investigated a little bit more, and it works with the profile edit option as well.
What confused me is that the code takes the information it already was to build the Display Name. Therefore, If a user changes the first name or last name, those changes will not affect immediately. Nevertheless, the information will be stored in UM fields. If the user changes any of them again, it will be stored information that will build the new Display Name. So it is always one step behind.
Could you please modify the code to force it in real-time?
Thanks
RicardoSnippet:
add_filter( ‘pre_user_display_name’, ‘um_custom_global_display_name’ );
function um_custom_global_display_name( $display_name ){
if( ! function_exists(“um_user”) ) return $display_name;
return um_user(“display_name”);
}Forum: Plugins
In reply to: [Modern Events Calendar Lite] Bug in the title of the monthHi Webnus,
Thanks for answering so fast. Excellent plugin BTW.
I did your recommendation and it improves the results. Thanks.
Nevertheless, there are still a couple of things to consider.
“Activate First upcoming Date with Event” does not appear in the Full Calendar option. I changed first to Calendar/Monthly View, activated, saved and turned back to Full Calendar. It works but it is a workaround that perhaps could be solved including the setting in Full Calendar.
Anyway, the main aspect, my confusion about April, and perhaps others as well, still remains. Please see the new picture at https://share.getcloudapp.com/7KuPKyDv
Thanks
RicardoForum: Plugins
In reply to: [Modern Events Calendar Lite] Bug in the title of the monthI just realised the very first day of the month view is from April. Nevertheless, it is confusing because it opens in the current day, and the days from the previous month are in light grey.
Therefore it is not a bug but a different criterion. Please consider changing the month to the current.
ThanksHi,
I have changed the plugin that was causing the problem.
Thus, I worked around the issue. Nevertheless, if you are still interested, I can easily reproduce it for you again.
Thanks
Ricardo- This reply was modified 3 years, 9 months ago by traings.
Forum: Plugins
In reply to: [Ultimate WP Mail] Critical errorHi Jay,
I can give you access to my site if you want to test and try to clarify the causes of conflict.
Regards
RicardoForum: Plugins
In reply to: [Ultimate WP Mail] Critical errorHi,
I temporarily fix it. BuddyPress and Ultimate WP Mail conflict on password reset function. I have followed Getting an error when updating password instructions at https://www.ads-software.com/support/topic/getting-an-error-when-updating-password/ and works.
Nevertheless, the cost is losing the functionality of mailing when password changes.
Is there any other way to solve it?
Thanks
RicardoThanks Steve and Edo,
All the best
Ricardo