sneakheads
Forum Replies Created
-
Forum: Plugins
In reply to: [BuddyMobile] How Can I Add Buttons To Activity Posts.How would I do that for the Buddypress Social share button? Can you explain that too me I’m confused trying to figure this out.
Forum: Plugins
In reply to: [BuddyMobile] Need Help With Mobile HomepageThanks, Can you also check out this post?
https://www.ads-software.com/support/topic/how-can-i-add-buttons-to-activity-posts?replies=1
Forum: Plugins
In reply to: [BuddyMobile] Buddymobile 1.6.9.7 (How Can I Make It Work On iPad?)Ye, I tried to update already n I had errors. I really don’t have time to deal with all of this updating stuff. What do I have to do to get the version I have iPad compatable like in the update?
Forum: Plugins
In reply to: [BuddyMobile] Buddymobile 1.6.9.7 (How Can I Make It Work On iPad?)I have done plenty of custom coding, I do not wish to go through all that work once again. Maybe when I find time. But his can I make this version work on the iPad? I know it’s possible but I just don’t know the code to enter or where to enter it.
Forum: Plugins
In reply to: [BuddyMobile] Woocommerce Buddymobileok 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.
Forum: Plugins
In reply to: [BuddyMobile] Woocommerce BuddymobileI 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.
ye did it on my own.. Thanks for no support ??
Forum: Plugins
In reply to: [BuddyMobile] Woocommerce BuddymobileI 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?
Forum: Plugins
In reply to: [BuddyMobile] Woocommerce Buddymobilehere the site. https://www.sneakheads.com
“Home” Is what the page is called
Forum: Plugins
In reply to: [BuddyMobile] Woocommerce Buddymobileand 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.
Forum: Plugins
In reply to: [BuddyMobile] Woocommerce BuddymobileYe 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?
Fixed everything but the add to cart feature. If anybody can help me it would be nice.
Also How Can I remove the “view options” button on the page where you browse products.
Fixed Error #2
Still need help with 1, 3 & 4 Though.