after seaching for quite some time where to disable the frontpage login I found that there is in fact a setting a setting for it but it is not accesable from the custimization area. I think the theme-customizer.php file needs an update from line 1337:
- Code: Select all
$wp_customize->add_control(
'technews_login',
array(
'label' => __('Enable login', 'technews'),
'section' => 'technews_features_options',
'type' => 'checkbox',
'priority' => 14
)
);
$wp_customize->add_control(
'technews_login_popup',
array(
'label' => __('Use popup login', 'technews'),
'section' => 'technews_features_options',
'type' => 'checkbox',
'priority' => 15
)
);
Please use this in future updates

kind regards,
Arvid
