This topic has 23 replies, 2 voices, and was last updated 9 years by Laura.

  • Author
  • #69324
     Lifevise
    Participant

    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.
    #69380
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    #69447
     Lifevise
    Participant
    This reply has been set as private.
    #69565
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    #69660
     Lifevise
    Participant

    Hi laura, You can access now 🙂

    #69870
     Lifevise
    Participant

    Hi Laura, you have some time to take a look at the issues please?

    #70031
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    #70054
     Lifevise
    Participant

    Hi Laura, I just accepted your group request.:)

    #70139
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    #70243
     Lifevise
    Participant

    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.

    #70481
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    #70499
     Lifevise
    Participant

    @laura,

    You 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.

    #70500
     Lifevise
    Participant

    Issue 2 is about the location icon…

    #70821
     Laura
    Moderator

    Hello, 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 it

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura 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 🙂

    #70826
     Lifevise
    Participant

    @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?

    #71105
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    #71108
     Lifevise
    Participant

    @laura,

    In childs functions.php

    COPY CODE
    add_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;
        }
    }
    #71447
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

    #71452
     Lifevise
    Participant
    This reply has been set as private.
    #71789
     Laura
    Moderator

    Hello, can you try to replace your code with

    COPY CODE
    
    add_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 solution

    Laura 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 🙂

    #71793
     Lifevise
    Participant

    @laura, I replaced the code. What do I now need to add in CSS?

    #72015
     Laura
    Moderator

    Hello, 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 CODE
    
    add_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 solution

    Laura 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 🙂

    #72046
     Lifevise
    Participant

    Laura you’re amazing! It works! Only the positioning is not quite right. Can you take one more look?
    I can’t thank you enough! 🙂

    #72215
     Laura
    Moderator

    Hello, 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 solution

    Laura 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 🙂

Viewing 24 posts - 1 through 24 (of 24 total)

The forum ‘KLEO’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?