Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 14,201 through 14,225 (of 32,678 total)
  • Author
    Search Results
  • #163172
    hallsy
    Participant

    @mercime ok so i am in my /themes folder and i have located page.php the code found in that file is below, where do i change things to make the button who up?

    <?php
    
    /**
     * The template for displaying all pages.
     *
     * This is the template that displays all pages by default.
     * Please note that this is the WordPress construct of pages
     * and that other 'pages' on your WordPress site will use a
     * different template.
     *
     * @package  WellThemes
     * @file     page.php
     * @author   Well Themes Team
     * @link 	 http://wellthemes.com
     */
     ?>
    <?php get_header(); ?>
    <section id="primary">
    	<div id="content" role="main">
    	
    	<?php if (have_posts()) : ?>
    		<?php while ( have_posts() ) : the_post(); ?>				
    			<?php get_template_part( 'content', 'page' ); ?>
    		<?php endwhile; // end of the loop. ?>
    	<?php endif ?>	
    
    	</div><!-- /content -->
    </section><!-- /primary -->
    <?php get_sidebar('left'); ?>
    <?php get_sidebar('right'); ?>
    <?php get_footer(); ?>
    kkradel
    Participant

    WordPress Multisite 3.5.1
    BuddyPress 1.7.1
    Tetris Theme

    Who’s Online and Recently Active Users widgets display in a long single vertical line of avatars and what I’d like is a grid/block of avatars.

    How to do that?
    Which file to do that in?

    Thanks!

    #163155
    @mercime
    Participant

    @hallsy @akukskuks Normally, the “Create Group” and “Create Blog” (for multisite) buttons show up beside the Group/Blog Directory Title. The buttons do not show up if the_title(); tag in your theme’s page.php was placed outside of the WordPress loop.

    There are different ways to address this issue. One way is to create the link for logged in users. For example, your WP/BP is installed in domain root, http://example.com, then the link t create a group would be http://example.com/groups/create/ by default.

    #163154
    @mercime
    Participant
    #163152
    @mercime
    Participant

    @jskehill the issue with some premium WP themes are that the theme authors create proprietary templating systems. The page.php of the theme should have the_title() and the_content() within the WordPress Loop for automatic BuddyPress Theme Compat to work. If those are not there, a Theme Compat solution would be to copy your theme’s page.php file and SAVE AS > buddypress.php then ask Theme Dev for assistance in replacing proprietary title/content tags intp WP’s the_title() and the_content() tags in that buddypress.php file. Then upload the revised buddypress.php file in your theme’s folder in server.

    Aliceembroid
    Participant

    If someone makes a long update in the activity stream of a group then the read more link appears at on the update but when it is clicked there is a page not found error. To work around this my people are posting in the group forum but that is not really what I want I would rather have everything on the group activity page. The forum posts cannot be edited even by admin, when I try to edit them I get “Oh bother! No topics were found here!” I have tried maxing out the time that edits are allowed in the forum settings but that did not work either.
    What would be ideal would be if I could just get the ability for the long posts to be accessable from the group activity stream. I hate forums anyway and would rather get rid of them.
    I am desperate for some help with this as I have just got some serious traffic going to this site and I would like these guys to hang around.
    here is my site http://
    I have buddypress 1.7.1 running on wordpress 3.5.1 I am using buddycolumns theme but I have tried the default theme which does not rectify the problem.
    Plugins that are currently installed (not all active)
    bbPress
    BP-Registration-Options
    BpDev Recently Updated Blogs Widget
    BP Export Users
    BP Gallery
    BP Group Management
    BuddyPress
    BuddyPress Activity Comment Notifier
    BuddyPress Activity Plus
    BuddyPress Activity Stream Bump to Top
    BuddyPress Edit Activity Stream
    BuddyPress Facebook Connect Plus
    BuddyPress Gifts
    BuddyPress Like
    BuddyPress Links
    BuddyPress Privacy Component (BP Privacy, BP_Authz, or BPAz)
    Buddypress Sitewide activity widget
    BuddyPress Template Pack
    Codepress Admin Columns
    CONTENT BLENDER
    CubePoints
    CubePoints Buddypress Integration
    Easy Google Analytics for WordPress
    Email Login
    Facebook Like User Activity Stream For BuddyPress
    jQuery Vertical Accordion Menu
    Ping Kaching
    PrettyGallery
    SI CAPTCHA Anti-Spam
    WangGuard

    TIA
    Alice.

    g35fan
    Participant

    I try to keep all my plugins updated and today saw that BP 1.7.1 was available. I upgraded and didn’t think twice. I check a few hours later and my Register page, Activity page and Members List pages (only BP pages I have on my site) are not working. The pages all appear, but the content section is completely blank. The login form, forums, news pages, everything else is fine.

    I used vaultpress to restore to last nights backup and it works fine again so it’s definitely the update (I didn’t do anything else today)

    Using latest version of WP installed in a directory on a Godaddy server. Using BP 1.7.1 but now back to 1.7. I have a few plugins but they never effected anything with 1.7. All are updated to latest versions: Akismet, bbpress, buddypress, bulletproof security, gD press attachments, jetpack, postloop, vaultpress, wangGuard, wordpress seo.

    Using a custom theme too. I should have tried to switch back to the default theme sorry!

    Ham Radio
    Participant

    I just updated my Buddypress website to 1.7.1 and now I can’t comment or post an update. Other people are having this problem.

    I am using WordPress 3.5.1, and Buddypress 1.7.1.

    Is there a fix for this?

    Thanks.

    #163140
    bp-help
    Participant

    @nanaimomen
    Why use a plugin? Just google poker and casino games with chat and place the embed code within your WordPress page you want it to display on.

    #163123
    Henry
    Member

    @truthmedia

    You can submit your bug report here. This way the developers will catch sight of it.

    https://buddypress.trac.wordpress.org/

    #163110
    mcmook
    Participant

    I have extended profiles enabled. I am using the Name field in the registration profile. During registration if a user completes the Name field it is not save to the wordpress user profile. However signing in as the user and saving their profile WILL write their Name to the wordpress user profile. Is this a bug or a feature? How can I fix it?

    kkradel
    Participant

    OK, I finally upgraded my site to the latest of everything.

    WordPress Multisite 3.5.1 (with subdomains)
    BuddyPress 1.7.1
    Tetris Theme

    Everything looks ok so far, haven’t really tested functionality yet.

    Realized that I really do like the old admin bar (that was in BuddyPress 1.5).

    Currently I’m seeing the basic WordPress admin bar.

    I’d like to get my old admin bar back. I hacked it and it worked beautifully to maneuver through the entire site.

    What is/are the name/s of the specific files I would need to edit to recreate my old admin bar?

    (I’m very confused as to what is an “admin bar” and what is a “buddy bar” so I don’t know if I am referencing them correctly)

    Thanks!

    #163083

    In reply to: BuddyPress 1.7.1

    Peter Svay
    Participant

    The improvement keeps on going further and further. I really appreciate the works you guys have out in. Long Live Buddypress and WordPress.

    #163077
    lottiejam
    Participant

    Hi can you advise if I am better to upgrade to 1.7.1 or delete the current installation and re-install?

    My forum/site has yet to be launched and only has a couple of test users. I’m using the latest versions of wordpress and bbpress. Also if I upgrade am I better to switch to a theme like TwentyTwelve as I am using a child theme based on a premium theme.

    many thanks in advance!

    #163074
    bp-help
    Participant

    @feeldesign
    I help with support but I am just a volunteer like most other folks. I am not a moderator at all. I just pay it forward for all the folks that helped me in the past. There is no guarantee anyone can fix everything but there is a lot of us that is good at fixing some things. So don’t isolate your issue by requesting help from any single individual. I just checked your site and the pages are blank as you stated. Have you created a custom menu yet to associate those pages with the navigation?
    Please review:
    https://codex.buddypress.org/user/setting-up-a-new-installation/how-to-set-up-your-main-site-navigation-using-the-built-in-wordpress-menus/

    Anton Naydenoff
    Participant

    Hi, all
    My site should be in Bulgarian (Cyrillic scripted), so the slugs of my group generates in Cyrillic.
    I have for instance group called “Леопардови гекони” and its slug is ‘леопардови-гекони’ by default, but I want it to be ‘leopard-geckos’ for exampmle. The problem is that when these slugs are typed in Cyrillic if I post a link somewhere it looks sth like this:

    http://127.0.0.1:8888/wordpress/groups/%D1%81%D1%83%D0%BF%D0%B5%D1%80-%D0%B3%D1%80%D1%83%D0%BF%D0%B0-%D1%82%D0%B5%D1%80%D0%B0%D1%80%D0%B8%D1%81%D1%82%D0%B8%D0%BA%D0%B0/%D0%B3%D1%80%D1%83%D0%BF%D0%B0-%D0%B2%D0%BB%D0%B5%D1%87%D1%83%D0%B3%D0%B8/%D0%B3%D1%80%D1%83%D0%BF%D0%B0-%D0%B3%D1%83%D1%89%D0%B5%D1%80%D0%B8/%D0%B3%D1%80%D1%83%D0%BF%D0%B0-%D0%B3%D0%B5%D0%BA%D0%BE%D0%BD%D0%B8/%D0%BB%D0%B5%D0%BE%D0%BF%D0%B0%D1%80%D0%B4%D0%BE%D0%B2-%D0%B3%D0%B5%D0%BA%D0%BE%D0%BD/

    This is simply disgusting! 🙁 So, from where to change slugs in Latin and more imortant how my users who will create groups to make pretty slugs for pretty links?

    And it’s not only in the groups slugs but everywere… 🙁

    #163030

    In reply to: Remove profile links

    bp-help
    Participant

    @praisehim
    It is not a bug at all. I use this code with BP 1.7 and WP 3.5.1 with various themes downloaded from wordpress.org and it works flawlessly. Either you have a theme, plugin, or custom code that is conflicting with the code. Please make sure you test it thoroughly as I have before stating it is a bug.

    #163028

    In reply to: Remove profile links

    praisehim
    Participant

    True. I am having the same problem with BuddyPress 1.7 and WordPress 3.5.1. This is definately a bug.

    praisehim
    Participant

    Hi Team,

    I have followed the instructions at this URL: http://buddypress.org/2009/05/customizable-slugs-in-buddypress/ to alter the slugs and labels in my BuddyPress install.

    However, when I refresh the Premalinks in the WordPress admin, my changes do not take. I do not have a caching plugin on my WordPress install, and I have cleared my browsers history, cache etc. multiple times.

    Please advise. Is this because of the update? I’m really running out of options here.

    Thank you for your time.

    #163023
    watercolourz
    Participant

    currently using WordPress 3.5.1 + BP Courseware Version 0.9.7 + BuddyPress Version 1.7 + bb Press Version 2.3.1
    firstly, i am not able to see ‘Create New Group’ button anywhere in groups. All the three plugins activated.
    Secondly, what sort/ types of questions does BP Courseware caters to?

    #163020
    PleaseHelpMePlease
    Participant

    Hello,

    I am not exactly a “noob” to code editing but nowhere near “experienced” either. I have installed BuddyPress 1.7 on my WordPress 3.5.1 but the pages look dull with my theme colors. I was hoping someone could help me do the followng:

    1. Add a white box behind all of the profile info. It looks bad on the tan background. (See Sample 1)
    2. Make the Tabs at the top actually look like tabs. I will be earasing a few so they’ll fit on one line. (See Sample 1)
    3. Close the gaps in my profile fields. As you can see they are too spaced out and I don’t understand it. It look terrible on the registration page as well. (See Sample 2 & 3)
    4. Change the grey font color to black as I cannot find where the CSS for this font color is located! (See Sample 2)

    If you can help with ANY of these 4 issues, I’d GREATLY appreciate it! I believe they are issues that would be simple to fix. Thanks!

    Sample 1: http://i1201.photobucket.com/albums/bb354/FlashyTees/Sample1_zpscc6c4f4a.png
    Sample 2: http://i1201.photobucket.com/albums/bb354/FlashyTees/Sample2_zps9010516f.png
    Sample 3: http://i1201.photobucket.com/albums/bb354/FlashyTees/Sample3_zpsc0b69739.png

    #162997
    fagiano1973
    Participant

    @aces : Thank you for your help but it don’t work. I recevied fatal error message

    @hnla : i am sorry, buddypress 1.7 wordpress 3.5.1 bbpress 2.3.1 Browser : Chrome last version.

    thank you

    #162996
    lenasterg
    Participant

    Hi,
    Possible this week a beta version of BP group documents compatible with BP1.7, will be uploaded in http://lenasterg.wordpress.com

    Cheers Lena

Viewing 25 results - 14,201 through 14,225 (of 32,678 total)
Skip to toolbar