Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Author modemlooper

    (@modemlooper)

    Installed WC and it is working great. add to cart button worked.

    Thread Starter sneakheads

    (@sneakheads)

    Ye updated and it worked. But when I updated my homepage was blank. I have the bp-mobile page setup. It worked before the update. Help?

    Thread Starter sneakheads

    (@sneakheads)

    and also im using a plugin called “buddy press activity bar” I dont want it to be involved on the mobile version. I did happen to block it using

    remove_action (‘wp_head’, ‘add_bp_activity_header’);
    remove_action (‘wp_footer’, ‘add_bp_activity_footer’);
    remove_action ( ‘bp_init’, ‘bp_activity_bar_loader’ );

    but the space that it was taking up s still there. So theres a big gap between the bottom of the post and the bottom of the phone screens.

    Plugin Author modemlooper

    (@modemlooper)

    that plugin is probably adding it’s css still. Not sure about white page could be a settings issue. Whats the homepage on desktop site?

    Thread Starter sneakheads

    (@sneakheads)

    here the site. http://www.sneakheads.com

    “Home” Is what the page is called

    Thread Starter sneakheads

    (@sneakheads)

    I used this to remove any of its css

    add_action( ‘wp_print_styles’, ‘my_deregister_styles’, 100 );

    function my_deregister_styles() {
    wp_deregister_style( ‘bp_activity_header_css’ );
    }

    but its still there. does your plugin have a gap at the bottom?

    Thread Starter sneakheads

    (@sneakheads)

    I removed the space by removing

    <div id=”footer-switch” style=”margin:40px 0″>
    <p style=”text-align: center;”>‘ . _e(‘view mobile site’, ‘buddymobile’) . ‘</p>
    </div>

    from /includes/bp-mobile-loader.php

    The text “view mobile site” was showing on the footer of buddymobile even though it was already the mobile version.

    Thread Starter sneakheads

    (@sneakheads)

    ok the homepage was not working because:

    After I updated front.php was no longer in the iphone theme directory. I reuploaded it from my backup and homepage works again.

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘Woocommerce Buddymobile’ is closed to new replies.