Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'woo canvas'

Viewing 25 results - 26 through 50 (of 64 total)
  • Author
    Search Results
  • #146694
    LabSecrets
    Participant

    Great news Nick!
    You can see in my recent post, we fixed a similar solution for Canvas 5 from WooThemes.https://bbpress.org/forums/topic/non-functional-index-page-when-bbpress-2-1rc4-is-used-with-woothemes-canvas-5-05/
    Your problem imho is that your theme is hijacking the content area in a way that prevents the new bbPress code from working. As such, the solution would be found most likely in your theme’s page.php or similar, where the default archive pages are created.
    Cheers!
    Spence.

    #144531
    Hugo Ashmore
    Keymaster

    What have you attempted when you say it “doesn’t merge well”?

    Have you started the template pack process as outlined in the BP codex guides, if not that’s where you must start.

    https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/

    if the theme is too awkward to integrate with BP then choosing a more compatible theme is wise and there are many that have been run through the template pack process and listed in the codex for you to choose from, alternatively Woo do produce a theme or themes? that are BP compatible you might want to consider one of those?
    http://www.woothemes.com/2011/11/canvas-buddypress-gets-a-revamp/

    If you can wait for BP 1.7 to be delivered then that will ease the process as it is theme compatible in that it will run with any well coded theme on activation.

    Lastly I’m sure @mercime will help if you’re really stuck as mercime has with other themes but please bear in mind that this is a relatively complex process and time consuming.

    #143298
    @mercime
    Keymaster

    You need to install/activate the BP template pack plugin to make WP theme compatible with BuddyPress. I don’t know if the JS conflict has been fixed with Canvas already, but here’s what we tried to work out before https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/woo-canvas-child-theme-customization-and-ajax/
    EDIT – at end of that page http://labzip.com/shop/canvas-child-theme/ which claims compat with BP. I would suggest before any purchase that you make sure it’s compatible with latest BP and WP pages.

    #143258
    albertplawinski
    Participant

    I increased the memory limit and still the same problem. I am using wootheme’s Canvas theme, a compatible theme. If i switch the theme back to the Buddypress theme, it all works.

    #31573
    heidipj
    Participant

    Hi everyone,

    I’m quite new to BuddyPress but very familiar with WordPress. But have never delved into creating custom search pages.

    I want to be able to have a 2 different pages offering two separate criteria for search of member profiles. The plugin BuddyPress Profile Search is good but it only allows one kind of search and I can’t switch off some items that I don’t want searched.

    I hope this make sense, please let me know if there are any tutorials or guidelines that I can review. I have tried searching a lot in these forums but keep getting pointed to plugins and from what I can tell none of them suit me really.

    I am using a custom theme that I have hacked together from woothemes canvas on the latest version of WP and BuddyPress

    Heidi

    #138075
    @mercime
    Keymaster

    @pkmcilroy there are AJAX/JS conflicts with BP and Canvas Theme https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/woo-canvas-child-theme-customization-and-ajax/ Near the end of the topic, someone posted a link to a premium Canvas child theme which has BP compatibility. I will only suggest that if you’re going to purchase that child theme, wait till it’s been updated for BP 1.6 which will be coming out pretty soon.

    #138030
    pkmcilroy
    Member

    I am having the same issue with the sidebar appearing in the footer in the Canvas theme. How can I get it into the correct place please

    #136998
    noriise
    Participant
    #134809
    @mercime
    Keymaster

    @caf12 sorry, Canvas theme is a different beast to make compatible with BP altogether :-) We did some template pack compatibility in this thread https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/woo-canvas-child-theme-customization-and-ajax/ but the ajax issue with Canvas (no problem with other themes from woo) is not resolved.

    #29481
    caf12
    Member

    Hi. I’ve been using Woothemes Canvas Theme a long time but i now discovered that they have stopped supporting Buddypress in their themes.
    Is there a workaround for this? Or do i simply have to choose another theme? In that case, can you recommend a good free Buddypress theme. And also a good e-commerce plugin. Is WP e-commerce the best?

    #134635
    likoma
    Participant

    @mercime Thanks so much for the help. I have it all in there and it’s all looking great: http://chipyela.com/members/. My only issue is still the AJAX/Javascript. I’m stuck. On Members page, try Order By and the AJAX cog just keeps spinning.

    I don’t know much about AJAX and Javascript other than I know there can be conflicts. I don’t know how much you know about Canvas, but it’s a powerhouse: lots going on with all kinds of features. I’ve tried:

    — Made Canvas main theme (didn’t work),
    — Made other WOO themes active (then AJAX works),
    — Turned off any feature I could find in Canvas, (didn’t work),
    — Even deleted any JS file I found in Canvas (didn’t work, then put them back),

    Any ideas what it might be? Well, I guess we know what it is: a Javascript/AJAX conflict, but any ideas on fixing it? I use Canvas SO MUCH and I’m just getting into BuddyPress and I would love to get this working. I’m sure with the end of support at WOO for Canvas BuddyPress (for which the AJAX didn’t work either, BTW), it’d be great to have a Canvas theme working with BuddyPress.

    Any ideas are welcome! Thank you so much for your time.

    #134556
    @mercime
    Keymaster

    @musicdesigns @likoma created a child theme of Woo Canvas and used BP template pack plugin. What I posted above are the instructions for template pack, and it’s done.

    #134555
    kljlkj
    Member

    I’m using Wootheme’s Canvas too, would love to be able to use a BP child theme on it.

    Please keep us updated with your progress, would love to give it a whirl

    #134447
    @mercime
    Keymaster

    B. At the bottom of the same 16 files, replace:
    `

    `

    with the following (except for registration/register.php):
    `

    `

    with the following for registration/register.php:
    `

    jQuery(document).ready( function() {
    if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
    jQuery(‘div#blog-details’).toggle();
    jQuery( ‘input#signup_with_blog’ ).click( function() {
    jQuery(‘div#blog-details’).fadeOut().toggle();
    });
    });

    `

    Save files.

    C. Upload the 6 BP folders containing the 16 files you’ve just revised to your server wp-content/themes/canvas-child-theme-name/

    D. Copy the style modifications made in BP Twenty Ten at https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/ and paste to your theme’s stylesheet. Adjust to taste.

    #134446
    @mercime
    Keymaster

    Based on the HTML structure of your theme, you need to use the first option, i.e., change 16 template files within the 6 BP folders transferred to your canvas child theme folder in server during the compatibility process.

    If you’ve previously changed any of the BP template files in your theme folder in server, replace all of them for a clean slate by deleting the 6 BP folders – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility.

    Download the 6 clean BP folders to your computer hard drive.

    A. At the top of each of those 16 template files I linked to above, replace
    `

    `

    with
    `

    `

    Then, in each of 16 files, you’d like to change the BP Templates’ page title’s header tag from `

    ` or `

    ..

    ` to `

    // Titles Of Respective BP Page Templates //

    `, just watch out when you do this in the /activity/index.php page.

    Save files.

    #134445
    @mercime
    Keymaster

    == Any thoughts on why AJAX/JS isn’t working? ==
    Usually conflict with plugins. Have you tried deactivating some plugins (e.g. Jetpack) to check if issue is resolved? I always set up BP using bp-default theme and check that everything’s working before adding plugins or changing themes.

    #134430
    likoma
    Participant

    Thanks for the note. Yeah, big bummer, but WOO is no longer supporting Canvas BuddyPress. :-( So I’m trying to use a (blank) child theme. Yes, I’ll do the 16 files, thanks for the confirmation.

    Any thoughts on why AJAX/JS isn’t working?

    Thanks!

    #134396
    @mercime
    Keymaster

    Whatever happened to Canvas BuddyPress child theme? I recall reading that it was the most downloaded theme in Woo or something like that.

    == I was hoping I could do the “header-buddypress.php” method ==

    Sorry, per initial scan of your files, you need to use the first method for theme compatibility – changing 16 BP template files. If you still want to proceed let me know.

    As for your concern about updates, come around BP 1.7 more or less, you won’t need to worry about this. We’d most probably will post some steps to upgrade the template files until them. Best thing to do is to backup DB and server files regularly.

    likoma
    Participant

    Hey there BuddyPressers,

    Quickie overview.
    1.) WOO Canvas + BuddyPress Theme Compatibility
    2.) AJAX / Javascript Compatibility

    Test site: http://chipyela.com
    Login: Buddy Preston
    Pass: buddyp

    1.) WOO Canvas + BuddyPress Theme Compatibility

    Been tweaking WOO Canvas (child theme) for some time now. Finally got the (Canvas) sidebar showing up thanks to several tutorials in these forums for making the theme compatible. I’ve been going through the 16 files and customizing them, but I was hoping I could do the “header-buddypress.php” method as I’d only have to change 3 files and not 16 (I’m thinking of upgrades). I’ll put my pastebin files here if you could take a look.

    Header: http://pastebin.com/vU4dH9uX
    Footer: http://pastebin.com/6nNnamtr
    Index: http://pastebin.com/36hqvfhV
    Page: http://pastebin.com/gLBFu7zL
    Sidebar: http://pastebin.com/pDyvPU1N

    Thanks!

    2.) AJAX / Javascript Compatibility

    At the forums, for example, a member can’t create a new topic. If I switch to the default BP theme, works just fine (as it’s AJAX/JS that opens it up below). Is it a theme conflict? Or maybe I don’t have my DIVs in the right place? Thoughts? Or choose “Order By” and that doesn’t work either. But if you go over to the (BP) Groups (in regular WP) widget, that AJAX works fine. It’s only in the page content.

    Thank you so much for any help. Been spending hours on this the past few days and making progress, but just can’t get the AJAX working.

    Best,
    Bradley

    GordonRe
    Participant

    Hi

    From Members Directory page I have the following problems
    1. Use the drop down menu to change listing order (eg last active / alphabetical) error message: “Sorry, no members were found.”

    2. Click on the page numbers below to look at members not appearing on first screen: same result.

    Is this a bug or user / setup error.

    Thanks

    Details
    – WordPress 3.3.1 and BP 1.5.4
    – tested w Chrome and Firefox
    – Theme: Canvas BuddyPress child theme (Woo Themes)
    – No BP plugins; WP Backup Plugin.

    aces
    Participant

    Couldn’t you do something along the lines of the walled garden technique: https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/privacy-3/#post-113808

    dude
    Member

    bump also have a receding hair line over this but with the buddypress default template with child theme

    help needed please

    David Veldt
    Participant

    Hi Everyone,
    I’m looking to make a clean, simple network but I’m on the fence. I can’t decide whether I want to go with the Genesis Framework, using GenesisConnect to integrate BuddyPress, or if I want to use Canvas BuddyPress from WooThemes. I’m also looking for the route with the fewest amount of bugs, but enough design flexibility to develop a site worthy of 2011 (oh, and the fewest headaches).

    I think Canvas BuddyPress has the clean look I’m going for such as at http://grow.org.za/, but GenesisConnect seems to have more support and seems more solid, though I’m not crazy about many of their child themes.

    Does anyone have anything to say on either one? Anyone have experience with both options?

    Thanks!

    #25154
    schteev
    Member

    how do i remove the menu items ‘settings’ / ‘general and notifications’ from the main Buddypress user bar at the top of the screen.

    My theme is broken and im waiting for the developer to fix these pages (im using Woothemes Canvas child theme, which will be updated in 5 weeks)
    In the meantime I want to disable these options.

    Anyone know where I can find them in the code? I cant find much with a search of the files.. It seems to be in several places.. :s

    Many thanks!!

    #25344
    Ash Shaw
    Participant

    Hi there,

    I’m having an issue on the activity stream, where a member’s username links to the default /members/username, even though I have defined the members page to be ‘participants’. Therefore, clicking a member’s username on the activity stream leads to a 404 error.

    The avatars link correctly, as well as members’ usernames that appear on comments. (They link to /participants/admin , for example) It is only the first instance of each username (that appears next to the avatar) that links incorrectly to the default /members/admin destination.

    The issue seems to lie with bp_activity_action, which pulls in each activity stream update. Is this a bug with BuddyPress, or am I missing something?

    Using WP 3.2.1, BP1.5.1, WooThemes Canvas Child theme (latest version of parent theme and framework)

    Thanks

Viewing 25 results - 26 through 50 (of 64 total)
Skip to toolbar