Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 23,226 through 23,250 (of 32,561 total)
  • Author
    Search Results
  • the login was not correct. please login to: http://buddypress.it-gnoth.de/ as there is the buddypress default theme active. in the wp-admin backend you can see that the buddypress forum menu tree is below the wp footer.

    Hugo Ashmore
    Participant

    Initially you referred to running the BP default theme when asked however the link doesn’t show this??!!

    Regardles of whether you think something is an issue please follow mercim’s request to deactivate all but BP plugin and ensure you are running the bp default theme.

    #91572
    Coral Atlas
    Participant

    wow – I’m getting the feeling the BP has a long way to go – not clear why it’s rated so highly based on a lot of what I’m experiencing and reading –
    a lot of broken parts from what i can tell and pieces that don’t fit within the overall geometry of wp themes, plugins etc

    #91570
    pacifist
    Participant

    I see. I hoped it would not come down to this. Maybe i will reinstall again tomorrow. If anyone still has an idea i would greatly appreciate it.

    Thanks for the help.

    #91568
    @mercime
    Participant

    “The theme issues are not solved.”
    bp-default theme out of the box with BuddyPress plus adding a header image would be like in testbp.org
    Deactivate all plugins including qTranslate and leave only BuddyPress plugin activated with bp-default theme. If bp adminbar is still bad, recommend reinstallation of WP and BP from scratch.

    #91566
    pacifist
    Participant

    I did that. The only thing it changed is that now if i try to login i dont get to the dashboard. Instead I go back to the main page.
    The theme issues are not solved.

    @mercime
    Participant

    @hnla thanks, didn’t see that.

    Actually this could be a case of plugin like qTranslate which hooks into bp adminbar because similar issue happening in this other topic.

    #91562
    @mercime
    Participant

    “the buddypress links show either as blue links in a tree on a white page”
    Based on search in this site, there have been issues with the qTranslate plugin, Since the plugin also hooks onto the bp adminbar, it could have caused your links to appear without any styling. Did you follow the instruction to delete code line for qTranslate to play nice with BuddyPress? https://wordpress.org/extend/plugins/buddypress-qtranslate/

    #91558
    @mercime
    Participant

    Access wp-content/themes/ via FTP/cPanel and rename Spyker theme folder to something else. Clear cache and go back to wp-admin

    #91557
    pacifist
    Participant

    Thx for help.
    First its a single site. I already have permalinks set to day and name. Works fine.
    If i deactivate BuddyPress, theme ist alright. (All themes that are not for buddypress, that i tested at least) I tried BuddyPress with qTranslate and qTranslate deactivated. Image uploaded to a post shows up without problems.

    Do you have any other ideas what might be causing the issue? I am totally clueless right now.

    #91555
    modemlooper
    Moderator

    You shouldn’t start a new thread for the same issues.

    The problem with your layout is this. Your container is inside a div with inline styles. Your container div for your WP theme has no id and inline styling. Then you have the BP files shoved inside that.

    < div some inline style
    < div some inline style
    ** then you have
    < div container
    < div content

    The container should be the outside of your theme holding it all together. Also looks like the sidebar is outside the container.

    #91544
    John
    Participant

    For those who are in the same situation, check if this is in your theme’s footer :

    ‘<?php
    /* Always have wp_footer() just before the closing
    * tag of your theme, or you will break many plugins, which
    * generally use this hook to reference JavaScript files.
    */

    wp_footer();
    ?>’

    It wasn’t in mine, I add it and it fixed my problem.

    @mercime
    Participant

    That happens when there’s no ` `before the closing “ in theme’s footer.php, But since you already mentioned that you’ve using bp-default theme (which you activated in Appearance > Themes) then lack of wp_footer is not the problem. Some thoughts:
    – Re-upload BuddyPress plugin files via FTP
    – Deactivate all plugins (including mu-plugins) except BuddyPress, and see if same behavior applies.

    #91534
    @mercime
    Participant

    Is your WP single site or multisite? Test WP functions first before installing BuddyPress to isolate the problems you have in your install. Run Settings > Permalinks and set it to other than default. Deactivate BuddyPress and qTranslate. Now go change themes in WordPress site – is the theme layout showing as expected? Upload media in site. If you’ve gone multisite, upload media in subsite/blog also, are images showing up in posts with WP default theme (twentyten) on for main site and subsite? If answer to either is no, then you have to resolve those issues first before installing BuddyPress by going to https://wordpress.org/support/

    #91484
    modemlooper
    Moderator

    uhhg, your site has inline css styling your layout. divs with no name are going to make it more work to fix. normally you just rename the divs in the BP theme files to match your WP theme to use the same styling.

    You will need to add your own CSS to to make the BP layout work right.

    #91482

    Paul thanks for responding. That makes sense! is there a way to just make the buddypress part of my site look like the default theme?

    #91481
    Paul Wong-Gibbs
    Keymaster

    This site runs a child theme of BP-Default. You aren’t using BP-Default, obviously, so it won’t look like this site. The idea is that the template pack gives you the minimum required to allow you to style the BuddyPress template files to match your theme.

    #91479
    Anonymous User 96400
    Inactive

    Yep, 1.3 does use wp pages, but that doesn’t mean that it will work with just any theme. All it does is tell WP to use a certain template file when a certain page is called. The markup is still BP template files.This also only works with root level pages like directories.

    #91478
    modemlooper
    Moderator

    I think BP 1.3 will use WP pages and will work with any WP theme

    #91471
    Thomas O’Hearn
    Participant

    Wow I agree, that’s a great theme and it gives me some really interesting ideas for use with BuddyPress!

    Bowe
    Participant

    Hi Tung,

    To add a signup button to your site you can add the following code to your index.php file:

    `<input type="button" id="sign_up" value="Create an Account!"
    onClick=”window.location=’/register'”>`

    The rest of your “problems” are not really problems because your register page works fine! It does not give me a 404 and I can sign up for your site.
    You can add the same code above to your sidebar.php theme to add the signup button there :-)

    #91413
    ashief
    Participant

    thanks for your reply
    Actually i am trying to make a dashboard for my website users.currently am using buddypress .i just want to display user informations and thier profile foto in dashboard.what should i write code for to include these things..

    #91412
    ashief
    Participant

    i am already using buddypress plugin.Buddypress i am using in my theme folder as a part social communication but i need to display user details in wordpress custom template page .

    #91403
    r-a-y
    Keymaster

    First, you have to ensure that you have BuddyPress installed and activated.
    Next, make sure you are correctly typing in the BuddyPress function you want to use.

    Without knowing what function you’re trying to use, it’s hard to give further advice.

    r-a-y
    Keymaster

    bp-custom.php might be too early to try the remove_action.

    Try adding the snippet in your theme’s functions.php file.

Viewing 25 results - 23,226 through 23,250 (of 32,561 total)
Skip to toolbar