spontis
Forum Replies Created
-
Forum: Plugins
In reply to: [Meow Gallery] Hover-Effect missing@valwa : Done some additional Testing. New Domain, fresh WordPress Installation, no Plugins. -> No Hover-Effect. You can see it here: (https://puddlewick.de)
Forum: Plugins
In reply to: [Meow Gallery] Hover-Effect missingI apologize for bothering you again. I do not have an image optimization plugin or a caching plugin activated. As a test, I disabled a number of other plugins, but this did not have any effect. Surprisingly, the caption effect (caption on hover) from the meow gallery plugin works perfectly. If your assumption is correct, shouldn’t that be missing as well?
Update: I transferred everything to a staging environment, deactivated all plugins (except the Meow plugins), and installed a standard theme. The plugin’s hover effects still don’t work.
What am I doing wrong?
- This reply was modified 10 months, 1 week ago by spontis.
Nice Snippet! Thank you Matthias.
The following Code solves my Problem:
function rankmath_remove_toolbar_node($wp_admin_bar) { $wp_admin_bar->remove_node(‘rcb-top-node’);
}
add_action(‘admin_bar_menu’, ‘rankmath_remove_toolbar_node’, 999);Forum: Plugins
In reply to: [WP Activity Log] How is tha possible: Registration without Log?Quick Update: The patch works great. Now registrations are logged. Thank you very much for the quick and uncomplicated problem solution!
Forum: Plugins
In reply to: [WP Activity Log] How is tha possible: Registration without Log?Thanks for the quick fix. I will download the patch and then give feedback if it works now.
Forum: Plugins
In reply to: [WP Activity Log] How is tha possible: Registration without Log?Thank you for your commitment!
As far as I can see, there are no other forms to register. The “wp-login.php?action=register” also ends at the Buddypress form.
When I turn off the default registration, the registration via Buddypress also stops working. At the moment, however, silence has also returned. However, I have not changed anything.
By the way, “Activity Log” does not register regular registrations either. I have tested this and created a new user.
Forum: Plugins
In reply to: [WP Activity Log] How is tha possible: Registration without Log?Yes, the registration is handled by the Buddypress plugin. However, it seems that the https://www.spontis.de/mitglieder/buddypress-registrierung form is not used at all, because fields that I have marked as mandatory are not filled in.
Forum: Plugins
In reply to: [WP Activity Log] How is tha possible: Registration without Log?The settings you suggested I had applied all, therefore am so puzzled. At the moment I get about 2 bot registrations per hour, although I have secured the form accordingly, so I had used your tool. For the last 29 registrations, the anlayse tool didn’t even show anything, even though the users were created in the backend. I am at a loss.
Whats about the anchors? Is it possible, that a anchor-link will open multi-level spoilers/accordions? right now it will only open first-level anchors
e.g.:
[su_spoiler title=”level 1″ anchor=”level 1″]
[su_spoiler title=”level 2″ anchor=”level 2″]
[_/spoiler]
[/su_spoiler]href with “#level 1” will open level 1
href with “#level 2” will not open level 1 or level 2Forum: Plugins
In reply to: [Broken Link Checker] PHP 7Same issues here. It would be very nice, when one of the best Plugins i use will be updated to PHP 7. My Hoster will deactivate 5.x Support 2017.