gabriela67
Forum Replies Created
-
Forum: Plugins
In reply to: [Security & Malware scan by CleanTalk] Errors since last upgradeThank you, it helped.
Forum: Plugins
In reply to: [Security & Malware scan by CleanTalk] Errors since last upgradeIt works but general settings are lost (not sure if all of them or just some).
Forum: Plugins
In reply to: [Security & Malware scan by CleanTalk] Errors since last upgradeIs is possible to roll back the plugin to previous version?
Forum: Plugins
In reply to: [Security & Malware scan by CleanTalk] Errors since last upgradeThank you, that seems to have solved the issue.
When will the fix be released? I manage ~40 sites and cannot do all of them mannualy.
Hi,
Thank you for the update.
Re: 2FA, I tested and indeed the authentication via email is required by default once 2FA is on. Any way to force users to set up their Google Authenticator within a timeframe (e.g. the next 10 days)?
Thank you.
- We would like to require all admins and editors to setup 2FA. We have seen other plugins offering a grace period (e.g. they must setup their 2FA within next 24 hours) but we are open to other solutions. The goal is to be able to enforce 2FA for all users.
- We can see the user activity in the past week. What we would like is to identify users who haven’t logged in a long time (e.g., in the past 90 days) and remove them or assign them no role.
Hope this makes it more clear.
I am having the same issue with all my client sites. Admins can login just fine but editors and authors get the “There was a critical error on your website…” message.
Any help would be greatly appreciated.
Thank you, it worked.
Hi,
I use the animation for things other than blocks by manually adding the class “animated fadeIn” to certain elements. In this case it’s a FacetWP listing template that displays projects.
Here is a demo site with the issue: https://soundsolutions.thewire.dev/projects/. The first set of projects is animated properly but if you click the “load more: button at the bottom of the page the next set of projects is hidden because the animation doesn’t work. This is a page that stopped working after recent upgrade.
I could add a script to re-initialize the animation so basically I am looking for something to trigger the animation similar to the jetpack trigger in the code example below:
add_action( 'wp_footer', function() {?> <script> document.addEventListener('facetwp-loaded', function() { fUtil('body').trigger('jetpack-lazy-images-load'); }); </script> <?php }, 100 );
Hope this makes sense.
Thank you.
I want to use the shortcode to display certain projects ( PROJECTS custom post type) with pagination, in a person’s bio page (PEOPLE custom post type).
I cannot provide a backup or access without my client’s approval. I will try to setup a demo environment where I can provide you full access.
Your video shows the shortcode placed in a page, is that correct? Placed in a page work for me too. When I place it in another custom post it doesn’t.
I used Custom Post Type UI.
That didn’t work either.
1) It didn’t inherit the post count from customizer, it defaulted to 5 (which is the shortcode default limit).
2) It still loads the same items again and again when I click load more (I have it setup as load more instead of standard pagination)Thank you,
Gabriela- This reply was modified 2 years, 10 months ago by gabriela67. Reason: typo
Forum: Themes and Templates
In reply to: [Blocksy] Breadcrumb hooks duplicatedWorked like a charm. Thank you!
Forum: Themes and Templates
In reply to: [Blocksy] Breadcrumb hooks duplicatedHi,
Thank you for the quick turnaround. I would be very happy to test especially since I have a new project I am working on that could use these hooks.
Thank you!