I contacted Weblizar directly and got this fix
If you want to your site parent menu working. Yes It is possible. But you need to edit some line of code.
Go to theme directory =>core => menu => open the weblizar_nav_walker.php file and find the below given line of code.
$attributes .= ($args->has_children) ? ‘ data-toggle=”dropdown” data-target=”#” class=”dropdown-toggle”‘ : ”;
>Replace by
// $attributes .= ($args->has_children) ? ‘ data-toggle=”dropdown” data-target=”#” class=”dropdown-toggle”‘ : ”;
Save the changes.
I haven’t done this yet as have more pressing work. Let me know if this wors for you.