• Hello.

    The task is to make authorization on the site in a modal window, which can be opened on any page of the site.

    I use <?php echo do_shortcode(‘[TheChamp-Login]’) ?> to show the login form (Social Login) in the right place, but it doesn’t work. If I use the [TheChamp-Login] shortcode on the login page, everything is fine.

    I know that in the plugin settings there is an item: “Enable at login page”, but I need the plugin to work on ALL pages of the site. Is it possible to somehow achieve such a result?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author Heateor Support

    (@heateor)

    Hi,

    I noticed the CSS file wp-content/plugins/super-socializer/css/front.css of the plugin is not being loaded at your website. That’s why the icons are not visible. Plugin uses “wp_enqueue_scripts” WordPress action to load CSS files. You would like to check if everything is fine with this hook at your website. You can try switching to another theme for a while just to check if this makes any difference.

Viewing 1 replies (of 1 total)
  • The topic ‘Social Login does not work on site pages’ is closed to new replies.