Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 17,526 through 17,550 (of 31,071 total)
  • Author
    Search Results
  • #121363
    Tammie Lister
    Moderator

    Are you using BuddyPress 1.5 if so have you checked to see if your theme is updated for that?

    #121358
    bobbingwide
    Participant

    I had exactly the same problem. The Javascript to create the submit button when you click into the what’s new field was missing from the generated HTML. I needed to add code to my functions.php file to enqueue _inc/global.js. Additionally, since I was developing the theme as a subtheme of a non-buddypress theme I needed to change get_template_directory_uri() to get_stylesheet_directory_uri() and copy the global.js file.

    #121347
    Tammie Lister
    Moderator

    Have you updated to the latest theme version along with updating to BuddyPress 1.5?

    Tammie Lister
    Moderator

    Have you tried wrapping the stylesheet in this code:


    if (!is_admin()){
    // output the stylesheet enqueues here
    }

    https://codex.wordpress.org/Function_Reference/is_admin

    #121344
    Tammie Lister
    Moderator

    Hmm first up a little more information about your set up would be good.

    Are you running single or multisite WordPress?
    Are you on the latest WordPress?
    Have you checked the minimal server requirements for WordPress and that your server meets these?
    Do you have a memory limit in your php.ini file (you may have to ask your host about this)?
    Have you tried deactivating all other plugins then just trying BuddyPress with the default theme?

    No need to link to your admin panel – make sure you don’t put private information also (just incase) on this forum as it’s a public forum.

    #121341
    becskr
    Participant

    I’m having the same problem but it doesn’t work in either the default or my custom theme (well actually I don’t have any child member files anyway)

    #121338
    paparon
    Member

    O.K. I found the readme file, I’m embarrassed, and noticed you can theme and redirect. I’m not sure I want to redirect though because it defeats the BuddyPress feel. PostHaste seems to work with it if you don’t want to use the P2 theme. I guess I have to find a way to remove the two links that are showing up and include another link somewhere to the Blog Homepage for adding posts.

    Thanks for your plugin

    #121336

    In reply to: Upload of Avatar

    Paul Wong-Gibbs
    Keymaster

    You need to update your theme. The upload during registration option was removed in BuddyPress 1.5’s default theme.

    abutterworth
    Member

    @becskr – where should they go then? In a funtions.php file in my child theme? The answer will help me and anyone else trying to accomplish the above.
    Thanks for the tip.

    #121313
    enderpal444
    Participant

    Oh ok awesome. I already have a child theme. I guess my question now is what changes do I make to the basic loop structure that will make it show the posts of the member. Like how I set my current loops to categories. How do I setup the query string for that? I didn’t see how to do that in the link.

    #121308
    paparon
    Member

    Hi,

    I installed Groupblog on WordPress 3.2.1 & BuddyPress 1.5 using the BuddyPress default theme. It seems to be working except that I don’t see an easy way to post to it. I activated it network-wide then enabled the blog through the group admin. It created a Blog tab in the group page which displays posts. If I use the Dashboard -> New Post link in the BuddyPress admin bar, it takes me to the site blog rather than the group blog. There are two links on the Groupblog page; one is to the Sample page that WordPress comes with and the other to Events which is a page for the EventsManager plugin.

    Am I missing something?

    Thanks

    #121303

    In reply to: customising main menu

    rishad
    Member

    i am using cusom community theme

    #121292
    r-a-y
    Keymaster

    First, if you want to customize the BuddyPress Default theme, please build a child theme so your customizations won’t be wiped out when you upgrade BuddyPress:
    https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/

    Secondly, once you’ve created your child theme, copy over /plugins/buddypress/bp-themes/bp-default/members/single/home.php to your theme’s folder.

    Make sure you preserve the folder structure:
    /wp-content/themes/MYCHILDTHEME/members/single/home.php

    Then, you can add a regular posts loop from WordPress in your /members/single/home.php:
    https://codex.wordpress.org/Function_Reference/query_posts

    r-a-y
    Keymaster

    You’d need to get rid of `bp_get_displayed_user_nav()` and `bp_get_options_nav()` from your BP templates specifically in the /members/single/ folder of your theme.

    #121284
    abutterworth
    Member

    I could kiss you! Functions.php was in the default folder and my theme folder… but it is no more and now it all works!!
    Thank you thank you thank you.

    #121283
    modemlooper
    Moderator

    Or is should say bp_dtheme_ajax function is getting called twice

    #121282
    modemlooper
    Moderator

    Something is calling the Ajax.php file 2x. Only way to fix is to find where it’s being used and kill it

    #121281
    abutterworth
    Member

    I deleted the contents of bp-default/_inc/ajax.php so that there was something to see…?

    #121280
    abutterworth
    Member

    Thank you so so much @modemlooper… but I still get this error:

    Fatal error: Cannot redeclare bp_dtheme_ajax_querystring() (previously declared in /home/resource/public_html/dev/wp-content/plugins/buddypress/bp-themes/bp-default/_inc/ajax.php:17) in /home/resource/public_html/dev/wp-content/plugins/buddypress/bp-themes/bp-default/_inc/ajax.php on line 81

    Would it help to look at it?
    http://dev.resourceclips.com/groups/cbm-asia-development/home/

    #121267
    modemlooper
    Moderator

    Delete _inc folder from child theme and make sure BuddyPress template pack plugin is not installed

    billie
    Participant

    is this working in 1.5?
    my users are creating blogs like http://blogname.subdomain.domain.com

    i’m using WordPress 3.2.1 with BuddyPress 1.5

    define ( ‘BP_ROOT_BLOG’, 14 );
    define ( ‘BP_ENABLE_MULTIBLOG’, true );
    define ( ‘BP_ENABLE_ROOT_PROFILES’, true );
    define( ‘BP_SILENCE_THEME_NOTICE’, true );
    define ( ‘BP_REGISTER_SLUG’, ‘socailmembership’ );

    am i doing something wrong?

    #121258
    zpg
    Member

    @Boone Gorges

    hosting server props:
    SM 1U SuperServer 5015MT Quadcore
    – Intel Pentium Quad Core E6600 FSB1066
    – 2 x Kingston 2GB DDR2 800 PC6400
    – 2x 500 GB Seagate SATA 2 (RAID-1)
    – 3Ware 9650SE-2 Raid Controller
    – 2x Intel 1000 Mbit Networkcard

    running Windows Server 2003 in combination with IIS 6.0

    Not using .htaccess

    permalinks are setup as : /%category%/%postname%/

    #121250
    Tammie Lister
    Moderator

    BuddyPress has it’s own integrated with WordPress users – you can add profile fields and have other control things. In theory they are the same but with additions.

    Yes, if you want to maximise what the site does getting a theme designed from the start for BuddyPress is a good step. But, with the template pack as said you don’t have to do that.

    #121249
    Tammie Lister
    Moderator

    Modernizr hasn’t had any draw backs for me. What exactly is your issue with it? Just load in WordPress after jquery and works like a charm.


    wp_enqueue_script("jquery");
    wp_enqueue_script('modernizr', get_stylesheet_directory_uri() . '/scripts/modernizr.js', array("jquery"), '2.0');

    I store a hand rolled version of modernizr in my scripts/ folder. As I use child themes I use stylesheet as roll variations depending on what site requires.

    My point about the width and stretching is not what the host uses but what you embed – it can limit to the embed size and therefore stretch. But, it depends on what hosting you are using for video.

    I’ve worked on both the small and large scale with responsive so know both sides of the story.

    Ajax issues sounds to me like a scripting clash I’d check using firebug what is going on if I was you.

    #121246

    My knowledge on this subject is admittedly weak, but I don’t see how stretching would be a issue. The default theme max width is far under most of the big video hosts max embed size. Not using iframes is not a solution, unless someone can tell another way users can embed video.

    I’m not sure which way I’m going to go on the images. Most likely I’ll just use a css solution.

    Modernizr is a good idea in theory, but it has it’s own drawbacks. Although I have considered using the HTML5 Boilerplate for the base of a child theme. But that’s another story.

    If I was designing a small website with little or no com unity I would agree with most of what you said, but with a over a million visitors a month it’s a whole other ballgame.

    But like I said, I’m new to this dynamic web, so maybe there is something here I don’t fully understand.

Viewing 25 results - 17,526 through 17,550 (of 31,071 total)
Skip to toolbar