• Resolved code9dev

    (@code9dev)


    div class=”col-12 col-sm-6 col-md-6″>
    <?php
    echo do_shortcode(“[fed_register_only]”);
    ?>

    </div>
    <div class=”col-12 col-sm-6 col-md-6″>

    <?php echo do_shortcode(“[fed_login_only]”);?>

    </div>

    above is code in header, but it doesnot work in all pages.
    Even i tried to use widgets, but no help

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

Viewing 14 replies - 1 through 14 (of 14 total)
  • Plugin Author M A Vinoth Kumar

    (@vinoth06)

    Can you please point the issue exactly by marking in image along with the url here? I can’t understand from the URL you have shared.

    I can see some login and register form is showing on hover of my account menu.

    Thread Starter code9dev

    (@code9dev)

    Yes in that login and register form, when i click login or register button it just redirects, no login function is made. please help..

    Thread Starter code9dev

    (@code9dev)

    its because scripts are not binding to that form

    Thread Starter code9dev

    (@code9dev)

    can you help please…

    Plugin Author M A Vinoth Kumar

    (@vinoth06)

    Hi

    Am away from Officer now. Can you please try this video.

    Thread Starter code9dev

    (@code9dev)

    I wanted login and register form in every page

    Plugin Author M A Vinoth Kumar

    (@vinoth06)

    Login and Register form or button with link?

    Thread Starter code9dev

    (@code9dev)

    login and register form

    Thread Starter code9dev

    (@code9dev)

    Is there any way to do that, i tried to use shortcode in editor of the page. that works but i cannot do that in every page.

    Plugin Author M A Vinoth Kumar

    (@vinoth06)

    Actually you need to check how the menu form are generated onHover. Based on that you need to add the shortcode to show the forms. Because the css and JS will not load on dynamic.

    Can you please share the url by adding the shortcode.

    Thread Starter code9dev

    (@code9dev)

    Thread Starter code9dev

    (@code9dev)

    in homepage in addition to shortcode [fed_login_only] on header , i added the same code on text editor and then it works . but i can’t do it on every dynamic pages like author page

    Plugin Author M A Vinoth Kumar

    (@vinoth06)

    Hi

    Can you please explain me on the Screenshot. Because I can see some login and register on my account in Home Page. I can’t able to understand and not able to solve your problem. So kindly share the issue along with the screenshots and URL and please point the exact location and issue.

    Plugin Author M A Vinoth Kumar

    (@vinoth06)

    If you are login the shortcodes through the page load then the relevant JS and CSS will load, If you load the shortcode through AJAX then you need to enqueue the relevant JS and CSS to make the Login and Register shortcode to style and work.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘I added [fed_login_only] shortcode in header login not working’ is closed to new replies.