Forum Replies Created
-
Author
-
Radu
ModeratorI don’t understand exactly what do you want to achieve
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Happy if you have figure out
Thank you for providing the solution
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Those are the selectors for title and description of the search results
COPY CODE.kleo_ajax_results .ajax_search_content .search_title { font-size:17px !important; color:red !important; } .kleo_ajax_results .ajax_search_content .search_excerpt { font-size:14px !important; color:black !important; }Those will be pasted in child theme style.css or in wp-admin -> theme options -> quick css
Let me know if you need additonal selectors
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Where i can see the behavior of that plugin that conflicts with the theme ? (provide URL )
You use that plugin to have captcha in login form ? why captcha in login form ? If you want to add captcha in the login box i can help you with that but i cannot see the usablity to use captcha on login.Cheers
r.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorThe masonry grid uses isotope and this behaviour it’s to change order to some elements dynamically that depend on by the element height, this is now masonry and isotope works
For the grid behaviour please check now,I’ve deleted the previous codes from style.css and i’ve added this rule in quick css area .responsive-cols.per-row-4>* {width: 24.9%;} leave it there.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorHi,
Where exactly ? cuz your homepage it looks wired
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
From what I see the code logic is ok but I cannot investigate/run/debug the code because this it’s something custom that cannot be covered by the support service.
This guide shows you how to register new tab on members page: https://buddypress.org/support/topic/adding-new-profile-tab-content/ then on screen functions you should call the member’s directory template as you did but something, not works, check with attention again.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorAdd this function to functions.php in child theme
COPY CODE/*Make xprofile fields translable fix*/ if (!function_exists('make_x_profile_fields_name_translable')): function make_x_profile_fields_name_translable($fieldname) { return __($fieldname, 'kleo_framework'); } add_filter('bp_get_the_profile_field_name', 'make_x_profile_fields_name_translable'); endif;It works i’ve tested
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I cannot figure out how exactly you are want to use bars instead of numbers, provide a live example or a screnshot
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
We are working on the single image element for the caption on pop-up also we will need to do this also the images gallery.
As you can see on my theme install the lightbox works by default using media grid element: https://drive.google.com/file/d/0Bxo5b6iHWRMwQURLb2RiUkZjWG8/view
On your website the lighbox not works using media grid element from VC ? if no de-activate all plugins excluding the visual composer and if still not works de-activate the child theme to test
Also check if you have any update available in wp-admin -> appearance -> install pluginsLet me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
You will have to use only the code with media in it not both,
The posts order will change because the posts are pulled in the date order
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
The login url it says 403: Forbidden This page cannot be displayed and the login credentials are not working when i’ve try to login from login page.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
If you want to extend the kleo ajax search functionality this is the function that handles the query
You can copy this code and paste to the functions.php file from child to having those changes event you update the parent theme.
You can inspire it from here : http://wordpress.stackexchange.com/a/202227 then to extend the kleo ajax search function.
For the moment there is no ‘plug and play’ code
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou’re welcome
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Just go to wp-admin -> pages -> select yoru page -> then below under content area you have theme specific settings at page level

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Try with this instead
COPY CODE@media(min-width:992px;){ .responsive-cols.per-row-4>* {width:24% !important;} }Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI see, bun on profile header they are showing ok right? (top)
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 23, 2017 at 18:30 in reply to: Breadcrumb quick profile navigation CSS + CSS for putting picture above tabs #150538Radu
ModeratorYou’re welcome
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 23, 2017 at 18:30 in reply to: Breadcrumb quick profile navigation CSS + CSS for putting picture above tabs #150537Radu
ModeratorYou’re welcome
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Ok thenCheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
From where you have selected the sidebar for the forums page ? provide screenshot
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
For changing order in members directory take a look here : https://buddypress.org/support/topic/make-members-list-default-to-alphabetical/
And the file in you will modify it’s : /Applications/XAMPP/htdocs/sweetdate/wp-content/themes/sweetdate/members/members-loop.php
If you want to have those modifications on future updates copy that file from current location to child theme ( /wp-content/themes/sweetdate-child/members/members-loop.php )
R.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Add this to wp-admin -> theme options -> general settings -> quick css
COPY CODE.responsive-cols.per-row-4>* {width:24% !important;}Let me know
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts