Search Results for 'wordpress'
-
AuthorSearch Results
-
June 28, 2016 at 3:52 am #255366
In reply to: Fatal error after update
r-a-y
Keymaster@metaverso – Your solution is a quick fix, but not the right solution.
We need to see what the underlying cause is.
If someone can pass me a copy of the LMS theme for solely debugging purposes, I can find out the problem. Contact me on wordpress.slack.com (r-a-y) or via email.
June 27, 2016 at 10:38 pm #255354danbp
Participant– BuddyPress pages have all an ID.
– BP pages are not ordinary static WordPress page, but dynamic pages, a kind of placeholder. They have no content and are only existing to have a slug (and a ID for DB magement) for WP/BP dialog.
Eg.your-site/activity/URL is empty when you deactivate BP.Let’s continue with the activity page as example.
This “page” is made of different parts, which are contextually loaded on their own template. Use the activity filter to see what is all coming up on the (url/activity/) page. About 10 items which would be 10 real pages on a WP site without BP ! And that’s just default. Many plugins use also BP’s activity…
For each component, there is a loop. As long as you are in such a loop, you can call what ever belong to that component from inside this loop. And for almost each loop, you have a template.
If you want the About page (default WP page) to show up on a profile, you load it on one of the profile templates, but not on the BP member page which is the “page” who host “profiles”, but also the “member director”y. And you don’t want About apearing there, isn’t it ? 😉
If you read the codex about theme develoment and template hierarchy, you may understand how all this is articulated.
June 27, 2016 at 6:18 pm #255343In reply to: Activity embeds in activity stream
r-a-y
Keymaster@binary10 – Hmm, not sure what the problem is.
Are you using the latest version of WordPress?
June 27, 2016 at 5:21 pm #255340In reply to: Help with user menu
danbp
ParticipantCheck your theme documentation and read WP’s Menu Guide.
June 27, 2016 at 5:19 pm #255339In reply to: How to add widget to new front.php template
danbp
ParticipantRead from here:
June 27, 2016 at 4:12 pm #255329In reply to: Fatal error after update
oddreal
Participant@r-a-y, it’s a premium theme. Please see the link on it:
http://themeforest.net/item/lms-responsive-learning-management-system-wordpress-theme/7867581/supportHere can also be requested a backend demo.
Thank you for a prompt reply.
June 27, 2016 at 4:07 pm #255327In reply to: Fatal error after update
r-a-y
Keymaster@oddreal – Is this theme freely available on wordpress.org or Github so we can take a look? Or is this a premium theme?
June 27, 2016 at 4:02 pm #255326In reply to: Fatal error after update
oddreal
ParticipantHi,
I’ve faced the same problem. The patch https://buddypress.trac.wordpress.org/attachment/ticket/7140/7140.01.patch releaved me from the initial problem but now I have another one error message at the same place – Courses Group widget (it doesn’t allow to edit Courses):
Fatal error: Class ‘BP_Groups_Group’ not found in /path-to-project/wp-content/themes/lms/framework/buddypress/metaboxes.php on line 15Please advise.
June 27, 2016 at 3:03 pm #255320In reply to: issue with sixteen mobile menu and buddypress
Anonymous User 357386
InactiveHi,
after more test i’ve found function cause issue.
all is report here: https://wordpress.org/support/topic/sixteen-menu-is-open-on-pageload?replies=6#post-8575130hope this can help (and provide valid fix – or help me to fix myself! – atm i’ve just comment this function).
thanks,
S.N.June 27, 2016 at 12:48 pm #255312In reply to: Buddypress mails get sent text-only
shanebp
ModeratorYou can open a ticket here. Use the same user name and password that you use for this forum.
June 27, 2016 at 12:43 pm #255310In reply to: Embedded webpages on activity feed?
Pulse North
ParticipantP.S I am running the latest versions of both WordPress and Buddypress.
June 27, 2016 at 12:11 pm #255306In reply to: Embedded webpages on activity feed?
danbp
ParticipantWhile doing this, you’ll see a quoted page title, not the whole page content. So guess it is standard behave.
Example
Question related to third party plugin should be asked on plugin support. That said, it’s a known bug who remain unanswered since 7 mounth…
https://wordpress.org/support/topic/conflict-with-bp-24-cover-photo
June 27, 2016 at 12:06 pm #255304In reply to: Share Profile?
danbp
ParticipantJune 27, 2016 at 11:34 am #255303In reply to: Full Width
danbp
ParticipantCheck here how it works for groups – it’s a bit different since 2.4
Get Ready! 2.4.0 will introduce important changes in Groups homesJune 27, 2016 at 8:26 am #255294In reply to: Fatal error after update
sharmavishal
ParticipantThen as ray suggested
Can you list the BuddyPress plugins you are using, @tintveld?
Can you try this fix and see if it resolves your problems?
https://buddypress.trac.wordpress.org/attachment/ticket/7140/7140.01.patchJune 27, 2016 at 7:23 am #255288In reply to: Activity embeds in activity stream
binary10
ParticipantWhat type of activity item are you trying to embed?
status update
I saw the video but it doesn’t work on my installation. I am using WP 4.5.3 and BP 2.6. Also as in the video when the permalink is pasted into the visual editor it immediately gets converted into an embed but it doesn’t happen with my install. Is it some problem with WordPress? Other embeds work fine
Also tested with 2016 theme but still doesn’t work? What might be the problem?
thanksJune 27, 2016 at 3:29 am #255283In reply to: Activity embeds in activity stream
r-a-y
KeymasterJune 26, 2016 at 10:46 pm #255276In reply to: Fatal error after update
r-a-y
KeymasterCan you list the BuddyPress plugins you are using, @tintveld? Any specific steps that is triggering this? Is the error on all pages?
Can you try this fix and see if it resolves your problems?
https://buddypress.trac.wordpress.org/attachment/ticket/7140/7140.01.patchIf you’re using BP Group Hierarchy, you need to apply this patch:
https://github.com/ddean4040/BP-Group-Hierarchy/pull/21/filesJune 26, 2016 at 7:53 pm #255273In reply to: [Resolved] How to remove tabs from group admin nav
danbp
ParticipantGet Ready! 2.4.0 will introduce important changes in Groups homes
The function is still working, but not completely (tabs aren’t hidden). You probably need to complete it with
$component(read above document)June 26, 2016 at 1:27 pm #255255In reply to: l can not change the link extension
danbp
ParticipantNav items names can be changed via the language file.
Which language do you use on your site ?
Which language is used with BuddyPress ? (if turkish, get in touch with one of the editors here and ask for update)
Is your theme fully translated to that language ?To move the User Menu sub-menu, read here.
Check also your theme support forum, perhaps you’ll find some related topics to this WP core menu.
June 26, 2016 at 12:53 pm #255250In reply to: Buddypress Registration page auto suggest plugin
danbp
ParticipantHi,
here a script to load an xprofile country list
and here an autoload JS scriptAnd here some instructions for enqueuing a JS to login/register page.
Happy coding !
June 26, 2016 at 11:04 am #255244In reply to: required Username twice at Registration
sharmavishal
ParticipantEither u remove it as modemlooper suggested or use the following plugin
June 26, 2016 at 11:02 am #255243In reply to: Moving menu and Hiding admin bar
sharmavishal
Participant1. In BuddyPress, we by default get to see member page. I want to know how to redirect someone who is logging in/ new user after registration to News feed?
search for login redirect plugins for buddypress
2. I want to keep those wall, timeline and all in menu bar instead of profile tab. How to do that?
check wp admin bar codex or associated plugins
3. I am unable to hide admin bar/ that WordPress logo bar for non-admin user. no plugin helping me out.
am aware of atleast 2 plugins which are working for me. u need to test/check which ones work with ur theme/setup
4. how to make the menu such that signed in user can see log out button and other sign in/ register?
via buddypress components in the menus. logged in and logged out menu links
5. how to enable realtime notification and instant messaging private n groups both?
notification is already there and its real time. i belive there is a group chat plugin for buddypress as well
6. how to remove show dropdown menu in profile
that would depend on ur theme which u are using
PS:- I don’t know PHP much. moreover, I cannot afford to hire someone.
then this would take much time and effort to customise it as per ur needs
start from here
June 26, 2016 at 8:58 am #255236valuser
ParticipantThis just might help – i am not really sure that it will!
Group Home PageJune 26, 2016 at 7:25 am #255231sharmavishal
Participant -
AuthorSearch Results
