dianahellonextstep
Forum Replies Created
-
Hi Patrick, thanks for your response. We’re actually using that function to track the login action, but we want to track further actions from the users.. We’ll see if we can find a workaround.
Also, please can you advise on the other issue I was mentioning: The ajax refresh is no longer working upon login success.follow-up here, I found this hook in the documentation: passster_disable_base_encryption
But it doesn’t seem to be working – please let me know your thoughts!
Thank you!Forum: Plugins
In reply to: [Print-O-Matic] Button ADA compatiblenot sure why the Setting Do not Print wasn’t working for me, but I found a workaround targeting a div that contained all I wanted.
Closing the ticket, thanks so much for your help @twinpictures !Forum: Plugins
In reply to: [Print-O-Matic] Button ADA compatibleThanks so much @twinpictures !! I’m almost there, just looking for the attribute for the “do_not_print” – do you know which one might be? Tried data-do_not_print but no luck.
Thanks!Hi @sbazzi ! Thanks for your response. Any updates on this?
Thank you!Forum: Plugins
In reply to: [The Events Calendar] 505 error in the calendar pageHi Marho!
Thanks for your reply. It’s hard for me to test compatibilities since the error shows up “randomly”, i.e. I can’t for sure know if it’s working or not.But, letting you know that I found this post: https://theeventscalendar.com/support/forums/topic/tribe__rewriteremove_percent_placeholders-error/
Explaining the exact same issue that I was experiencing, so for now, as a temporary fix, I added the same update into the Rewrite.php file: line 178 – added:
if($rules && is_array($rules)){Being the issue that some times $rules is not an array apparently…
Please, let me know if that gives you more info on the issue, and how to fix in a more permanent manner.
Thanks!
Diana.OK, figured out both things:
For the list, found it in the documentation + browsing the forum:
Adding this to the functions.phpif ( class_exists( ‘\\Fragen\\Category_Colors\\Main’ )){
teccc_add_legend_view( ‘list’ );
}—
As for the background color for the multi-day events, I’m basically overwriting the rule and adding a set of style rules based on the category.
If you’re applying this code, note that you’ll have to inspect the legend and replace my category here “office-closed-to-public” for yours.
Hardcoding in the stylesheet the same value that was applied to the Category Colors settings, so for instance:.tribe-events .cat_office-closed-to-public .tribe-events-calendar-month__multiday-event-bar-inner{
background-color: #bd3a41;
}Forum: Plugins
In reply to: [The Events Calendar: Category Colors] Stylesheet not loading (?)Hi, just tried to deactivate the “The Events Calendar” plugin because I was having another issue and re-activated again, and it’s now all working, so must have been a setting or something on the main plugin.
Thank you so much Aert! Was able to include the shortcode and it’s working ok!
Forum: Plugins
In reply to: [WP Store Locator] Form to add Store from front-endThanks for answering Tijmen,
I’ll definitely aim to create custom code to store the new store location into the database.
I would only need the field names, types etc documentation from you to ensure I’m saving everything correctly.Thanks!
Diana.Hi,
experiencing the same issue for Safari – @antoinew fix works for me too, would be very useful if @takayukister can add it to the code as well, so we don’t have to update for each plugin update..
Thanks!!!