Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 5,951 through 5,975 (of 31,072 total)
  • Author
    Search Results
  • #239664

    In reply to: WP_Query and BP

    jocics
    Participant

    Sorry about code paste, I wanted to edit post but clicking ‘Edit’ button redirected me to homepage.

    I have theme option to select page where to display some custom post meta,
    so I’m having troubles detecting if user is on specific page and fetching custom field data.

    #239663
    Marcella
    Participant

    That’s a really cool theme you implemented.

    The left bar is also a menu in my theme, it doesn’t have anything in it now though.

    #239659
    peter-hamilton
    Participant

    So I finally had some time and finished my new theme BBFacelook.

    Onlijn.com | a BBFacelook theme

    Now time to attract some souls to join.

    More feedback would be appreciated.

    P.H.

    #239658
    peter-hamilton
    Participant

    pretty cool theme, not 100% sure about the left bar which takes so much of the pages without adding much

    But pretty cool mate.

    P.H.
    My Buddypress Theme

    #239656
    hammed4real101
    Participant

    Am using statfort-educational-wordpress, and have enable sidebar on the buddypress activity page.

    am really confuse, help me out.

    http://themeforest.net/item/statfort-educational-wordpress-theme/6839697

    #239645
    testla01
    Participant

    Hallo,

    when i try your snipped @caniwigirl with the Theme Accelerate Pro i got following error-message:

    “Warning: Cannot modify header information – headers already sent by (output started at /www/**/wp-content/themes/accelerate-pro/page.php:11) in /www/htdocs/**/wp-includes/pluggable.php on line 1196”

    Do you know what’s wrong?

    thank you

    #239641
    RikkivonTikki
    Participant

    OK, resolved. Just changed the theme code (single.php) and put the list in div with id “comments”:
    <div id="comments"><?php comments_template(); ?> </div>

    torbenlund
    Participant

    Hi,

    Thanks for the link. It helped me to get the links to disappear by adding the snippet to functions.php in my child theme.

    When I open a new browser session and I enter my site: http://www.bandzoom.dk/ – I can´t login via the widget i the sidebar. It just sents me to a site where i see “Blocked” in the top left corner.

    If I login via http://www.bandzoom.dk/wp-admin/ – and then logout. Then it works like it should with the login via the widget.

    I´m sorry, if the question is already answered, but I can´t find it.

    Let me know 🙂

    Thanks!

    Torben

    #239634
    proteas
    Participant

    I deactivated all other plugins besides BuddyPress. Activated the 2014 theme. Changed the language to English and made sure BuddyPress pages were all assigned. The permalinks were already not on default. Then I deleted the wp-config and htaccess.

    Then I got to the point of install. I was asked for database information. I put the information of my already existing database, but I changed the wp_ table prefix to match the one I use for my already existing database and WP said that there was already an installation and didn’t go further. It automatically generated the wp-config with new hashes, but not .htaccess. I created it myself and only put the WP default .htaccess code:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ – [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    # END WordPress

    Just to make sure, I also downloaded my entire public_html directory, and also downloaded a fresh copy of WordPress 4.2.2 and BuddyPress 2.2.3.1 and then ran them through a file difference checker application. The only two differences I found were:

    1. “version.php” inside the WordPress “includes” folder
    had as last line $wp_local_package = ‘el’; and I removed it and

    2. in BuddyPress “bp-members” folder the file “bp-members-template.php” I had changed a language string and I replaced the entire file with the fresh copy.

    All other WordPress and BuddyPress files are completely identical with the original versions.

    I used a different browser to register, but the problem persists exactly the same. It doesn’t work for any gmail account, but works for 1 of the two domains that used to work before.

    #239630
    danbp
    Participant

    I’m unable to tell what happens. I tried to register, received the mail, clicked on activation link and error message.
    Tried to login, and didn’t found the wp-login page.

    Some url’s are weird or wrong… and i suspect you haven’t correctly setup BuddyPress.

    Deactivate all plugins but BP
    Deactivate kleo theme and activate 2012 or 2014.

    Go to BP settings and check all pages. You need a page for each component. This page must only have a title and should be absolutely blank, without any template or page model assigned.

    Go to permalinks and select an option. Whatever except default. Save.

    Via FTP, delete wp-config.php and htaccess. This will not affect the DB content
    Run WP install again (yoursite.com/install). The goal is to generate a brand new htaccess and wp-config file.
    When you’re asked for, use salt key generator and copy/paste the result to wp-config

    If all went correctly, you have a fresh install.

    Return to BP settings and check that anything is still in place. Register and activation page maybe completed or not assigned. In this case, assign a page to each.

    Return to permalinks and simply save the page.

    Now you can test registering again. If it is ok, you activate kleo and re-test registering.

    Subsidiary question: have you installed WP manually or did you used a hosted automated package ?

    Check also kleo’s support about BP configuration.

    #239618
    bonetgroup
    Participant

    New to WP sorry, (url) attractionbracelet.com. Shanky Themes (Rustik 3). When I changed theme like you told me to it worked.

    #239564
    danbp
    Participant

    How to say ? No idea ! CSS issue probably, but as you don’t give any details about your site (url ?), theme, plugins you can’t expect a correct answer.

    #239557
    bonetgroup
    Participant

    Sorry about jumping in, that worked what could be the issue with my current theme

    #239552
    danbp
    Participant

    Don’t jump into other topics when you have an unrelated question to that topic.

    Activate 2015 theme and see if you get the missing radio buttons.

    #239549
    danbp
    Participant

    You can remove the creation option from the template. You have to do this from within a child theme by using a template overload.

    Concerned file is bp-templates/bp-legacy/buddypress/groups/create.php

    Part to remove for the “hidden” option is

    <label>
    	<input type="radio" name="group-status" value="hidden"<?php if ( 'hidden' == bp_get_new_group_status() ) { ?> checked="checked"<?php } ?> /> 
    	<strong><?php _e('This is a hidden group', 'buddypress' ); ?></strong>
    </label>
    	<ul>
    		<li><?php _e( 'Only users who are invited can join the group.', 'buddypress' ); ?></li>
    		<li><?php _e( 'This group will not be listed in the groups directory or search results.', 'buddypress' ); ?></li>
    		<li><?php _e( 'Group content and activity will only be visible to members of the group.', 'buddypress' ); ?></li>
    	</ul>
    #239545
    ashket
    Participant

    I tried it with a different theme and without the other plugins.

    It worked fine after changing the theme. I’m not sure what setting it would be that is causing it to happen with this specific theme. I emailed the support team to see if they have any suggestions. If you would like to take a look at it yourself my website is http://www.electropixel.com

    Thank you for your quick reply!

    dudeincolorado
    Participant

    To amend my last post: I just tried trashing the anonymous post page that “view” was being linked to and yet a different random page came up … I then tried trashing that page and now the word “view” is linking properly … A band-aid, but something is not functioning properly to cause me to take these steps ( ? ) Does anyone have any ideas? This site has been online for two years and I just switched from a non mobile responsive premium theme to a mobile responsive premium theme ( ? )

    #239535
    @ecicerone
    Participant

    Hi hammed4real101

    What theme are you using?

    In some themes when you created a new page (or when you are editing it) you can choose their template: sidebar/content, content/sidebar, only content…

    Can be a possibility?

    Ramiro

    #239532
    Henry Wright
    Moderator

    This comment was kind of on the right track but as most of the people pointed out in that topic, editing core files is a very bad idea.

    Instead, you should take a look at this article to familiarise yourself with the Template Hierarchy. That way, you can remove the ‘reply’ link and be sure your modifications will remain after you upgrade BuddyPress.

    #239525
    danbp
    Participant

    Ok, now we need more details about what is appearing on your register page.
    – do you use a register plugin ?
    – what is your theme name ?
    – which tool have you used to generate the mo file ?

    #239518
    @mercime
    Participant

    @ashket That could be related to a theme or a plugin issue because that’s not normal at all. What are your WP/BP versions for that installation? If you change to Twenty Fifteen theme and deactivate all plugins except BuddyPress, is the issue you reported resolved?

    #239496
    jamesrtyrrell
    Participant

    This isn’t related to site theme because it’s in the dashboard, and if that is indeed the case it shouldn’t be warning us that you need to assign a Activate and Register page when that is impossible to do.

    The “hack” was just to visualise the button on the page so you can submit it.
    Without the button you couldn’t change the Members, Activity Streams or User Groups selections on the same form.

    #239486
    danbp
    Participant

    Default output for register and activate page is a selectbox set to — None —

    As long as you haven’t allowed user registration and manually created these page, no button will be shown.

    Aside it could be related to your theme. Try using 2014 or 2015 before scrubbling with CSS hacks.

    danbp
    Participant

    Perhaps you made it wrong ? How did you create the mo file ? What is your site language and theme ?

    #239409

    In reply to: Change "activity" slug

    danbp
    Participant

    3 mounth later….
    just tested the defines and they’re working ! You have a cote error in above code. 😉

    Try this:
    define( 'BP_ACTIVITY_SLUG', 'activitissima' );

    Remind also that BP’s activity page, defined in BP settings, must be empty, without shortcodes, template or page model. Just a title. These pages are dynamic, not static like normal WP pages.
    If you need to modifiy it, use a template override.

    If you still want to understand, please read here:
    https://buddypress.org/support/topic/changing-slugs-with-bp-custom-php-no-change/

Viewing 25 results - 5,951 through 5,975 (of 31,072 total)
Skip to toolbar