Home › Forums › Mikmag WordPress theme › 2.0 to 2.1? Reason theme is broken?
Tagged: mikmag buddypress problem
- This topic has 1 reply, 4 voices, and was last updated 11 years, 4 months ago by Anonymous.
-
AuthorPosts
-
-
at #12678DKMember
I was looking in the theme code and noticed that mine says 2.0 not 2.1. This theme was downloaded just a few days ago from Theme Forest. Could it be all of the CSS issues and bugs I am experiencing are because I am using an old version?
How do I get 2.1?
Again, here’s my site with the broken theme: http://www.layogascene.com/
-
at #12682AnonymousInactive
Hi DK,
It could very well be our developers have forgotten to change that version number in the code there. That shouldn’t be causing any issues.. Could you perhaps specify where in the code this appeared to be? I’d like to point them to that so they can make sure to change it properly in our upcoming update.
Kevin
-
at #12698Helen (staff)Keymaster
Hi DK,
Version 2.2 is available via Themeforest. You can ‘re-download’ it from your account on Themeforest.
These versions can not be the cause of your CSS issues and bugs though. The theme is not broken.Helen
Theme Dutch -
at #62155Bernardo EscobarMember
Hello i use mikmag them into http://www.somoscompas.com
on the activity page (buddypress) whenever a user commnents o a post, and then people comment and comment again over the same post, all the comments go to the right side of the content, to such an extend the seventh comment crash with right border of the content and it is not possible to comment more over this post.
How could i fix it? I could send an screenshot if needed.
I AM ENCLOSING A REDUCED SCREENSHOT IN ORDER YOU CAN APPRECIATE THE WHOLE SITUATION….
Bernardo
Attachments:
-
at #62199AnonymousInactive
Hi Bernardo,
What you’re seeing here are threaded (or nested) comments. Basically it’s somebody commenting to a post, then somebody replying to that comment (instead of to the post itself), another one replying to that last comment etc.
Every threaded comments (a reply to another comment) gets some indent at the left side to show that it is a reply to the comment above it, instead of a comment to the post itself.
You can choose your settings for these threaded comments in your wordpress settings. Go to settigns -> Discussion and look for the option Enable threaded (nested) comments [] levels deep.
In there you can choose to allow nested comments and you can also choose what the maximum amount of nested comments will be. in other words. if you choose 3 as your maximum amount, you will see that the indent will only increase for 3 comments. after that, it will not increase any further. I believe changing that setting should do the trick.
Kind regards,
Kevin -
at #62211Bernardo EscobarMember
Hello Kevin, thank you.
Enable threaded (nested) comments [] – was set in 5Now i have set it to 3, so i am going to test it.
Thank you
Bernardo
-
at #62228Bernardo EscobarMember
Hello, i have tested it, but it seems it is not running as expected, since i was able to write the fourth comment, even the fifth.
check attachs, please
Please help me
Attachments:
-
at #62241Bernardo EscobarMember
is there any way to change this situation in css (wordpress)
I mean how could i set the indent to zero?
It is important that change has to be in the comments of Buddypress not in the comments of wordpress
Thank you
Bernardo
-
at #62249Bernardo EscobarMember
I really would appreciate your help…
I have been checking the css and also all the bodypress coding, but it is hard for me getting the exactly place where i have to change it. There must be a way to fix it.I think the issue must be solved in buddypress, not in wordpress.
Thank you
Bernardo
-
at #62252Bernardo EscobarMember
Hello, check here please http://buddypress.org/support/topic/activity-replies-too-much-indentation/
but i am still looking for the solution, i do not understand completely
Thank you -
at #62253Bernardo EscobarMember
Here it seems to be the solution: http://buddypress.org/support/topic/how-to-calm-down-comment-nesting/
but i really do not know hot to do it,
http://codex.buddypress.org/how-to-guides/building-a-buddypress-child-theme/)researching… now
-
at #62254Bernardo EscobarMember
IT SEEMS COMPLEX TO MY CAPACITY, there must be an easiest solution, no?
Besides, if i set all this for the new buddypress template, what is going to happen then with buddypress updates?
Thank you
Bernardo
-
at #62257Bernardo EscobarMember
here it is a possible solution that is EASIER
-
at #62258Bernardo EscobarMember
hello, in my last email regarding the easier solution:
the guy says:
I’m about to commit a fix that works as follows. It adds a new function bp_activity_can_comment_reply() which, by default, always returns true. You can filter the output of that function to limit reply depth in the following way:
function test_comment_depth_limit( $can_comment, $comment ) {
if ( $comment->mptt_left > 3 )
$can_comment = false;return $can_comment;
}
add_filter( ‘bp_activity_can_comment_reply’, ‘test_comment_depth_limit’, 10, 2 );$comment->mptt_left refers the number of items to the left of the comment in the comment tree, including the original activity item. So this filter will limit comment depth to two levels (> 3).
BUT, I DO NOT KNOW WHERE I HAVE TO ADD THIS NEW FUNCTION…. IN BUDDYPRESS? OR IN WORDPRESS FUNCTIONS?
CAN YOU CHECK IN SOME MOMENT AND HELP ME, PLEASE….
Thank you
Bernardo -
at #62259Bernardo EscobarMember
hello, in my opinion, this solution (the easier) could be added to the theme itself, or as a plugin or part of the coding, in order to avoid this ugly indent in future theme versions.
-
at #62261Bernardo EscobarMember
Hello, when possible let me know if you can help me…
I really need a solution.
Thank you
Bernardo -
at #62264Bernardo EscobarMember
I will try installing this http://wordpress.org/plugins/buddypress-wall/
BuddyPress WallMaybe it could help me…
-
at #62265Bernardo EscobarMember
Hello i have fix it adding this to the css:
div.activity-comments ul li, div.activity-comments ul li > ul { margin-left: 0px; }
BUT WITHOUT ADDING OR CREATING A CHILD THEME, SO IF BUDDYPRESS UPDATING I AM GOING TO LOSE MY CHANGES
SO I AM GOING TO SAVE THE CSS CODE, SO WHEN UPDATING I COULD CHANGE THE CSS AGAIN
I really thing you must add this option as a plugin, or as a code in the theme.
There are a lot of people asking for this solution.
Thank you
-
at #62266Bernardo EscobarMember
Hello, it is not running as expected, again indent is occurring
Please help me
-
at #62267Bernardo EscobarMember
Does the buddypress theme in mikmag theme its own css?
so where i could add the css code?
i added the css mentioned above into the general css or the website http://www.somoscompas.com, but the indent issue is still occurring
-
at #62270Bernardo EscobarMember
no way
it looks so strange, issue still is happening
http://www.somoscompas.com/members/beaclogmail-com/activity/165/
(being unlogged)
PLEASE HELP ME
Bernardo
-
at #62271Bernardo EscobarMember
it is a shame, buddypress should fix this, or create a plugin to solve this.
Thank you
Bernardo
-
at #62286AnonymousInactive
Hi Bernardo,
If it’s not using the wordpress comments settings that means this is really a plugin setting. As we are not the author of this plugin, I’m not that knowledgable about it. I think you would have the best chance at getting the solution for limiting your threaded replies by asking ii on the buddypress support site.
I can’t quite imagine that there’s no setting for this as it’s probably a very common thing people run into.
Kind regards,
Kevin
-
-
AuthorPosts
- You must be logged in to reply to this topic.