• Resolved handmadetom

    (@handmadetom)


    Hi,

    I’ve come across an issue where the page that loads after using the “registration + redirect” shortcode doesn’t load with the stylesheet selected in the settings, it seems to revert to a very basic default style.

    I’ve found that if you remove the “?reg_nonce=xxxxxxxxxx” from the URL, the page will load with the correct CSS displaying.

    I’m using WordPress 4.8.1, version 3.1.9.1 of WP-Members and the theme is Divi 3.0.69, but the issue seems to persist across different themes.

    Thanks,
    Tom

Viewing 1 replies (of 1 total)
  • Plugin Author Chad Butler

    (@cbutlerjr)

    This hasn’t been an issue, and I wasn’t able to reproduce it.

    There is no relationship in the plugin itself between loading the stylesheet and redirection. (There’s actually no relationship between registration and stylesheet load either.)

    With that in mind, my initial suspicion would be that there is something in another plugin you’ve got that’s triggering off the nonce, since you mentioned this behavior persists across themes.

    First, I would suggest double-checking that the stylesheet is actually not loading. Use “view source” in your browser both before and after. The WP-Members stylesheet will be in the <head> area in a stylesheet <link> tag with the ID “wp-members-css”. Look for:

    <link rel='stylesheet' id='wp-members-css'

    If it is in fact not loading on the redirected page, then I would suggest testing with other plugins deactivated.

Viewing 1 replies (of 1 total)

The topic ‘No CSS after register + redirect’ is closed to new replies.