-
modemlooper posted on the forum topic 1.2.6 in the group BuddyPress Mobile: 15 years, 1 month ago
Tag 1.0.4: Updated theme files to 1.2.6 and started adding plugin support. First plugins are Links and Achievements. Achievements is almost finished. Links user screens are ok but admin screens are still a mess.
-
modemlooper posted on the forum topic Am I going mad or are there now avatars next to posts in the Activity stream? in the group How-To and Troubleshooting: 15 years, 1 month ago
I think those blog avatars should be removed permanently. Really unnecessary from a UI / UX stand point. It’s just clutter.
-
modemlooper posted an update in the group BuddyPress Mobile: 15 years, 1 month ago
@lightcapturer delete the file home.php from the plugin. This file is overriding your blog page setup.
-
modemlooper posted an update in the group BuddyPress Mobile: 15 years, 1 month ago
Made 1.2.6 fixes today but want to add some plugin support in the next update. I’ll probably send update tomorrow.
-
modemlooper posted a new activity comment 15 years, 1 month ago
ok figured it out. I think I’m going to suggest BuddyPress change the way this is done. So it’s the same for every plugin.
-
modemlooper posted an update 15 years, 1 month ago
@MrMaz I’m trying to add support for links on my mobile theme but can not figure out where to put the theme files in the my theme structure to make it override the default. All other plugins I’ve done this with work very easy but for some reason I can’t get yours to work. Thanks.
-
modemlooper posted on the forum topic Change default theme in the group Installing BuddyPress: 15 years, 1 month ago
What you are asking sounds like you are referring to WP pages. If you want to change the default theme then you need to create a child theme and then copy over the file you want to change from bp-default into you child themes folder keeping folder structure intact
-
modemlooper posted on the forum topic Getting rid of this terrible ’light blue on white’ link design in the group buddypress.org Ninjas: 15 years, 1 month ago
in the css file change below to something else. Also, it’s not terrible and easily changeable.
a{
color: #1FB3DD;
] -
modemlooper started the forum topic 1.2.6 in the group BuddyPress Mobile: 15 years, 1 month ago
I haven’t updated yet. so hold off posting problems until after. thanks.
-
modemlooper posted on the forum topic Child theme is not working after 1.2.6 upgrade in the group How-To and Troubleshooting: 15 years, 1 month ago
That child theme should be ok with 1.2.6 it’s just a couple page templates.
-
modemlooper posted on the forum topic Duplicate Add Friends Members Directory in the group How-To and Troubleshooting: 15 years, 1 month ago
In members/members-loop.php
remove
< ?php bp_member_add_friend_button() ?>
-
modemlooper posted on the forum topic 2 buttons "Add a friend" by member BP 1.2.6 in the group How-To and Troubleshooting: 15 years, 1 month ago
I’ll be updating. remove: from buddypress-mobile/themes/default/ members/members-loop.php
<?php bp_member_add_friend_button() ?>
-
modemlooper posted a new activity comment 15 years, 1 month ago
Try
remove_action(‘bp_before_blog_single_post’, ‘bp_share_it_button_blog_filter’, 999);
-
modemlooper posted a new activity comment 15 years, 1 month ago
You can download from link above and then upload via your admin.
-
modemlooper posted on the forum topic is bp-dev.org dead? in the group Third Party Components & Plugins: 15 years, 1 month ago
Maybe I’ll take a crack at one. I need to learn more.
-
modemlooper posted on the forum topic How to divided a page into several parts for easy edit? in the group Creating & Extending: 15 years, 1 month ago
Do not edit the theme files from the folder bp-default. you need to create a child theme first. This way you won’t mess up your installation and can upgrade.
-
modemlooper posted a new activity comment 15 years, 1 month ago
Try and search for slider plugins there are numerous ones.
-
modemlooper posted a new activity comment 15 years, 1 month ago
This is possible. I’ll see what I can do to add a share button to plugins.
-
modemlooper posted a new activity comment 15 years, 1 month ago
what did it look like? I use this site for theme dev so it could have been any number of themes.
-
It was black. Kind of like this from what I remember: http://webdeveloperplus.com/jquery/featured-content-slider-using-jquery-ui/
-
Try and search for slider plugins there are numerous ones.
-
K thanks.
-
-
-
- Load More
@modemlooper
Active 3 months, 2 weeks ago
Now my site looks perfect on mobile devices.
Thanks a lot. 🙂