Menu sub indicator setup

Hi support. If I change the color and the icon of the menu sub indicator setup, the menu do not change.

http://leschantsdufleuve.ca/accueil2/

No caching plugin, no caching service, browser cache emptied.

I would also like to have the dropdown to display faster.

Hello @philippe,

Thanks for writing in! :slight_smile:

It seems I’m redirected to the homepage whenever I accessed the Wordpress login page. Kindly check if you have a code in the functions.php of your child theme that blocks me from entering /wp-admin. The code will look somewhat like the following:

function custom_blockusers_init() {
  if ( is_user_logged_in() && is_admin() && !current_user_can( 'administrator' ) ) {
    wp_redirect( home_url() );
    exit;
  }
}
add_action( 'init', 'custom_blockusers_init' ); // Hook into 'init' 

Let us know once done so we can proceed with taking a closer look of your issue.

Thank you.

See the secure note for the login page

Hi philippe,

You need to change the color and icons of Top Links not Sub Links, please check this screenshot:

Unfortunately, there is no option currently to alter the speed of the drop-down menus.

Thanks.

I think it was a conflict with the Slicey addon for Slider revolution. Disabling it resolved the problem. Thanks but the conflict of the header builder and a bundled plugin shouldn’t happen.

Hello There,

We haven’t tested any of the Slider Revolution addons. Add ons in the slider plugin requires the plugin to be activated and this is why I will be adding this to our issue tracker so that our developers can look more into this.

Thank you for your understanding.

Thank you RueNel. Of course I understand. We (users-non-programmer) are just destabilized when things like that happens.

I also opened a ticket on that with the developer. In fact, when the slicey add-on vas activated the menu bar in the header editor had become invisible with the menu elements rendered in plain text. Deactivating slicey add-on and the menu bar is back.

Hi there,

As we don’t have full control in 3rd party plugins (even if it’s bundled one) then it may take a while depending on their priorities. And thanks for the report.

You may also reach the RevSlider author about this issue as you have the active license of the slider.

Thanks!

Hi Rad. I already open a ticket on that topic at Themepunch. You can close this one.

Thanks for updating us. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.