eliac7
Forum Replies Created
-
Forum: Plugins
In reply to: [Smart Slider 3] Disable base64 thumbnail slider arrowsHi Ramona,
Thanks a lot for the fast response.Well, the security department is complaining about that so I would like an SVG instead of a base64. Please, consider this, in your next update that features.
Thank you for your time.
Thanks a lot @champsupertramp !
Forum: Plugins
In reply to: [Ultimate Member - ForumWP forum integration] Get choices of a fieldWrong section.
Forum: Plugins
In reply to: [Modern Events Calendar Lite] Archive Page for categoriesTo get the location name used
$single_event_obj->data->locations[$single_event_obj->data->meta['mec_location_id']]['name']
but I am sure that the$single->display_local_time_widget($single_event_obj)
should work but I am probably using it wrong inside the while loop.Forum: Plugins
In reply to: [Modern Events Calendar Lite] Archive Page for categoriesHi again,
Unfortunately, it’s not.
$single_event_obj->data->locations[5]['name']
I have to echo this to get the location name (still hasn’t figured out what the “5” is, is getting changed by event to event ). The$single->display_local_time_widget($single_event_obj)
returns nothing. Any ideas on how the$single->display_local_time_widget($single_event_obj)
will work inside the while loop?- This reply was modified 3 years, 9 months ago by eliac7.
Forum: Plugins
In reply to: [Modern Events Calendar Lite] Archive Page for categoriesWell, I tried again and figured out that I had declared the variables outside the loop. It works now.
Forum: Plugins
In reply to: [Modern Events Calendar Lite] MEC Calendar – ArchiveWell,
I just did a WP_Query on ‘post_type’=>’mec-events’ and got them all.Thanks a lot, Champ! Appreciate it.
@champsupertramp
I really appreciate your help! Great job, keep it up!I am talking about that section https://i.imgur.com/NdWRcMZ.png
Dear Champ,
Unfortunately, I haven’t purchased your plugin. I was thinking of making it custom. Would you help me with a hook that I can enable or disable the change password on the account section? For example, I have made a custom user role and don’t want to show them the change password form but if the user is an administrator, to have that section.You can on your pages, on the “Account” page, and set who can see the profile page.
Dear Champ,
Thank you for your response.He is receiving the template with the name “Account Approved Email” and the body of that email is https://i.imgur.com/uiDjH4b.png. The thing is that Ultimate Member needs the user to reset his password even though he had typed one on the registration form, so I don’t see the need to reset the password on the email.
P.S.: If I don’t send him the e-mail with the reset password AND reset him, he can’t log in even though I have already approved him.
You can upload it to Imgur and provide the link for it.
Dear Champ,
Thanks a lot! You are a lifesaver. Nonetheless, still, the code about the default tab doesn’t work. Let me explain better. I have two roles. Each role has a different tab. So, let’s say the “Business” role has the A tab and the “Consumer” role has the B tab. I want the “Business” role to have as primary his tab “A” and the “Consumer” role has as the primary the B role. If I delete the “if” on the above code, it appears on the Appearance Menu the option to choose the tab I want as default, but if I check the “A” tab to be as primary, the “B” tab is not checked as primary (it seems logic), so this is what I am trying to do. I have successfully selected the A tab as primary for the “Business” role but for the role with the other tab (Consumer with B tab) is not selected as primary.Hopefully, I made my self more clear.
Best Regards,
Elias