-
Author
-
June 9, 2018 at 00:37 #200370mrsvParticipant
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.June 9, 2018 at 16:51 #200403Kieran_SQModeratorHi,
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 solutionIf 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.
June 25, 2018 at 22:28 #201921MSParticipantHello
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
BreadcrumbsIs 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
June 26, 2018 at 00:31 #201933Kieran_SQModeratorHi,
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 solutionIf 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.
June 26, 2018 at 17:08 #202010RaduModeratorHi,
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.phpOtherwise 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
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
The forum ‘General questions’ is closed to new topics and replies.