Home Forums Weaver Xtreme Theme Issue with close button in Customizer

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #74980
    Guido07111975
    Participant

    Hi,

    I have installed Weaver Xtreme in subfolder my-domain.com/site and having a minor issue in the Customizer.

    Normally when pressing the X (close) button in the Customizer it should redirect me to the previous visited page in my dashboard wp-admin/themes.php.

    When I press this button after setting or changing the “Options Level and Interface”, it redirects me to main dashboard page /wp-admin, but the subfolder “/site” is not taken into account. So it redirects me to my-domain.com/wp-admin, which causes a 404.

    Previously mentioned in the WP dot org forums as well.

    Guido

    #74982
    User
    Moderator

    @Weaver will need to comment.

    In the meantime, can you please share a site URTL with us for checking.

    Also copy paste here the content of the sysinfo box in the admin help page so we can get your configuration.

    You need to make sure you have the latest version of the theme, and the Xtreme theme support plugin.

    Regards!

    #74984
    scrambler
    Moderator

    I have had that happen to me on occasion a while back, never found out what the reason was.

    Do make sure you do not have several dashboard pages opened at the same time.

    #74989
    Guido07111975
    Participant

    Hi,

    Found it, it’s because of the hardcoded URLs in file:
    6.6/admin/customizer/save-restore/customizer-save-restore.php#L922

    wp_redirect(home_url('/wp-admin/customize.php?return=%2Fwp-admin%2F'));

    Should be:

    wp_redirect(admin_url('customize.php'));

    Guido

    #74990
    scrambler
    Moderator

    I am sure @weaver will appreciate the input

    #74993
    Guido07111975
    Participant

    🙂

    Is he the only one that does the theme / plugin maintenance?

    Guido

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.