Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 13,101 through 13,125 (of 31,072 total)
  • Author
    Search Results
  • #142822
    @mercime
    Participant

    Have you checked if the selection was changed from allowing user registration and blog creation to allowing user registration only? What theme are you using? If you change to bp-default theme (during low traffic hour) can you create a blog then?

    #142820
    @mercime
    Participant

    Glad it worked out for you :-)

    @mercime
    Participant

    == I have been trying to but a sidebar on my member home page ==

    What do you mean?

    #142815
    @mercime
    Participant

    @marks99 the BP Default theme is responsive and best to test if everything’s is in working order throughout the site. After which, feel free to build a child theme off bp-default theme which could look like the modernize theme :-)

    #142811
    shemada
    Participant

    actually I had the same problem with the profile pictures upgrading to 1.6 back in the time ..

    It was a compatibility issue with my theme ..

    Try to contact your theme’s author..

    #142808

    In reply to: possible memory issues

    Miroslav Glavić
    Participant

    Hi Paul,

    I got this error:

    Parse error: syntax error, unexpected T_STRING in /home/manhuntt/public_html/wp-config.php on line 3

    I tried both examples, all separate attempts, (not at the same time):

    define(‘WP_MEMORY_LIMIT’, ’64M’);
    define(‘WP_MEMORY_LIMIT’, ’96M’);

    Both failed.

    This is my first attempt to install buddypress (I have installed countless themes/plugins, bp is giving me issue. It is a huge plugin

    #142807
    edinchez
    Participant

    Anyone?

    #142802
    Wizza
    Participant

    http://pastebin.com/nCDC3fxc is full page.

    Any idea about the style?

    #142800
    @mercime
    Participant

    Post the full-width template code in pastebin.com so I can double-check code

    #142798
    Wizza
    Participant

    Sorry, if you look again it’s now in there and still not working.

    #142797
    Wizza
    Participant

    As you can see, the style is wrong. When you enter your details upon registration you can’t see all of your writing. Also, it won’t go full width it has just removed the sidebar.

    #142796
    @mercime
    Participant

    I don’t see the style mods from Twenty Ten in your stylesheet http://lad-mag.com/wp-content/themes/sportsmag-single-pro/style.css

    Also, do change code in Members directory to that with sidebar so I can correct code for full-width as needed.

    #142795
    Wizza
    Participant

    Sorry, I didn’t realize. Apologies.

    #142793
    Wizza
    Participant

    Warning: NSFW
    http://www.lad-mag.com

    Edit – you have to add NotSafeForWork warning for your site or else people can get into trouble at work!
    Mercime

    #142791
    @mercime
    Participant

    It works for all we’ve helped out with template pack, some with minor tweaks. Need to see. Site URL? Or just need to clear cache.

    #142790
    Wizza
    Participant

    I can’t work out what to do with the stylesheet. I’ve added the extra bits to style.css in sports mag theme and twenty ten theme and its still the same and messy…

    #142789
    @mercime
    Participant

    Try re-uploading the BuddyPress folder, this time manually via FTP/cpanel/etc

    WP adminbar missing from front end or wp-admin?

    == Am I missing something with Buddypress on Multisite install? ==
    Is BP set up for main site or subsite? If subsite, did you define in which blog_id BP will run in?

    ( ‘BP_ENABLE_MULTIBLOG’, true ); is used only if you want to access the BP components from the other subsites. Also enable_multiblog requires that you activate BP-compatible themes in subsite/s you want it to work.

    #142787
    @mercime
    Participant

    @wizza to make it full width, you just have to change the lower bottom of the files to
    `

    jQuery(document).ready( function() {
    if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
    jQuery(‘div#blog-details’).toggle();
    jQuery( ‘input#signup_with_blog’ ).click( function() {
    jQuery(‘div#blog-details’).fadeOut().toggle();
    });
    });

    `
    for the registration page and remove the ` … ` for all other templates.

    If that doesn’t work, add another `` just before “

    #142786
    Wizza
    Participant

    It has worked.. wish it could be full width but it’ll do.

    Thank you

    #142785
    Ryan Strandt
    Participant

    I have this same problem.

    I am trying to run buddypress on a site within Multisite. I have define ( ‘BP_ENABLE_MULTIBLOG’, true ); in my bp-custom file and was able to start the Installation setup but, I get to the theme chooser section and the site hangs.

    The page seems to not finish loading. The wp bar is also missing (which is loaded in the footer of the admin pages) which makes me think the page is not loaded completely.

    Is there a way around this? Am I missing something with Buddypress on Multisite install?

    #142781
    @mercime
    Participant

    B. At the bottom of the same 16 files, replace:
    `

    `

    with the following (except for registration/register.php):
    `

    `

    with the following for registration/register.php:
    `

    jQuery(document).ready( function() {
    if ( jQuery(‘div#blog-details’).length && !jQuery(‘div#blog-details’).hasClass(‘show’) )
    jQuery(‘div#blog-details’).toggle();
    jQuery( ‘input#signup_with_blog’ ).click( function() {
    jQuery(‘div#blog-details’).fadeOut().toggle();
    });
    });

    `

    Save files.

    C. Upload the 6 BP folders containing the 16 files you’ve just revised to your server wp-content/themes/sportsmag/

    D. Copy the style modifications made in BP Twenty Ten at https://codex.buddypress.org/theme-development/theme-dev-bp-template-pack-walkthrough-twenty-ten-bp-1-5/3/ and paste to your theme’s stylesheet. Adjust to taste.

    #142780
    @mercime
    Participant

    @wizza Based on the structure of your theme, you need to change 16 template files within the 6 BP folders transferred to your sportsmag theme folder in server during the compatibility process.

    If you’ve previously changed any of the BP template files in your theme folder in server, replace all of them for a clean slate by deleting the 6 BP folders – /activity, /blogs, /forums, /groups, /members, and /registration – then re-run Appearance > BP Compatibility.

    Download the 6 clean BP folders to your computer hard drive.

    A. At the top of each of those 16 template files I linked to above, replace
    `

    `

    with
    `

    `

    Then, in each of 16 files, you’d like to make sure that the BP Templates’ page title’s header which have`

    .// title

    ` are changed to `

    // Titles Of Respective BP Page Templates //

    ` and move to just above `

    ` Watch out when you do this in the /activity/index.php page.

    Save files.

    #142779
    trailmix5
    Participant

    @mercime,

    Thanks for the reply. Yes, I went through the process and all 6 folders were transferred to my theme’s folder. And oddly enough, all links work when I’m using my admin account. I’m able to edit my profile, change the avatar, etc. I can even see all the members in the activity panel, but when I click on their profile’s, the page is not found. Basically, members seem to be added to BP because they are allowed to post in the groups and forums and everyone is visible by username. The problem is that no profile page (except for admin) works…totally strange.

    I’m testing BP on an active site (I know that this is not recommended), but I’m using digitalaccesspass and an integrated theme so it’s easier for me to troubleshoot with my plugs. So, there are no BP links setup in my menu at the time because I’m beta testing it out. If you go to http://www.mymusicmasterclass.com/members, http://www.mymusicmasterclass.com/groups, http://www.mymusicmasterclass.com/forums, etc. you’ll see what I’m talking about.

    To make it more confusing, if I register a user with WP (bypassing DAP) it works even as a subscriber. So, there must be something going on when DAP syncs to WP. The thing is that it looks fine either way, so I’m not sure what I’m missing. When a user registers thorough DAP they’re automatically added to WP too and I can’t find a difference when comparing the 2. In both instances, the info looks identical. Am I missing something obvious here?

    Thanks…

    #142774
    @mercime
    Participant

    After activating BP Template Pack plugin, did you go to Appearance > BP Compatibility and go through the process? Did you check if 6 BP template folders were transferred to your existing theme’s folder in server? Site URL?

    #142751
    Raetona
    Participant

    Thank you @mercime !!! You are really great! ^_^

Viewing 25 results - 13,101 through 13,125 (of 31,072 total)
Skip to toolbar