Forum Replies Created

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
  • in reply to: Member page – kleo-bp-home-wrap – translation #23067
     beforenoon
    Participant

    Hi Catalin, thank you so much !! it really helped me a lot 🙂

    i fixed the code function name -> tab and added the notification field.

    COPY CODE
    function kleo_change_profile_tab() {
    global $bp;
    $bp->bp_nav['profile']['name'] = 'your name';
    $bp->bp_nav['activity']['name'] = 'your name';
    $bp->bp_nav['friends']['name'] = 'your name';
    $bp->bp_nav['groups']['name'] = 'your name';
    $bp->bp_nav['blogs']['name'] = 'your name';
    $bp->bp_nav['messages']['name'] = 'your name';
    $bp->bp_nav['settings']['name'] = 'your name';
    $bp->bp_nav['notifications']['name'] = 'your name';
    
    }
    add_action( 'bp_setup_nav', 'kleo_change_profile_tab', 999 );
    
    define( 'BP_DEFAULT_COMPONENT', 'profile' );
    
    ?>
    in reply to: undefined-sticky-wrapper #22419
     beforenoon
    Participant

    it happens on occasions.
    i guess it’s the logo resize. for now i fixed it by setting a smaller Logo image.

    in reply to: menu cart #22363
     beforenoon
    Participant

    Hi Catalin,
    there is no reminder of the mini-cart in Header.php

    when the mini-cart is activated to the main menu via theme options, it display in the front-end main menu.
    when i hover over the cart image, in the HTML the mini cart class is cahnged to include ‘active’.
    i wish to control this, i just need to know which file controls it in the theme.

    thanks,
    beforenoon

    in reply to: BuddyPress CSS #22231
     beforenoon
    Participant

    figured it out.
    i use the theme with RTL settings. apperantly, BudddyPress has a RTL CSS file that looks as in the above image.

    in reply to: Adding nice scroll to button #22215
     beforenoon
    Participant

    ohh.. i see,
    thank you 🙂

    in reply to: Visual Composer on Post #22101
     beforenoon
    Participant

    easy!
    Go to Settings -> Visual Composer and set the Content Types (i.e Post etc.)

    in reply to: menu cart #22065
     beforenoon
    Participant

    let me rephrase 🙂

    where are the files that builds the HTML for:
    – Navigation Menus
    – Header
    i hope that is clear enough.

    Thanks in advance, Beforenoon

    in reply to: Showcase KLEO #22062
     beforenoon
    Participant

    @inbloom Very Nice !!

    in reply to: Membership levels #22061
     beforenoon
    Participant

    the shortcode do display a membership level offer – i have only 1 for now, but the page (membership levels)
    is not like the design in the demo (heading text etc.).
    anyway i designed the page myself for now.

    in reply to: Membership levels #21998
     beforenoon
    Participant

    I meant for the whole page design as in the demo.
    the heading text and the display where the free trial is in blue.
    is it possible?

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

Log in with your credentials

Forgot your details?