Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • in reply to: Sticky footer #17472
     Pedroml
    Participant

    I found this:

    COPY CODE
    footer {
    left: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 120px;
    }
    
    content {
    padding-bottom: 120px;
    }

    My question is how to implement this in kleo?

    in reply to: Changing navigation text #17110
     Pedroml
    Participant

    You must create a bp-custom.php file and place it in the plugins folder.

    COPY CODE
    <?php
    define( 'BP_SETTINGS_SLUG', 'configuracion' );
    define( 'BP_XPROFILE_SLUG', 'perfil' );
    define( 'BP_ACTIVITY_SLUG', 'actividad' );
    define( 'BP_FRIENDS_SLUG', 'contactos' );
    define( 'BP_GROUPS_SLUG', 'grupos' );
    define( 'BP_FORUMS_SLUG', 'foros' );
    define( 'BP_MESSAGES_SLUG', 'mensajes' );
    define( 'BP_NOTIFICATIONS_SLUG', 'notificaciones' );
    ?>

    In the example I changed the default to Spanish slugs

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

Log in with your credentials

Forgot your details?