mbou
Forum Replies Created
-
Forum: Plugins
In reply to: [Password Policy Manager | Password Manager] Error when change old passwordHi,
This error is corrected by support.
The issue was in the DB number of var in some row not enough for my wp more than 50k users.Hi sorry,
Yes it seems to work.
Sys,
Hi,
You can close this ticket i found the problem.
We have a conflict with wp-accessibility plugin that rewrite all the attribute tabindex.This is it.
Sorry for bothering.I make the change not in get_link_attr but in : render_item at line 156.
<div class="<?php echo RenderUtils::inner_class( $class, "inner" ); ?>" tabindex='0'>
Changed in :
<div class="<?php echo RenderUtils::inner_class( $class, "inner" ); ?>" tabindex='1'>
Forum: Plugins
In reply to: [Iks Menu - WordPress Category Accordion Menu & FAQs] Replace elementHi,
Actually you can do it yourself, by modifying : wp-content/plugins/iks-menu-pro/includes/render/menurenderer.php line 314.
If you dont have pro version it barely the same except for : “iks-menu-pro” and the line.
But it in the same file ctrl+f “<i class=’$icon’>”But dont forget its not stable. Next update and it go.
@iksstudio i see no condition but doesn’t work,
Var_dump : NULL
Php Version : 7.2.34 ( some update is in the TODO )I try something : changing the tabindex of parent to ‘1’, and it worked.
I think the ‘>’ icon cause some issue because its set to ‘tabindex=0’.I change the tabindex of parent to 1 and same for icon, it seem to work.
But now, the navigation with keyboard tab dont go to the footer.
Hi,
I’m the developper in charge of this site,
We can’t let you get access in the BO, sorry some security rules from our office.I just checked the problem : tabindex doesn’t show in html code.
So i go check the code : Menurenderer.php line 157 and it doesn’t seem to appear here.So i investigate some of you’re function and see where it get this tabindex.
It seem that function get_link_attr( $term, $has_children, $level ) can’t set correctly tab index.
Sys,
Forum: Plugins
In reply to: [BuddyPress Docs] Impossible to match result in Search & Filter proHi,
Tahnks for fast responding, its possible that they block the post type.
I’m going to ask them.Thanks