Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'theme'

Viewing 25 results - 30,501 through 30,525 (of 32,218 total)
  • Author
    Search Results
  • #43906
    Magi182
    Participant

    @Enlightenmental1

    The plugin works mostly off the post and media library architecture. The database interaction is principally adding entries to wp_postmeta. It saves the post as a slideshow post by a boolean _jqss_is_showing, and, if desired you can add a special slideshow image with a meta field called jqss_image to contain the URL of the image. If you are lazy like me, you can just insert an image in the body of a post, and the plugin will sniff that out (hopefully) and use it as the slideshow image.

    It saves widget options in wp_options. Pretty standard stuff I would guess.

    @Hyrxx

    My intention was that the widget would appear on the main page of the site, where the admin would select pages from the main blog to feature. I am working on a few CSS themes to make the presentation a little snazzier. A regular blog could use it in any sidebar. I guess that I could hook it into TinyMCE so you could put a slideshow of posts in a post, but that might get ugly if the person accidentally slideshow-selected the post that had the slideshow in it.

    #43898
    Andy Peatling
    Keymaster

    Skeleton theme has now been updated to version 1.2 and is compatible with BuddyPress 1.0.

    Did you try it? :)

    Assuming you’re only using the home theme for your home blog, you shouldn’t have any problem doing a normal query and getting main blog data in the_loop.

    #43887
    21green
    Participant

    I have a question about the loader.php in the css directory.

    I followed all steps of the instruction:

    https://codex.buddypress.org/getting-started/installing-buddypress/upgrading-from-rc-1/

    However my directories were messed up. The styles weren’t applied. I figured out that it has something to do with the loader.php in the css directory.

    My question is if it is possible to just copy the RC2 /css/loader.php in my customn theme /css/ folder? I’m afraid, cuz the new loader.php is much smaller with significant less file imports (where are the imports for e.g. grups.css / blogs.css /friends.css / wire.css)?

    #43876
    arghagain
    Participant

    OK, I found the problem, but I don’t have a solution, if you look at https://codex.wordpress.org/Upgrading_WPMU and this is upgrading for 2.7 to 2.7.1 but the process is the same with 2.6 to 2.7.

    You see:

    define(‘ADMIN_COOKIE_PATH’, ‘/’);

    define(‘COOKIE_DOMAIN’, ”);

    define(‘COOKIEPATH’, ”);

    define(‘SITECOOKIEPATH’, ”);

    If I add that into wp-config.php as instruct, when a user log in and then use the log out link from wp-admin or on the adminbar, they are log out from wp-admin but not really log out from buddypress member or home theme or adminbar at all. Though if you log out from buddypress member or home theme directly, you are log out of everything, but adminbar still is a problem as when you click log out it only refresh.

    Hope that clear the fog up. So when I remove those lines above from wp-config.php, everything works just fine.

    How to fix?

    This will pretty much allow for unlimited access to any BuddyPress data from any other part of your site in a very straight forward and easy way.

    Outstanding work and great write-ups too!

    #43851
    hadar
    Participant

    I’m having the same problem. I just installed BuddyPress 1.0rc2 today, and it’s the first WPMU install for me, and obviously the first BP install as well. I’ve been running WP for over 2 years though, on the same server (different domain), with complete success.

    The install seemed to go fine, and I followed the instructions to also use the BP-home theme for the WPMU home page as well (it fails with any of the 4 choices of home page themes).

    The site comes up correctly in IE7. In Firefox (3.0.10) and Chrome (2.0.174.0), no CSS gets loaded.

    I’m running this on CentOS 5.2, using NginX 0.7.53. WP runs perfectly.

    It’s not an “access” problem. Firebug shows that the CSS file is read correctly (and I can see all of the lines in there, so NginX is serving up the CSS). But, for whatever reason, FF and Chrome both decide that it’s not CSS, and just ignore the styles completely (Firebug says that there are no style elements on the page).

    Looking at the NginX debug logs, IE takes the css file with an “Accept: */*” and FF takes it with an “Accept: text/css”. Otherwise, I don’t see any obvious differences.

    If I code up my own html file, and use the exact same syntax for the css <link> line that BP generates, FF will _correctly_ parse the css file.

    The only thing that seems strange in the BP generated code is that the HTML fails the W3C validator for including an “id=_wpnonce” in the hidden search form field _two times_. But, if I remove one of those lines, FF still fails to parse the css.

    Here are the links (the site has zero in it at the moment):

    http://songsandjingles.com/wordpress-mu/

    Here is a link to my “test” html file, which loads the same css file (where I added yellow as the background color in custom.css):

    http://songsandjingles.com/wordpress-mu/testme.html

    Just to show that the css file is accessible:

    http://songsandjingles.com/wordpress-mu/wp-content/themes/buddypress-home/style.css

    Any help would be greatly appreciated, thanks in advance!

    P.S. The most obvious difference between my tiny HTML file and the generated one is that I have no DOCTYPE or “profile=” in mine…

    #43843

    In reply to: admin bar logo

    21green
    Participant

    Is there a Shortcut available to reference to the Template/Theme directory?

    I tried something like this, but unfortunately there is no BP_TEMPLATE_URL available:

    ‘echo ‘root_domain . ‘”><img id=”admin-bar-logo” src=”‘ . apply_filters( ‘bp_admin_bar_logo_src’, BP_TEMPLATE_URL . ‘/images/admin_bar_logo.gif’ ) . ‘” alt=”‘ . apply_filters( ‘bp_admin_bar_logo_alt_text’, __( ‘BuddyPress’, ‘buddypress’ ) ) . ‘” />‘;

    ?>’

    Does anyone knows the correct Tag for this? I also want to move the admin_bar_logo.gif into my theme directory.

    #43833

    In reply to: News Control

    Burt Adsit
    Participant

    alunsina, if you allow others to post to the main blog then then their posts will show up using the standard index.php template. When you select ‘blog’ from the home theme it runs a template called index.php. By default all posts in chronological order are displayed without any filtering by author. Whatever posts are most recent get displayed first. It doesn’t care who is the author.

    This really isn’t something that bp controls. It’s just normal blog behavior. You can change what index.php displays when it is run by modifying the index.php template. Or you can not allow other users to post to the main blog.

    Andy Peatling
    Keymaster

    Theme designers should be able to customize the output as well as look and feel of their themes with this loop documentation. It’ll be nice to see what people come up with.

    #43819
    Maythil
    Participant

    dear jeff, it doesn’t work.

    a site-wide.css helps put more pages within 800px —

    the main page, as well as ‘home’ and ‘blog’ in the second row manu, for instance,

    but everything under My Account, My Blog and Notifications (Top Menu)

    still displays a 70mm screen to put it in cinematic language :)

    #43799
    TheEasyButton
    Participant

    If I’m understanding you correctly, you want member blogs to use the same theme that you use for your home theme. If this is correct, here’s how you can accomplish that.

    In wp-content >> themes, rename the default folder. Something like old-default works well so you remember what it is.

    Then, rename the folder of the theme that you want to be set as default.

    i.e. rename buddypress-home to default

    #43798
    Anointed
    Participant

    Not sure what the problem was, but Nicola managed to get it fixed for me. He’s my buddypress hero for sure.

    I know that the theme didn’t change, and I’m sure php didn’t change as it’s my own dedicated server.

    When he gets back online sometime I’ll find out what the error was just in case it happens to others so they can find the fix here.

    #43796

    In reply to: pb with buddypress bar

    bebopcool
    Participant

    i made a brand new install and just make the automatic install for bdpress rc2

    and i got the same problem for the buddybar

    i did not make any changes on theme

    you can create a user if you want

    i will try the manual install of bdpress now

    #43794

    In reply to: pb with buddypress bar

    TheEasyButton
    Participant

    Have you made ANY changes to your themes? i.e. Changed div’s by adding or removing any of them? Changed anything in the stylesheets? One wrong letter or character can break everything. (believe me I know lol)

    I may be mistaken but I’m pretty sure the home theme runs for everything except what you see when at http://yoursite.com/members/”whatever&#8221;

    If you could either set up a test user for us or even just set the admin bar to show for logged out users, that’d be helpful.

    #43792
    abcde666
    Participant

    Hi Matt,

    very nice theme !

    Does BP not have its own event-calendar build into it ?

    Hi Andy,

    is there a chance to have an “events-calendar per Group” ?

    Many thanks,

    Erich

    #43775
    Thord D. Hedengren
    Participant

    The Skeleton Theme has a bug in header.php. In the top menu (the UL with id=”nav”) there are references for MEMBERS_SLUG, these should be BP_MEMBERS_SLUG of course.

    Great work!

    #43762

    In reply to: pb with buddypress bar

    bebopcool
    Participant

    in fact it does not appear as a bar at all now.

    it is a text menu and the bottom of theme

    to have a see : green-vibes.net (when logged in)

    #43759

    In reply to: pb with buddypress bar

    bebopcool
    Participant

    and where to find this stylesheet ?

    i am usually using default themes but maybe i did something wrong.

    will have a look at it

    is it in home or member theme ?

    — seems to be in member theme but i do not see why should i have changed something here

    #43755
    Maythil
    Participant

    Snooty? Oh, no Jeff :)

    Thanks for the instruction. I will give it a try.

    No, I don’t use Firebug. Will try that too :)

    #43750
    takuya
    Participant

    my default themes are the ones with rc2, but can’t reply. I’m certain because I had hard time fixing my css as I mistakenly deleted everything when I updated to rc2 official release. ;)

    #43744
    Jeff Sayre
    Participant

    Maythil-

    I hope you don’t think I was being snooty to you. Your issue was simply not clear to me.

    Anyway, I now understand that you want the entire screen to be constrained to exactly 800 pixels in width, that you do not want the Buddy bar to be resized upon screen resizing.

    There are a few ways to accomplish this. But, the best way is to create a CSS selector that will override the selector in the core file.

    If you go to the admin-bar-logo.css file and look at the #wp-admin-bar selector, you’ll see that it has a width property set to 100%. This needs to be changed to your desired fixed width. But, do not change it within this file because it will be lost upon the next BuddyPress upgrade.

    Instead, you place your custom CSS in the site-wide-sample.css file found in the BuddyPress-home/css directory. You must rename that file to site-wide.css. Now, your custom CSS selector will override the core BP CSS. Here’s what you’ll place in that file:

    #wp-admin-bar { width: 800px !important; }

    By the way, do you use Firebug with Firefox? If you don’t, it is a great tool. It not only allows you to find out within which files certain CSS selectors are located, but also to temporarily change them and see what impact they have on the design.

    I hope this helps!

    #43730
    Meerblickzimmer
    Participant

    Well, its the same. Its referer to bp-themes an not to themes where my home-theme (and some css-files, images and javascripts are).

    #43729
    bebopcool
    Participant

    my admin bar is totally fucked since i am working with

    wpmu 2.7.1

    and buddypress rc2

    the admin bar is as a menu at the footer of the theme

    i am using everything standard with no plugin

    #43723

    <link rel="stylesheet" href="<?php echo bloginfo('template_url') . '/css/yourfile.css' ?>" type="text/css" media="screen" />

Viewing 25 results - 30,501 through 30,525 (of 32,218 total)
Skip to toolbar