Split: Mobile Menu on all devices

This topic contains 3 replies, has 3 voices, and was last updated by  Giri 7 years, 9 months ago.

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket
  • Author
    Posts
  • #240417

    Elad
    Buyer
    Post count: 92

    Hello again, I am trying to get social login working in left side mobile dashboard login form. Is this possible?

    #240794

    Paolo
    Site Admin
    Post count: 31206

    Hi elad,

    I asked to the developers to make that possible.

    Thanks for your patience,

    #240797

    Paolo
    Site Admin
    Post count: 31206

    @giri for link please see: https://wpgeodirectory.com/support/topic/mobile-menu-on-all-devices/page/2/#post-239744

    It is visible in our demo too though.

    Thanks

    #242892

    Giri
    Expired Member
    Post count: 3155

    @Elad can you try this code?

    Please use code snippets plugin to apply the code

    https://wordpress.org/plugins/code-snippets/

    
    
    remove_action('dt_before_site_logo', 'dt_add_mobile_gd_account_menu');
    add_action('dt_before_site_logo', 'custom_dt_add_mobile_gd_account_menu');
    function custom_dt_add_mobile_gd_account_menu()
    { ?>
        <div class="dt-mobile-account-wrap"><a href="#gd-account-nav"><i class="fa fa-user"></i></a></div>
        <div id="gd-account-nav" >
            <div >
                <?php if (class_exists('geodir_loginwidget')) {
                    the_widget('geodir_loginwidget', 'mobile-login-widget', array('before_title'=>'<strong class="mobile-login-widget-title">','after_title'=>'</strong>'));
                }
                do_action('login_form');
                ?>
            </div>
        </div>
        <?php
    }
Viewing 4 posts - 1 through 4 (of 4 total)

We have moved to a support ticketing system and our forums are now closed.

Open Support Ticket