Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 15,351 through 15,375 (of 31,073 total)
  • Author
    Search Results
  • #132456
    @mercime
    Participant

    Sorry I wasn’t clear. Near the bottom of the webpage I linked to above, is the link to the solution/instructions. Here’s the link to fixing the alignment of the BP template pack with the premium iFeature https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/buddy-press-on-other-themes/

    #132450
    mcdonasd
    Member

    Ok..i found the code in the iFeaturePro theme I am using here it is…
    `

    <?php
    foreach(explode(“,”, $page_section_order) as $key) {
    $fn = ‘synapse_’ . $key;
    if(function_exists($fn)) {
    call_user_func_array($fn, array());
    }
    }
    ?>

    `
    Not sure if this is the right code to replace with? Thanks again!

    #132441
    @mercime
    Participant

    There are two iFeature themes – one free (WP Theme Repo) and the other premium (Other WP Themes) – I’ve helped out in this area. Look at the bottom of this page https://codex.buddypress.org/theme-development/wordpress-to-buddypress-theme/ for the link to the theme you’re making compatible with BP

    #132438
    @mercime
    Participant

    WP/BP versions? What theme are you using? What browser and in what device – computer (PC or Mac), ipad or tablet, mobile phone (what brand)?

    #132432
    @mercime
    Participant

    @words2us strikethrough the text did give the impression that you wanted to delete the HTML tags. If you want to change the text, add the following instead to your theme’s functions.php file

    `add_filter( ‘comment_form_defaults’, ‘mme_change_default_html’);

    function mme_change_default_html ( $default ) {
    $default = ‘

    Check out BuddyPress.

    ‘;
    return $default;
    }`

    #132429
    modemlooper
    Moderator

    I’ll check it out, are you using custom theme?

    #132417
    @mercime
    Participant

    Simple way: create a favicon.ico file and upload to the root of your WP installation. Then copy over header.php from bp-default theme add the following under “:

    Save revised header.php and upload to server into your child theme’s folder

    EDIT – the `"` in the link should be `”`

    #132412
    @mercime
    Participant

    In your child theme’s stylesheet, add:
    `body { width: 960px; }`

    what’s your preferred sidebar width?

    #132411
    @mercime
    Participant

    Which IE version and in what device plus what theme are you using?

    Boone Gorges
    Keymaster

    If you want to use it in a theme, try putting it in a function wrapper and then calling that function in your template. In functions.php:

    `function bbg_forum_pag() {
    global $forum_template;

    $per_page = 5;
    $total_posts = $forum_template->topic->topic_posts;

    $pag_links = paginate_links( array(
    ‘base’ => add_query_arg( array( ‘topic_page’ => ‘%#%’, ‘num’ => (int) $per_page ), bp_get_the_topic_permalink() ),
    ‘format’ => ”,
    ‘total’ => ceil( (int) $total_posts / (int) $per_page ),
    ‘mid_size’ => 1
    ) );
    echo $pag_links;
    }`

    Then in your template:

    #132393
    thedzigner
    Member

    P.S. If I use the default theme it still doesn’t post a topic, but I get a slightly different warning, which says:

    “Please pick the group forum where you would like to post this topic.”

    #132378
    funmi omoba
    Participant

    @words2us, this is off topic but please which font are using for your logo or better still who did your logo?

    Regard

    #132377
    words2us
    Member

    Thanks, @mercime but unless I’m mistaken, that will remove the text below the comment form. I want to be able to modify the text there.

    #132369
    @mercime
    Participant

    @words2us add the following to your child theme’s functions.php file

    `add_filter( ‘comment_form_defaults’, ‘mme_remove_default_html’);

    function mme_remove_default_html ( $default ) {
    unset($default);
    return $default;
    }`

    Mark
    Member

    Oh yeah, now I gotcha. Looks like a champ. Thanks a million bazillions.

    #132358
    aces
    Participant

    Fatal error: Allowed memory size is totally different to Fatal error: Call to undefined function

    You only have 32 mb of memory available and wordpress needs more. There are various technques for increasing memory available but some hosts don’t allow those methods to be used and require a different hosting plan.

    If that isn’t practical it is possible to run wordpress with less memory if you cut back on plugins, use a theme that doesn’t eat up memory, and only upload very small pictures…. There are various plugins around that can help you work out what is eating ram

    I used to find it hard to run wordpress with 32 meg of memory, let alone buddypress ( fortunately my host upgraded me ).

    #132348
    Hysteriux
    Member

    It was resolved but there were other serious issues with the default theme. Lots of images in the design were simply not loading, so the website looked only half done.

    However, i simply deactivated and re-activated all plugins one by one and none of the two problems returned, oddly. So i have no idea what caused the problem.

    #132343

    In reply to: Simple photo community

    Barna
    Member

    ohhh….didint know that….can u send some type of documents for it how to install it properly ?

    i wnt a little community and give them a different portfolio theme with domain mapping for their own webpages….the models i used to work with ve none or crap ones so with the community we can all speak by groups etc and every user can have a preconifgured site from me…my server can handle it so its only setup an time taking :D and they just need to buy a domain for them self :D

    love to work on these kind of projects :D i have no clue to php but with WP it is so easy just takes time to learn and do the research+find the right ppl :)

    so it would be great to know what i have to do in order to have it up and running please :D

    #132341

    In reply to: Simple photo community

    Barna
    Member

    thx i just tested it quickly….i had som fatal error msgs :

    Fatal error: Call to undefined function bp_activity_privacy_is_set() in /var/www/vhosts/barnab.com/httpdocs/wp-content/themes/konax-theme/members/single/home.php on line 56

    on many pages…widget….is it becouse something is missing or that it is installed on a multisite enviorament ?

    #132337
    jpperrein
    Member

    Humm, here it goes again : Following a connexion of a new user, my account appears now 14 times.
    At the same time, I activated plugins : DB Cache Reloaded Fix and Hyper Cache – Not sure this is linked, but just in case. I do have Mailpress installed too, if this can help too.

    For information, last time I had this, and before having a complete reinstall, I did deactivate all plug-ins and activate standard theme and the 7 identical users didn’t move away.

    It look like when someone register (first connexion), it create multiples records inside the database. I am not sure, how to identify this issue (I don’t handle dababase very well)

    Any ideas ?

    @mercime
    Participant

    == You’ll notice the drop down menu is getting cut off on all the BP pages. ==

    Do you mean the BuddyPress select/dropdwown box? If so, see my note in D) above where I mentioned “You might also want to check out the style modifications made in BP Twenty Ten for reference … ” Add those styles to the bottom of your theme’s stylesheet.

    Mark
    Member

    Super dupes. Looking good. Thanks a ton.

    Looks like the width is somewhat messed up. You’ll notice the drop down menu is getting cut off on all the BP pages.

    http://www.thegomission.com/the-missions/
    http://www.thegomission.com/the-trips/admin/activity/

    #132301
    @mercime
    Participant

    Thank you for starting a new topic.

    No, but it’s always good practice to backup your database and server files (including plugins and themes) regularly especially before upgrading site (BP or WP) and also before making major changes to your site.

    – WP 3.3.1 and BP 1.5.5, right?
    – Check BuddyPress > Components panel, are forums and groups enabled (they are by default)?
    – Groups: When you say you cannot access groups, do you mean you cannot create groups?
    – Forums: Which forum are you having an issue with, Group Forums or Sitewide Forums? Did you check this out https://codex.buddypress.org/getting-started/installing-group-and-sitewide-forums/

    #132298
    @mercime
    Participant

    == I tried to create a group name under profile setting, But it can’t allow me to create one ==

    First, in your new test site, do not activate any plugin except BuddyPress; and only use the bp-default theme.

    Just so we’re on the same page, when you say you created a “group name”, do you mean you clicked on the button “Add New Group”? Only the fields you create in the base group will show up in the registration form.

    Test: click on “Add New Field” as seen here https://codex.buddypress.org/getting-started/configure-buddypress-components/#bp-xprofiles then add a field with description and save. Log out. Then clear cache and go to registration page.

    @mercime
    Participant

    == Your active theme does not include bbPress template files. Your forums are using the default styling included with bbPress. ==

    Don’t worry about this message, you’re covered already.

    == I can not add groups or access forums. … Is anyone there? Hello? ==

    – Please start a new topic about the groups issue, this topic was about the theme compatibility process.

    – Know also that we are all volunteers here and need time out as well.

Viewing 25 results - 15,351 through 15,375 (of 31,073 total)
Skip to toolbar