-
Bowe Frankema wrote a new post 3 years, 9 months ago
This is your first post. Edit or delete it, then start blogging!
-
Bowe Frankema replied to the topic CBOX Programmer Needed for Educational Site in the forum CBOX Developers 9 years ago
Hi @stevedtj,
I’m part of the CBOX development team and recently started a new venture focused on development and maintenance for all BuddyPress/CBOX communities. I’ve sent you an email with my contact details so we could discuss your needs further 🙂
Have a good Sunday,
Bowe from WeFoster -
Bowe Frankema replied to the topic Accessing peer site blogrolls in the forum CBOX Developers 10 years, 1 month ago
Interesting question, and something I have to do for a project in the near future as well. So far I only aware of the “Recent Networkwide Posts” widget that shows recent blogs from across the network.
If you want to have something more robust or flexible I don’t have a clear answer yet. I’ve done a little bit of research but have not found the…[Read more]
-
Bowe Frankema replied to the topic notification page goes off center in the forum Help & Support 10 years, 8 months ago
I’ll take a look at the templates again and see if I can track down why this happens to some of you.
-
Bowe Frankema replied to the topic notification page goes off center in the forum Help & Support 10 years, 8 months ago
Hi guys,
This should all be fixed in the most recent release. Including a nice icon for the notifications menu item. Are you positive that you have the most recent version of the CBOX theme? Could you make sure that you have the following files in your CBOX theme:
cbox/members/single/notifications.php
cbox/members/single/notifications/And…[Read more]
-
Bowe Frankema replied to the topic Customize joyride within the group home page in the forum Help & Support 10 years, 9 months ago
@sepidpooy I’ll commit the code for the Members Tour to my CBOX Fork on GitHub (. You can then see how I’ve done it exactly https://github.com/BoweFrankema/cbox-theme. I’ll then advise you to create a CBOX Child Theme like @mkgold advised. Follow the tutorial here: https://commonsinabox.org/archives/3324
If you could then post the changes you…[Read more]
-
Bowe Frankema replied to the topic Customize joyride within the group home page in the forum Help & Support 10 years, 9 months ago
@sepidpooy & @scottvoth this is cool! I think it would be nice to add a guided tour to the Groups page. I recently also made a tour for the Members page (for a client) so that can be added as well. @sepidpooy could you maybe send me your modifications through a zip file (email them at bowe@presscrew.com)?
Thanks!
-
Bowe Frankema replied to the topic Slider and slider-related issues in the forum Help & Support 10 years, 11 months ago
Hi @helenef,
Sorry for the late reply, I was on vacation 🙂 In this case I’m afraid I don’t have the answer you’re looking for. Upscaling and/or stretching an image that is less then the height/width you’ve set is not currently possible. I understand that you might have used this in the old version of the slider, but upscaling images is…[Read more]
-
Bowe Frankema replied to the topic Slider and slider-related issues in the forum Help & Support 11 years, 1 month ago
Hi Dale,
Sorry to hear you’re having issues with the slider to behave. You’re not the only one who’s ran into issues with the slider, and we’ve been hard at work on completely re-doing it. This is pretty much done and has been tested by some of our community members. You can find the latest build here:…[Read more]
-
Bowe Frankema replied to the topic Site feature slider fail after upgrade to WP 3.6 & CBOX 1.0.5 in the forum Help & Support 11 years, 1 month ago
@geoffreysfmac-com: If you made any changes to the slider template file yes!
@visionsynergy: I’ll get in touch with Boone and Ray and see if we can get it into this release. It’s been tested so I think it’s ready 🙂
-
Bowe Frankema replied to the topic Wiki Design in the forum Help & Support 11 years, 2 months ago
Hi Jason,
Could you make a screenshot and show me which content you mean exactly? The WIKI page should be completely customisable.
-
Bowe Frankema replied to the topic Red spot/flag or highlight on menu tab in the forum Help & Support 11 years, 2 months ago
yep that’s the way to do it! Add your snippet to style.css of your child theme and that’s it 🙂
-
Bowe Frankema replied to the topic Sidebar Bbpress forum in the forum Help & Support 11 years, 2 months ago
@nguyendam I understand that you want to make changes to your site but the support questions you are asking all are about customising your community and/or using 3rd party plugins. We (the dev team) are often more focused on squashing bugs or adding new features to CBOX, we simply can’t help you with all of these customisation requests. When our…[Read more]
-
Bowe Frankema replied to the topic Add new condition to infinity_base_sidebars() in the forum Help & Support 11 years, 2 months ago
I think in this case it would be easier to create a new sidebar file. So do something like:
create *posttype-archive.php* in your Child Theme
createnew-sidebar.php
in your Child Theme
Replaceinfinity_get_sidebar();
in the *posttype-archive.php* withinfinity_get_template_part( 'new-sidebar' );
[Read more]
Register the new sidebar widget in… -
Bowe Frankema replied to the topic Cleaning up the slider in the forum CBOX Developers 11 years, 2 months ago
Check out this post for updates and how to test the new slider! https://commonsinabox.org/groups/help-support/forum/topic/site-feature-slider-fail-after-upgrade-to-wp-3-6-cbox-1-0-5/#post-3490
-
Bowe Frankema replied to the topic Slider Images bug after CBOX 1.0.5 install in the forum Help & Support 11 years, 2 months ago
Check out this post for updates and how to test the new slider! https://commonsinabox.org/groups/help-support/forum/topic/site-feature-slider-fail-after-upgrade-to-wp-3-6-cbox-1-0-5/#post-3490
-
Bowe Frankema replied to the topic Site feature slider fail after upgrade to WP 3.6 & CBOX 1.0.5 in the forum Help & Support 11 years, 2 months ago
Hey Lucas (@visionsynergy),
Yes there is! We’re currently testing a new version of the CBOX Theme which incorporates all the new slider features and fixes. You’re welcome to help us test it so we can hopefully release it asap. You can find the theme here: https://github.com/BoweFrankema/cbox-theme/tree/slider. Here’s a direct download link
If…[Read more]
-
Bowe Frankema replied to the topic Modify hover Items for Menu Inside Header in the forum Help & Support 11 years, 2 months ago
The solution Alan provided is perfect if you’re not using a CBOX Child Theme and want to make some small adjustments. If you want to dive into advanced CSS customisation check out our CBOX Developers Guide:
https://commonsinabox.org/documentation/themes/developer-guide
Good luck 🙂
-
Bowe Frankema replied to the topic Adding icons to group navigation in the forum Help & Support 11 years, 2 months ago
editing an icon is not possible I’m afraid. There are ways to completely change the entire icon font and replace ALL the icons, but this is not an easy task. I hope to write a tutorial about this someday.
-
Bowe Frankema replied to the topic Issue with theme after Cbox & WP upgrades in the forum Help & Support 11 years, 2 months ago
Hey Alan,
Could you maybe give me access to your site so I can take a look? you can make a temporary admin account and email me the login details (myfirstname [at] presscrew.com) Could you attach a zipped version of your Child Theme so I can see if there’s anything that could break your homepage?
Thank you 🙂
- Load More