Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 9,726 through 9,750 (of 22,660 total)
  • Author
    Search Results
  • SydneyDesigner
    Participant

    Thanks @aces

    I’ve been trying your suggestions and am getting closer I think, but I’m still a bit out of my league so wondering if you or anyone else can help a bit more please.

    In the absence of anything in my child theme, should the WooCommerce button CSS always override the BuddyPress default.css? ….Or are there ways that the BuddyPress default.css can win out? For example if both have the same named a.button…etc. definitions which may conflict with each other, which one wins out?

    Here is the a.button code from WooCommerce to compare with 1720 of bp’s default.css. I don’t understand it well enough to work out the conflict, or how to hack either to fix it, or better still how to add something into my child theme to fix it. Any ideas gratefully received?

    ` /* =Buttons
    ————————————————————– */

    a.button, button.button, input.button, #respond input#submit, #content input.button {
    font-size: 100%;
    margin: 0;
    line-height: 1em;
    cursor: pointer;
    position: relative;
    font-family: inherit;
    text-decoration:none;
    overflow: visible;
    padding: 6px 10px;
    text-decoration:none;
    font-weight:bold;
    .border_radius(2px);
    left: auto;
    text-shadow:0 1px 0 @secondary + #111;
    color: @secondarytext;
    .darkorlighttextshadow( @secondarytext );
    border: 1px solid darken( @secondary, 20 );
    .vertical_gradient( @secondary, darken( @secondary, 10 ) );
    white-space: nowrap;
    display: inline-block;

    -webkit-box-shadow:
    inset 0 -1px 0 rgba(0,0,0,0.075),
    inset 0 1px 0 rgba(255,255,255,0.3),
    0 1px 2px rgba(0,0,0,0.1);
    -moz-box-shadow:
    inset 0 -1px 0 rgba(0,0,0,0.075),
    inset 0 1px 0 rgba(255,255,255,0.3),
    0 1px 2px rgba(0,0,0,0.1);
    box-shadow:
    inset 0 -1px 0 rgba(0,0,0,0.075),
    inset 0 1px 0 rgba(255,255,255,0.3),
    0 1px 2px rgba(0,0,0,0.1);

    &.loading {
    color: lighten( @secondarytext, 10 );
    border: 1px solid @secondary;

    &:before {
    content: “”;
    position:absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: url(../images/ajax-loader.gif) center no-repeat rgba(255,255,255,0.65);
    }
    }

    &.added {
    &:before {
    content: “”;
    position:absolute;
    height: 16px;
    width: 16px;
    top: 0.35em;
    right: -26px;
    text-indent: 0;
    background: url(../images/success.png) no-repeat;
    }
    }

    &:hover {
    .vertical_gradient( @secondary, darken( @secondary, 15 ) );
    text-decoration:none;
    }

    &:active {
    top: 1px;
    }

    &.alt {
    .vertical_gradient( @primary, darken( @primary, 10 ) );
    border-color: darken(@primary, 20);
    color: @primarytext;
    .darkorlighttextshadow( @primarytext, 0.6 );

    &:hover {
    .vertical_gradient( @primary, darken( @primary, 15 ) );
    color:@primarytext + #111;
    .darkorlighttextshadow( @primarytext + #111, 0.6 );
    }
    }
    }

    .cart .button, .cart input.button {
    float:none;
    }

    a.added_to_cart {
    padding-top: .5em;
    white-space: nowrap;
    display: inline-block;
    }`

    Here is a link to a post I started on the WooCommerce forum which gives some more info about how I am working around this conflict at the moment, whilst still trying to get a fix –
    https://wordpress.org/support/rss/topic/woocommerce-205-cart-button-colours-not-workinbg-on-ie89

    Many thanks for any help and I hope it helps some others too.

    #161269

    In reply to: Buddpress Avater Error

    Curt – RI
    Participant

    Hi,

    I am having this same issue after updating WordPress to 3.5.1 and Buddypress to 1.6.1 last night.

    When trying to upload an avatar, I get this error message:

    Fatal error: Call to undefined function wp_create_thumbnail() in /home/site-name/public_html/wp-content/plugins/buddypress/bp-core/bp-core-avatars.php on line 521

    But if I use a small image (150×150) it uploads with no errors. The cropping tool did seem to be a bit out of sorts, but I got it to work by playing with it a bit.

    So it seems that it is related to image dimensions, presumably related to the cropping tool??

    Please help!

    Thanks

    #161222
    @mercime
    Participant

    @thatmtnman Sorry to read that you’re still cannot get BuddyPress working in your site. Indeed, BuddyPress 1.7 has been created and tested by professional developers in as many environments as possible. If you believe there’s a bug, please feel free to post a new ticket in Trac https://buddypress.trac.wordpress.org/

    creation2
    Participant

    For the first point, what I meant was some people like reading just an “official” review of a movie by the main reviewer, and may not want to read commentary by others in the community.

    So you’re saying with group meta I can create a new filter in the Order By drop down menu? Or create a completely different interface for displaying the list of groups based on any number of criteria?

    WayneM1
    Participant

    Currently, none of the user locator map plugins for BP sites work. BP Members Avatar Map seemed to have the most going for it…

    Seems like a perfect addition to any BuddyPress site.

    Maybe someone could try to resurrect it?

    https://wordpress.org/extend/plugins/bp-members-avatar-map/

    #161192
    @mercime
    Participant

    @coolicious please create a ticket at http://buddypress.trac.wordpress.org
    include information about your installation
    – from what BP version did you upgrade?
    – WP version being used
    – single or multisite install
    – if you change to BP Default theme or Twenty Twelve theme is issue resolved?

    #161166
    r-a-y
    Keymaster

    Thanks for posting about this.

    I’ve just committed a fix for this here:
    https://buddypress.trac.wordpress.org/changeset/6903

    It should make its way into BP 1.7.1 once that is released.

    #161068
    modemlooper
    Moderator

    You can probably use the Achievements plugin for this. Create three Achievements one for each type and then set them to award after X amount of activity.

    https://wordpress.org/extend/plugins/achievements/

    #161065
    Ben Hansen
    Participant

    gotcha not to try and make you explain why or anything since i probably wouldn’t understand the answer anyway but a LOT of wordpress sites do use JetPack i pretty much consider it a prerequisite for any site that wants traffic.

    Thanks for all your hard work in the good fight against spammers and sploggers though!

    #161006
    danbpfr
    Participant

    You willl find hundreds of answers to this question, because what you want to customize is the wordpress 3.3+ Toolbar.
    i.e here: http://wp.smashingmagazine.com/2012/03/01/inside-the-wordpress-toolbar/

    #161005
    Boone Gorges
    Keymaster

    You’re using form actions incorrectly. The form `action` is intended to be a URL, not a PHP callback. You’ll need to add your server-side processor to a separate function, ideally in a separate file from the screen function. Something like:

    `
    function bbg_handle_department_join() {
    if ( isset( $_POST[‘department-request-submit’] ) ) {
    $submitted_departments = $_POST[‘select_departments’];
    // do something with the items
    }
    add_action( ‘bp_actions’, ‘bbg_handle_department_join’ );
    `

    I also urge you to implement some security checks. At minimum, use a nonce as well as an appropriate `current_user_can()` check. See https://markjaquith.wordpress.com/2006/06/02/wordpress-203-nonces/ for a primer on nonces in WordPress.

    #161001
    aces
    Participant

    I had a similar problem when I upgraded yesterday.

    Does this in your functions.php or bp-custom.php help?

    `add_action(‘get_header’, ‘my_filter_head’);

    function my_filter_head() {
    remove_action(‘wp_head’, ‘_admin_bar_bump_cb’);
    }`

    see: https://wordpress.org/support/topic/31-update-causing-28px-top-spacing-in-html-body#post-2405350

    Why it wasn’t a problem before is another question….

    #160875
    Henry
    Member

    I noticed the henrywright-1 – it hasn’t always been this way. I’m not 100% sure but I think the user database from wordpress.com and wordpress.org was merged with me taking the “-1” username. That is no better than a guess but I can’t think how else the -1 was appended

    To help with your problem – if you log into the wordpress dashboard (wp-admin), go to Users > All users. You should see a list of every user that has signed up via BuddyPress. You can perform delete actions on the users you’d like to remove.

    #160871
    mushfick
    Participant

    Oh and btw I’m using WordPress 3.5.1 and BuddyPress 1.7
    Thanks.

    #160870

    In reply to: Activity posting twice

    bp-help
    Participant

    @fpats
    You do not need the template pack plugin anymore. If your getting duplicate activity post then its still not displaying properly. Contact the theme author and request they restructure the theme based on WordPress template structures. They need to adhere to the standards of how WordPress themes are created for theme compatibility to work properly. If not I suggest finding a new theme that adheres to standard WordPress template hierarchy.

    #160865

    In reply to: Activity posting twice

    meg@info
    Participant

    Try the wordpress twentytwelve and check  if All updates are being posted twice, i think problem in your theme.

     

    #160864
    Henry
    Member

    On creating a new slug which isn’t unique, WordPress appends a “-1”.

    You should never get to the point where you have duplicate usernames as the registration form has validation preventing registration if the sought after username already exists.

    Aside from at the point of registration, do you have anything on your site (plugins or custom code) which allows users to change their username?

    @mercime
    Participant

    @lchief this is a WordPress Multisite issue which would be better served at https://wordpress.org/support/forum/multisite. Please make sure that your multisite installation along with domain mapping are working before installing BuddyPress.

    LZL0
    Participant

    EDIT: I already have wordpress sites and I would like to integrate them in my system.
    Mastersite root/home
    an example: root/example

    does this change anything?

    #160838

    In reply to: Buddypress sync

    LZL0
    Participant

    thank you for your reply
    yes, it is a stupid idea

    continuing discussion at: https://buddypress.org/support/topic/setting-up-wordpress-multisite-with-multi-domain-mapping/

    #160834
    briankb
    Participant

    My problem isn’t getting it installed. That was easy enough as it’s a WP plugin.

    There is a Getting Started with WordPress on wordpress.org I was just hoping to find something similar on here for BuddyPress.

    #160832
    Paul Wong-Gibbs
    Keymaster
    #160831
    Paul Wong-Gibbs
    Keymaster
    #160819
    beeeerock
    Participant

    There wasn’t a php log file there, so I edited php.ini and started the logging.

    Here is the output of interest… with ‘domain’ substituted for actual domain:

    [09-Apr-2013 15:26:58] PHP Fatal error: Cannot redeclare bp_login_redirect() (previously declared in /var/www/domain.net/wordpress/wp-content/plugins/buddypress-login-redirect/bp-login-redirect.php:10) in /var/www/domain.net/wordpress/wp-content/plugins/buddypress/bp-core/bp-core-dependency.php on line 235

    Odd… the time stamp looks to be UTC but other messages in the log are local time… but obviously not the problem!

    I moved the buddypress-login-redirect plug-in directory out of the WordPress install and the site is again visible. However, the function that plug-in provided is obviously gone now. I assume this is something the plug-in author will have to fix to live along side of BuddyPress, not the other way around?

    #160816
    @mercime
    Participant

    @ridecbrcom-1 first, back up your current database. Then read this https://codex.wordpress.org/Restoring_Your_Database_From_Backup -> Using phpMyAdmin

Viewing 25 results - 9,726 through 9,750 (of 22,660 total)
Skip to toolbar