-
Author
-
July 21, 2015 at 20:06 #69324LifeviseParticipant
Hi,
I have some functionality issues:
1. How I exclude certain pages from showing the Kleo contact form button?
2. In members profile I added code to display location in cover. Is it possible to change the output ‘location’ to a location icon only? (See screenshot).
3. We use the RT Media plugin, but the upload button in buddypress activity stream only appears when you click around the what’s new text box. How to fix this?
4.In site-wide activity: I would like to delete the ‘post in group’ option and move privacy selection to the left, next to ‘post update’. It now looks really messy. (Screenshot 2)
Thanks in advance!
Melvin
Attachments:
You must be logged in to view attached files.July 22, 2015 at 03:09 #69380LauraModeratorHello, can you share a link to your website and admin credentials?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 23, 2015 at 09:07 #69565LauraModeratorHello, i’m sorry but i get a blank page when i try to access, let me know once i can 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 24, 2015 at 18:32 #69870LifeviseParticipantHi Laura, you have some time to take a look at the issues please?
July 26, 2015 at 06:32 #70031LauraModeratorHello, sorry for the delay.
I am checking out all of your questions, for number 1, right now this is not possible, but maybe in the future.
For number 2, your location text is not in a div with a class, if it were, we could change the text to an icon, but it nees to be wrapper in a div, with a class.For 3, its very weird, could you try to deactivate some plugins and test again?
For 4, could you add my user to a group so i can see it? 🙂Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 27, 2015 at 08:55 #70139LauraModeratorHello, sorry but, in the css the pot in group is in the same class, so i cant hide it ithout hiding the my profile… But as you wont really use post in ( because you do not want to post in group ) i could hide the full post in option. What do you think?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 27, 2015 at 16:06 #70243LifeviseParticipantHi 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.
July 29, 2015 at 00:45 #70481LauraModeratorHello, added to quick css 🙂 let me know fi you like it
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 29, 2015 at 02:21 #70499LifeviseParticipantYou 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.
July 30, 2015 at 20:14 #70821LauraModeratorHello, the location is not inside of a div, if it doesnt have a class i cant add an icon to it with css because it would affect the other stuff.
The location should be in a class so i can select it and apply an icon to itHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
July 30, 2015 at 20:25 #70826LifeviseParticipant@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?
August 1, 2015 at 18:06 #71105LauraModeratorHello, could you place here the code you used to add the location? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
August 1, 2015 at 18:08 #71108LifeviseParticipantIn 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; } }
August 4, 2015 at 03:11 #71447LauraModeratorHello, can you share ftp credentials so i can test some codes? 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
August 5, 2015 at 22:53 #71789LauraModeratorHello, can you try to replace your code with
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 '<div class="location">Location: </div>' . $Location; } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
August 5, 2015 at 23:04 #71793LifeviseParticipant@laura, I replaced the code. What do I now need to add in CSS?
August 6, 2015 at 18:13 #72015LauraModeratorHello, use this css in quick css or style.css
COPY CODE.location:before { font: 130% "fontello"; content: "\e9a0"; display: block; text-align: center; transition: all 0.4s ease-in-out 0s; margin-left: 44.5%; margin-top: 1.3%; position: absolute; }
And replace the php code with
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 '<div class="location"> </div>' . $Location; } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
August 6, 2015 at 20:12 #72046LifeviseParticipantLaura you’re amazing! It works! Only the positioning is not quite right. Can you take one more look?
I can’t thank you enough! 🙂August 8, 2015 at 00:02 #72215LauraModeratorHello, just replace the css code with
COPY CODE.location:before { font: 130% "fontello"; content: "\e9a0"; display: block; text-align: center; transition: all 0.4s ease-in-out 0s; margin-left: 44.5%; position: absolute; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.