Disable Login on frontpage

GK User
Mon Dec 14, 2015 3:09 pm
Hi all,
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 :D

kind regards,
Arvid
User avatar
Fresh Boarder

GK User
Tue Dec 15, 2015 9:08 am
Hi,

Thank you for your feedback.
We'll fix this option in the next theme update.
User avatar
Moderator


cron