Forum Replies Created
-
Author
-
LifeviseParticipant
Thank you Sharmstr.
1. The code causes issues with the socket in other pages. So I decided to not show the footer on the register page.
2. Yes, I changed the margin-bottom to 4px and then it looks better!
3. Do I need to completely adjust line 19 of the code in my previous message to your code? or just a part to keep it working?
LifeviseParticipantLike in the demo there’s a difference between the font size of the main nav menu and the side menu.(screenshot)
Attachments:
You must be logged in to view attached files.LifeviseParticipantThank you Laura!
I disabled the sidebar. I was talking about the font of the menu navs in the sidemenu. I fixed it by changing the font size for main menu. Is there a way to change only the font size of the side menu and not the main menu?
LifeviseParticipantLaura you’re amazing! It works! Only the positioning is not quite right. Can you take one more look?
I can’t thank you enough! 🙂LifeviseParticipantI saw you were editing the page for a while? but whatever.
The conflict is that it hinders a plugin upload form. Users are mot able to upload because gives error ‘please fill in name’. This is absolutely not necessary for the upload form, but because the kleo contact form is activated on the page the upload form thinks it needs a name.
LifeviseParticipant1 – How did you do it?! 🙂
2 – I will go to work with your suggestions, thank you.
I just found out that the kleo contact form causes an conflict with a plugin on one page. Is it possible to exclude certain pages to show the kleo contact form??
LifeviseParticipantOk, thank you sharmstr. Animation is working again.
Still the issue with the Activity page remains.
1. I cannot edit this page. All the changes I make (hide footer + socket , hide title, colors of link in sidebars) don’t have any effect. The strange thing is that in the admin bar, when viewing the page, there is also no edit page option.
2. Commenting on posts is not possible unless you click/select ‘All Members’ first.LifeviseParticipantOk. The strangest thing is happening now. I edited a title in our about page and after updating the page, it now fails to display an image and the bottom padding from rows is gone. You have any idea what causes this strange behaviour?
LifeviseParticipant@sharmstr, Yes I already saw what URL does, I will look into it…
However when I just logged in, to my big surprise I see the theme colours and fonts are different! You know anything about this? I saw you updated the theme?
Also some widgets that were in the sidebar are missing.LifeviseParticipantBy the way, now I think about it. The activity page doesn’t allow changes also: I changed settings: hide title, hide footer and hide socket. None of the changes are visible.
LifeviseParticipant@sharmstr the 404 error occurs after trying to edit and update the page. I cannot make changes to the two pages because of this…
I deactivated BP activity privacy but it’s not the problem. It still doesn’t load new activity and commenting seemed possible for a moment but when I refreshed the page the problem came back again.
I will resend the credentials.
LifeviseParticipantIn childs functions.php
COPY CODEadd_action( 'bp_profile_header_meta', 'display_user_Location' ); function display_user_Location() { $args = array( 'field' => 'Location' ); $Location = bp_get_profile_field_data( $args ); if ($Location) { echo 'Location: ' . $Location; } }
LifeviseParticipant@laura, yes I understand your explanation. The problem is that I don’t know how to add the location to a div with a class. I don’t even know where to start. I assume this is difficult?
LifeviseParticipantYou saw my last message? this one:
Hi Laura,
No that’s ok, you can leave at as it is for now. I understand issue 1 and 3 are not easy to fix. But if you please could help me a little further with the following:
Issue 2: I couldn’t figure out your solution. Can you add the code?
And also, I tried to remove title site-wide-activity from the activity page. I already changed all the settings in theme options and searched in php files, but this title I cannot remove.
LifeviseParticipantHi Laura,
No that’s ok, you can leave at as it is for now. I understand issue 1 and 3 are not easy to fix. But if you please could help me a little further with the following:
Issue 2: I couldn’t figure out your solution. Can you add the code?
And also, I tried to remove title site-wide-activity from the activity page. I already changed all the settings in theme options and searched in php files, but this title I cannot remove.
LifeviseParticipantOh, how do I refer to two classes in a short code? I’m using two times el_class= (for lrg button and show kleo login) and only one works…
-
AuthorPosts