Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
  • in reply to: Register page shorcode #110772
     btn23kleo
    Participant

    I’m pretty sure I put this request under “BuddyApp”. You may have provided me a solution for KLEO theme. The questions is pertaining to BuddyApp.

    Please provide a short code so I can put the new user registration form into a page…

    in reply to: White gap between the menu and the page content #40911
     btn23kleo
    Participant

    Please kindly respond to this issue so we can can this fixed up for our website. Many thanks…

    in reply to: KLEO – Features Requests #25819
     btn23kleo
    Participant

    how about chat integration?

    in reply to: Add menu to the black top bar #24763
     btn23kleo
    Participant

    Can you please expand on that? Are you able to modify the code to support your suggestions… Thank you

    in reply to: Add menu to the black top bar #24396
     btn23kleo
    Participant

    Please let me know if I would be able to use the same codes to add custom menu items next to the social links in the top bar in KLEO theme. Please help!

    Register a new menu with this function added to sweetdate-child/functions.php

    function kleo_register_my_menus() {
    register_nav_menus(
    array(
    ‘Top’ => __( ‘In the top bar’, ‘kleo_framework’ ),
    )
    );
    }
    add_action( ‘init’, ‘kleo_register_my_menus’ );

    And then in header.php add this code somewhere inside top-links div.
    <?php wp_nav_menu( array( ‘container’ => false, ‘menu_class’ => ‘left top_menu’, ‘theme_location’ => ‘Top’, ‘fallback_cb’ => ”, ‘walker’ => new sweetdate_walker_nav_menu)); ?>

    and this style to Sweetdate – Styling options – Quick css

    .top_menu {list-style: none;}
    .top_menu li {float:left;margin-right: 10px}
    .top_menu li:last-child {margin-right: 0;}

    in reply to: KLEO – Features Requests #23730
     btn23kleo
    Participant

    page loader, offers the ability to pre-render the page with all of the elements of the page displayed at once. this feature is common amongst some of the top selling themes, one of which that i have purchased is called “hogash”…

    in reply to: Login & Register menu items at the top working #21029
     btn23kleo
    Participant
    This reply has been set as private.
Viewing 7 posts - 1 through 7 (of 7 total)

Log in with your credentials

Forgot your details?