-
Scott Voth replied to the topic Group Description to include images in the forum Help & Support 10 years, 8 months ago
-
Scott Voth replied to the topic Group Description to include images in the forum Help & Support 10 years, 8 months ago
Hi @localfrs –
The theme doesn’t currently support <img> tags in the group description, probably because it already lets you create an image for the group (aka its “avatar”), which it places in the upper right corner. If you really want this, you’d probably need to do some child theme customizations.
-
Scott Voth replied to the topic Recent Site Wide Post (Widget) in the forum Help & Support 10 years, 8 months ago
Hi @localfrs –
You can try adding this rule in Appearance>>CBOX Theme Options>> Global>>Custom CSS :
.cac-more-link > a {
display: none;
}It should hide that hyperlink.
-
Scott Voth replied to the topic Add Media in Post via wp-admin/post.php – No Work 🙁 in the forum Help & Support 10 years, 9 months ago
Hi @localfrs –
One way you might try to figure this one out is to deactivate all your plugins, and see if the media insert works. If it does, you can re-activate your plugins, one by one, until you find the one that is interfering and causing the problem.
If the media insert is not working after deactivating all your plugins, you might want to…[Read more]
-
Scott Voth replied to the topic Activity Stream Thumbnail Size Increase? in the forum Help & Support 10 years, 9 months ago
@localfrs – Sorry we missed your post.
You can follow these instructions to change thumbnail size of the avatars –
http://buddydev.com/buddypress/changing-default-avatar-size-croppedused-by-buddypress/Note that this will only affect newly uploaded images though. Once you do that, I believe you will need to change the CSS by going to…[Read more]
-
Scott Voth replied to the topic Image to display for Category? in the forum Help & Support 10 years, 9 months ago
Hi @localfrs – Maybe others will have some better suggestions – but you might be able to do it with RSS. Create a feed for your category and find a plugin that lets you display only images. I noticed this plugin – https://wordpress.org/plugins/rss-image-widget/ – not sure if it works or does what you want. But maybe you can search for others.