• Resolved bpc

    (@bpc)


    This PHP function appears to be what invokes the Customizer view in LoginPress.
    `public function register_options_page() {
    add_theme_page( __( ‘LoginPress’, ‘loginpress’ ),
    __( ‘LoginPress’, ‘loginpress’ ),
    ‘manage_options’,
    “abw”);`

    All that generates is a 404 page. There is no such location as
    URL/SITEFOLDER/wp-admin/abw
    and that’s what the plug-in tries to load.

    I’m using version 1.0.4 under WP 4.7.1.

    BBPress 2.5.12, WP 4.7.1, running locally under MAMP 1.9.6 with PHP version 5.3.5. I’m using a child theme based on GeneratePress 1.2.41 with version 1.2.92 of the GeneratePress Premium plug-in.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Abdul Wahab

    (@abdulwahab610)

    @bpc

    Thank you for your comeback.

    Sorry for that inconvenient error. We will send an update very soon that can fix this problem.

    • This reply was modified 9 years, 4 months ago by Abdul Wahab.
    Plugin Author Adnan

    (@hiddenpearls)

    @bpc

    This has been fixed. Please check and verify.

    If you liked LoginPress, Would you please rate us 5-star ?
    Appreciation will make us moving forward 😉

    Cheers
    Adnan

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Can’t open Customizer for LoginPress (PHP problem)’ is closed to new replies.