Forum Replies Created
-
Author
-
valuserParticipant
I think the typo is at line 97 of http://yourdomain.com/wp-content/themes/kleo/lib/menu-items.php
though as its a core file of the theme perhaps better that mod confirms this!
must have been very tired — bellow should be below
December 8, 2014 at 01:37 in reply to: Buddypress – whats-new-options – ajax no show on one server #38091valuserParticipantThis reply has been set as private.December 8, 2014 at 01:24 in reply to: Buddypress – whats-new-options – ajax no show on one server #38089valuserParticipantThis reply has been set as private.December 7, 2014 at 13:36 in reply to: Buddypress – whats-new-options – ajax no show on one server #37978valuserParticipantthanks so much
December 7, 2014 at 13:22 in reply to: Buddypress – whats-new-options – ajax no show on one server #37972valuserParticipantThis reply has been set as private.December 7, 2014 at 13:22 in reply to: Buddypress – whats-new-options – ajax no show on one server #37971valuserParticipantThis reply has been set as private.December 7, 2014 at 13:14 in reply to: Buddypress – whats-new-options – ajax no show on one server #37968valuserParticipantadded file in different format
Attachments:
You must be logged in to view attached files.valuserParticipantMany thanks for your response and support.
In the meantime i have replicated a successful implementation on two other servers (bluehost & hostingireland) both in basic standard very cheap shared hosting.
However the latest response from a very considerably moe expensive wpengine is
As for the issue with the memory limit on the server, this is unfortunately a limitation on the server here. Since our server is configured to stop the sites set up on it from running anything that could impact the performance we wish to give to our customers.
The best option moving forward on our platform is to optimize that function to use less memory. I would recommend contacting the developer to see if we can get some information from them as to how that can be done.
Please let us know if you have any other questions!
Thank you and have a great day!
September 8, 2014 at 21:34 in reply to: Unnecessary border appears around a panel containing a youtube video #28042valuserParticipantHave solved this.
valuserParticipantTo activate Buddypress Moderation successfully see http://wordpress.org/support/topic/fatal-error-can-not-activate
Change the following at wp-content/plugins/bp-moderation/bpModLoader.php on line 119
COPY CODEfunction call_activate() { $this->call_installer('activate', func_get_args()); }
to
COPY CODEfunction call_activate() {$fargs = func_get_args(); $this->call_installer('activate', $fargs ); }
valuserParticipantHi,
put theme on a TEST Site online
To see issue
click Share on http://www.trulysuperb.com/2013/11/18/well-2/
valuserParticipantThank you.
Did take a look at bp profile search and it does work well with your theme.
In the end though, because your theme is so well written, a more suitable (for me) was just a new page “Special Members”
Where the condition is “special”
I did this as follows:-
1) putting the condition in a new loop — special-members-loop.php
in
kleo-child/buddypress/members/special-members-loop.php2) then making a new page “Special Members”
3) copying kleo/buddypress/members/index.php to the new page “Special Members”
4) calling special-members-loop.php from that page (towards the end) a la
COPY CODE<div id="members-dir-list" class="members dir-list"> <?php bp_get_template_part( 'members<strong>/special</strong>-members-loop' ); ?> </div><!-- #members-dir-list -->
the ‘snazzy’ treatment for the blogs page would complete the theme (i think anyway)
Cheers
valuserParticipantThanks for reply.
Yes – i have css in the child theme that may have interfered.
Fixed/Resolved
with
COPY CODE#buddypress ul.item-list li { min-height: 100px !important; } #blogs-list .action .meta {margin-top: 50px !important}
In a future version do you intend giving this page (blogs) the (for want of a better word) Javascript treatment so that it appears all “snazzy” like the “Members” and the “Groups” pages ?
Also some guidance on how to base a page on say the members loop but filtered by a conditional profile field.
ie Members with (say) profile field gender = male
valuserParticipantmust correct my plus one
for me this was ONLY happening on trunk versions of wp 4.0 and bp trunk 8503
On stable versions (ie wp 3.9.1 & bp 2.0.1) this is not happening (for me) – so my previous +1 is not valid
-
AuthorPosts