Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'wordpress'

Viewing 25 results - 14,526 through 14,550 (of 22,644 total)
  • Author
    Search Results
  • #115846
    Erlend
    Participant

    Did you cut off the upgrade for the time being? For a while I saw the pending 1.2.9 upgrade, but I only applied it to a test site or two, no live ones. Now I don’t see the pending update any longer.

    Erlend
    Participant

    I can confirm this is working very well, as I’ve got a local test with BuddyPress running on a Network enabled WordPress, and it’s all working great. On top of that, with only medium technical savvy (no programming, just as-instructed config stuff) I’ve successfully moved my BuddyPress install to a secondary blog, i.e. example.org/hub, thanks to the tutorial by the fitting name, Install BuddyPress on a secondary blog.

    #115843
    Brajesh Singh
    Participant

    Hi Matt,
    The best way would be to look for a filter in those functions and then change the output by adding your own functions on those filters.

    There is no way to tell wordpress to unregister a function unless it is used by an action/filter.
    So, will suggest to look into those functions and find appropriate filter to hook your function and change the output.

    Hope that helps.

    #115839
    Paul Wong-Gibbs
    Keymaster

    Have you tried after clearing your browser’s cache?

    #115829
    petergriffyn
    Participant

    @chules I’m not using the templates pack, so I can’t disable it.

    @n0ise I’ll give that shot, I’ve got no other option at the moment. :)

    #115826
    n0ise
    Participant

    In my case (activity filter and reply not working, and some other profile issue), i fixed copying the ajax.php and global.js files from the bp-default theme into my custom theme in _inc/ and it’s done.

    #115820
    pcwriter
    Participant
    #115819
    chules
    Member

    I have been working in the Pagelines forums and received some feedback as others are experiencing this issue. I now have Buddypress active and it’s working.To do this I had to disable Buddypress Tempalte Pack. It seems the issue is with the Buddypress Template Pack and without this its just as if I have disable BuddyPress itself.

    Thank you – Mark

    oldrow
    Member

    Just realized buddypress isn’t upgraded to 1.2.9 and that might be the problem… how can I manually upgrade since I can’t access wp-admin?
    == Upgrade Notice ==

    = 1.2.8 =
    Compatibility with WordPress 3.1

    #115805
    petergriffyn
    Participant

    I’m running a different theme to bp-default and platformpro and I am getting the same problems with primary/secondary menu drop-downs. What is the fix likely to be?

    #115803
    chules
    Member

    I noticed the following on my site which is upgrade to wordpress 3.2, buddypress 1.2.9 and using the Platformpro template from pagelines.

    When you have the buddypress plugin enabled either 1.2.8 or 1.2.9 the following happens
    – The menu drop downs do not work as they do not display
    – In the dashboard the arrows that control the plugins expand/contract do not function
    – I use a feature from pagelines (it’s basically a slider) that no longer functions. It doesn’t slide and even clicking the thumbnails does not work

    If I disable the Buddypress plugin everything works fine?

    oldrow
    Member

    How the hell do I fix my site to be able to even log in to wordpress?

    http://awesomescreenshot.com/046g2dy96

    #115791
    James
    Participant

    @boonebgorges

    actually, everything was fine while I’ve been testing WP 3.1.5 BP 1.2.8. (it means jquery 1.3.2 in code and 1.4.4 in WP), PROBABLY, issue is not in external/internal jquery, but in changes of later versions, 1.6.1 in our case (this is what I have found https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-have-comment-and-replies-collapse-and-expand/?topic_page=5&num=15#post-103151). And now older versions from our child themes (who uses external jquery) have conflict with internal 1.6.1.

    #115789
    n0ise
    Participant

    after the upgrade i noticed that the dropdown activity-filter doesnt works

    #115788
    Hugo Ashmore
    Participant

    Just looking back one post and at that snippet of code added a script call to the head it worries me as surely you would end up calling two different copies of the primary jQuery library, the WP one would need to be de-registered, preferably not though.

    Vernon Fowler
    Participant

    Thanks so much @snowgurl11 That worked for me, just that one edit on line 144 of /wp-content/plugins/buddypress/bp-forums/bp-forums-bbpress.php :)

    #115782
    rossagrant
    Participant

    @boonebgorges I have just tried everything out on the same install with ALL plugins still ACTIVE but this time using the default theme and everything is okay.

    I take it that it is now something in my theme causing the issue.

    Would I be right to assume with it working in BP Default that my plugins are all okay to keep using? It isn’t those causing the issue but my theme? I do have an accordion that uses JS I think. It works but maybe causing a conflict?

    #115781
    Boone Gorges
    Keymaster

    James makes a good point. If you use a plugin (or custom code) that registers a non-standard versions of jQuery, you will have problems with the JS in bp-default (as well as WP and many other plugins).

    #115780
    James
    Participant

    hi @rossagrant, just found why.

    in my case it was tutorial re how to hide/reveal activity replies. (I did not use plugin, therefore, these are lines

    `

    `

    in header of my child theme.

    if you do not use this tutorial, or plugin from the same author, check all other plugins, which use jquery.

    #115778
    rossagrant
    Participant

    @janismo I too get the filter dropdowns in the groups/ forums/ members/ activity etc doing nothing now in BP 1.2.9

    Got a developer looking at it now.

    Hopefully we’ll find the cause!

    Keep me posted if you find out why!

    #115777
    James
    Participant

    hi hnla, you were faster than me.
    just checked all issues again and have to say sorry, all problems are from child theme (bp-default works just fine).
    can not find changelog of 1.2.9, were there any important changes I should implement in child theme?

    thanks.

    #115776
    Hugo Ashmore
    Participant

    Testing on a default install of BP 1.2.9 / WP 3.2 Activity dir: all reply buttons in activity stream lists work, item-list-tabs work, dropdown activity-filter works.

    Are you running bp-default? Have you force refreshed your cache?

    #115775
    James
    Participant

    if no one has reproaches, will use this topic to report wp 3.2 bp 1.2.9 issues.

    from other topics and my experience so far:

    site wide activities:
    – reply button loads nothing;
    – item tabs load nothing;
    – drop down loads nothing;

    #115773
    Hugo Ashmore
    Participant

    Interesting I guess we can always de-register the WP script and enqueue our own versions if necessary, not that may help where plugins are concerned.

    #115771
    meg@info
    Participant

    I update to WordPress 3.2, but the update of buddypress is not available. I do a search from plugins and i updatee from popup.

    ilokano, try to put the default theme of wordpress and try the wordpress admin, i have the same probleme when i use my theme.

Viewing 25 results - 14,526 through 14,550 (of 22,644 total)
Skip to toolbar