Forum Replies Created
-
Good take on the Suisse thingy LOL but this is one of the things I really wish for in the core it would make so much easier to set up and really is what’s holding me back the most. Thanks for input! 🙂
Awesome! Wish I had the skills to accomplish something similar 🙂
I jumped the gun before and had removed all tabs including the send one. NOT so optimized as you’d think 😉
here’s the solution which has now worked for me
.buddypress #buddypress .item-list-tabs ul li.selected a, .buddypress #buddypress .generic-button a {
display: none !important;
}Oops, I missed part of the code in the css snippet so no wonder it did not work out that well. Now it works!
Hide forum tab;
#user-forums {
display: none !important;
}Thanks but no thanks. It’s not that kind of site that need a feature like that.
Managed to finally sort it out by myself using the following custom css
.buddypress #buddypress div.dir-search input[type="submit"], .buddypress #buddypress .message-search input[type="submit"], .buddypress #buddypress .item-list-tabs ul li.selected a, .buddypress #buddypress .generic-button a, .buddypress #buddypress .submit input[type="submit"], .buddypress #buddypress .ac-reply-content input[type="submit"], .buddypress #buddypress .standard-form input[type="submit"], .buddypress #buddypress .standard-form .button-nav .current a, .buddypress #buddypress .standard-form .button, .buddypress #buddypress input[type="submit"], .buddypress #buddypress a.accept, .buddypress #buddypress #activate-page .standard-form input[type="submit"], .buddypress #buddypress .standard-form #group-create-body input[type="button"], .post-password-required input[type="submit"] { display: none !important; }
I tried to set up Instagram in a social streaming plugin last week and that was a complete dead end.
No matter what I did nothing picked up the photos and on that particular plugins support forum there were a gazillion other people having the same issues as me. Maybe they have changed something.
Actually it seems that was the tiny difference between my two installations, not sure how I missed that. My first test post now turned up where it was supposed to turn up 🙂 Thanks
Really appreciate your input but I was looking for something as simple as in hiding them using custom css. 🙂