This topic has 4 replies, 4 voices, and was last updated 6 years by Radu.

  • Author
  • #200370
     mrsv
    Participant

    Hi – is there a way to have this kind of layout design in the directory page?

     

    Thank you,

     

    see attached file

    Attachments:
    You must be logged in to view attached files.
    #200403
     Kieran_SQ
    Moderator

    Hi,

    We can help with theme issues and minor customizations to the theme and are unable to assist in custom development via the forums. The screenshot you provided would take around 2 hours to code and style for you and is therefore outside the scope of support.

    You should contact a third party developer, or one of our own, to assist you with your custom development. If you wish to speak to one of our developers directly about your request you can email dev@seventhqueen.com with a link to this ticket and as much information as you can about your project.

    Thanks,

    Kieran

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

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #201921
     MS
    Participant

    Hello

    I am just starting to work with WordPress and Kleo.

    I would like to move the breadcrumbs down from underneath the main menu. And then add a secondary menu and an edge to edge image carousel in that space just below the main menu.

    So it would display this way:

    Main Menu
    Secondary Menu
    Edge to edge image carousel
    Breadcrumbs

    Is there a way to do this with the Kleo theme and the plugins provided?

    Also is there a way to remove the page name from the breadcrumbs and just have the path showing on the left side?

    Thanks

    #201933
     Kieran_SQ
    Moderator

    Hi,

    I will assign this ticket to a higher support level to assist you with your query. They’ll be in touch with you through this ticket as soon as they can, Monday to Friday, East European Time.

    Thanks,

    Kieran

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

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #202010
     Radu
    Moderator

    Hi,

    Buddypress pages cannot be customized by builders lile Visual Composer because the page i’s populated on the fly by the buddypress filters. There you should build php custom template in child theme.
    The file that controls that it’s this : /wp-content/themes/kleo/buddypress/members/members-loop.php
    You can modify the templates by copying them on child theme in same directory structure
    members directory loop : /wp-content/themes/kleo-child/buddypress/members/members-loop.php

    Otherwise you can create a new page where you will add the elements and arrange the layout exactly how you had described excepting the breadcrump cuz we don’t have shortcode for that.

    So you can combine all methods by generateing the shortcodes on visual composer and editing the php file by rendering the shortcodes in place where you need.

    You can hide the tile using this css

    COPY CODE
    
    .directory h1.page-title {
        display: none;
    }
    

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 5 posts - 1 through 5 (of 5 total)

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

Log in with your credentials

Forgot your details?