Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 14,451 through 14,475 (of 32,678 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.

    #161270
    2DCA
    Participant

    I wish to have a paid membership only website. I have set up PayPal, s2Member and Buddypress and am using Woothemes Canvas theme – all the latest versions.
    My problem is this, if I set Open Registration in S2Member to ‘no’ (as I want everyone to pay) then S2Member turns off the “Anyone can register” option in WordPress and when I click on the Register link it says ‘User registration is currently unavailable.”
    If I turn Open Registration on then I can register, but I am taken to the Buddypress ‘Create an account’ form and not the Membership Options page created in s2Member which contains my PayPal button.
    I am going round in circles trying to sort this out as I am not sure if it is a setting in Buddypress or s2Member that is causing this.
    In addition, I have created the Membership Options page as needed by S2Members but am unable to view it as when I am logged in, I assumed not to need to see it and when I am logged out, I just get taken to the Buddypress registration form which seems to override everything.
    Any suggestions? Thanks

    #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

    #161245
    jpetrone
    Participant

    I am using WordPress 3.5.1 and Buddypress 1.7.

    I am using the Buddypress extended profile fields and am having issues with the display when editing profile fields. For example, I have a state list where the user can check what states apply to them (checkbox type field). This is currently a vertical list so it displays 52 options straight down. What I need to do is have the ability to display large profile options like this in a horizontal format so the fields list left to right and continue on the next line. I am not sure where to edit to make this change specifically.

    I am using the child theme Frisco – Buddypress if that helps.

    Thanks in advance

    #161232

    Dashboard disappears when using CourseWare 0.9.7 and BuddyPress 1.7 on WordPress 3.5.1. Edit course button also does not work, it sends a 404.

    #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/

    #161199
    modemlooper
    Moderator

    Please try to supply answers to the following questions.

    1. Which version of WordPress are you running?

    2. Did you install WordPress as a directory or subdomain install?

    3. If a directory install, is it in root or in a subdirectory?

    4. Did you upgrade from a previous version of WordPress? If so, from which version?

    5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting.

    6. Which version of BP are you running?

    7. Did you upgraded from a previous version of BP? If so, from which version?

    8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?

    9. Are you using a standard WordPress theme or customized theme?

    10. Which theme do you use ?

    11. Have you modified the core files in any way?

    12. Do you have any custom functions in bp-custom.php?

    13. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in?

    14. Please provide a list of any errors in your server’s log files. https://codex.wordpress.org/Debugging_in_WordPress

    15. Which company provides your hosting?

    16. Is your server running Windows, or if Linux; Apache, nginx or something else?

    17. Which BP Theme are you using?

    18. Have you overloaded any BuddyPress template files.

    19. Any other site customisations that might have a bearing on the issue?

    20. What BP Template Pack is activated in your installation? You will see that under Dashboard > Settings > BuddyPress – Options page.

    Basic Trouble Shooting:

    Before posting your question please run some essential trouble shooting.
    These steps are essential to correctly identifying where the issue might lie and it’s essential that they are done in advance of any questions being raised, also running a search on keywords related to your issue might return previous threads that could help.

    1. Identifying whether you have a theme issue: Many issue are often custom theme related, it is important to determine if this is the case with your issue; to do this please activate a theme that is known to behave correctly with BuddyPress, that will be any theme that is in the default install from WP so choose either ‘twentysixteen, ‘twentyseventeen’ or a later one. Having activated one of these theme check again if you still have the same issue, if you haven’t then this tells us it’s theme related, and in the first instance you should contact the theme author for help. If no help is forthcoming from the theme author then certainly post a question on the BP help forum, but please bear in mind forum support is limited where third party themes are concerned.

    2. Plugins: many issues are caused by plugins, especially where JavaScript is concerned to try and narrow things down deactivate all plugins non essential to BP functioning and then re-active one by one until the issue reappears.

    3. BP Themes: Is the issue specific to the theme configured in Dashboard->Settings->BuddyPRess->Options?

    Please do not post support requests nor comments here. Create a new topic. Thanks.

    #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….

    #160920
    boiy
    Participant

    @hnla

    please is there any code or plugging that can track specific keywords in my buddypress or wordpress site and notify the users who has mentioned that keyword

    example… if users are in the apple group.. and a user in the andriod group mentions ‘apple’ or about apple.. and if apple is among the keywords i want tracked

    then all users in the apple group should get a notification that a user in andriod group mentioned or said something related to their group or what was mentioned

    and also it should take more than one key word.. if its also possible to send all those users a mail when they are notified…

    #160918
    mehrwash
    Participant

    Hello

    I would like to have a plugin which would allow the users to be assigned a type based on the number of comments/activty on the site. Maybe call them silver, gold and platinum or novice, pro etc etc. But I want it to be dynamic, that is once a user registers it gets the “silver” usertype and after lets say 1000 comments/ replies he advances to gold.

    Also I would like to show an icon next to the user name depicting his role/type

    Thank You

    buddypress Version Version 2.2.4
    Wordpress 3.5.1

    exsiteie
    Participant

    Hi there,

    I’m creating a site for a client with WordPress 3.5.1 with BuddyPress 1.7. The install went according to plan (no problems) and I’ve had success getting it to do what I need it to do so far. But I’ve hit a roadblock with this one.

    Basically, I need to create a new page for members (a landing page) that will be a tabbed page (jQuery) that will contain a tab for “Edit Profile”, “Create New Post” and a tab for “General Links” and a few others not related to BuddyPress itself. I’ve been able to create the tab for Create New Post, but I can’t seem to get the Edit Profile info to show up. I’ve copied the code from profile.php in the BuddyPress plugin, but I’m assuming that there are some sort of problems with doing that. It just doesn’t display anything. I’ve changed the relative urls in the code to point exactly where they should (e.g. locate_template( array( ‘../../plugins/buddypress/bp-themes/bp-default/members/single/profile/edit.php’ ), true );)

    I can’t find any resources where someone has attempted this before. And I can’t seem to figure out what the available functions to me are.

    Any help is appreciated. Can anyone point me to resources that would cover this sort of thing or is there magical functions that display these pages?

    #160914
    Adam_Gilliver
    Participant

    Hi

    I’ve been using BuddyPress on the following site: http://www.thebusinessclublincs.co.uk

    I have a problem with group admins, as I currently have to create a group from the user account that I want to be the group admin, as if I try and promote a different user to the group admin, and demote the current one, it does not change on the website.

    I have added a test group here to demonstrate: http://www.thebusinessclublincs.co.uk/current-members/test-business/

    I created the group using Diana’s account, then added a new member to the group and swapped over the group admin to the second member, but it still displays the group admin as the original user that created the group.

    I’m using WordPress version 3.4.2, but don’t want to update it to 3.5.1 at the moment, and I’m using BuddyPress version 1.6.1.

    I’ve had a quick look through the forum and can’t find anything similar to this problem.

    lucop1
    Participant

    Hi,

    after upgrading from 1.6.5 to 1.7 I get this error constantly on each page and widget
    also in the wp-admin area..

    `Notice: bp_setup_current_user was called incorrectly. The current user is being initialized without using $wp->init(). Please see Debugging in WordPress for more information. (This message was added in version 1.7.) in /var/www/vhosts/xxxxxx.it/xxxxxx.it/wp-includes/functions.php on line 2960`

    how can i fix it?

    #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.

Viewing 25 results - 14,451 through 14,475 (of 32,678 total)
Skip to toolbar