Forum Replies Created

Viewing 40 posts - 8,281 through 8,320 (of 20,101 total)
  • Author
  • in reply to: Change Portfolio post author #150910
     Radu
    Moderator

    I 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 solution
    in reply to: timeline issue #150909
     Radu
    Moderator

    Hi,

    Happy if you have figure out

    Thank you for providing the solution

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: facebook API #150908
     Radu
    Moderator
    Not marked as solution
    in reply to: ajax search #150906
     Radu
    Moderator

    Hi,

    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 solution
    in reply to: >> login Box #150905
     Radu
    Moderator

    Hi,

    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 solution
    in reply to: Post Grid Element buggy layout #150904
     Radu
    Moderator

    The 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 solution
    in reply to: Bugs and Issues #150902
     Radu
    Moderator

    Hi,

    Where exactly ? cuz your homepage it looks wired

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Logo Problem #150901
     Radu
    Moderator
    Not marked as solution
    in reply to: BP Profile search inconsistent behaviour #150788
     Radu
    Moderator

    Hi,

    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 solution
    in reply to: How can i force the translation? #150786
     Radu
    Moderator

    Add 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 solution
    in reply to: BuddyPress – bar for selection #150783
     Radu
    Moderator

    Hi,

    I cannot figure out how exactly you are want to use bars instead of numbers, provide a live example or a screnshot

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: questions #150781
     Radu
    Moderator
    Not marked as solution
    in reply to: facebook API #150780
     Radu
    Moderator
    Not marked as solution
    in reply to: Image gallery caption #150778
     Radu
    Moderator

    Hi,

    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 plugins

    Let 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 solution
    in reply to: Post Grid Element buggy layout #150773
     Radu
    Moderator

    Hi,

    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 solution
    in reply to: timeline issue #150772
     Radu
    Moderator

    Hi,

    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 solution
    in reply to: EXPAND SEACH CRETERIA OF SEARCH BOX #150766
     Radu
    Moderator

    Hi,

    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 solution
    in reply to: KLEO – Registration vs Membership Pro #150763
     Radu
    Moderator
    Not marked as solution
    in reply to: KLEO – Registration vs Membership Pro #150760
     Radu
    Moderator
    Not marked as solution
    in reply to: KLEO – Registration vs Membership Pro #150758
     Radu
    Moderator
    Not marked as solution
    in reply to: Change Logo on Scroll #150750
     Radu
    Moderator

    You’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 solution
    in reply to: KLEO – Registration vs Membership Pro #150747
     Radu
    Moderator
    Not marked as solution
    in reply to: Kleo Default login not working #150647
     Radu
    Moderator
    Not marked as solution
    in reply to: Problem with Home Geodirectory #150618
     Radu
    Moderator
    Not marked as solution
    in reply to: questions #150615
     Radu
    Moderator
    Not marked as solution
    in reply to: facebook API #150613
     Radu
    Moderator
    Not marked as solution
    in reply to: Change Logo on Scroll #150612
     Radu
    Moderator

    Hi,

    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 solution
    in reply to: Failed Logins #150611
     Radu
    Moderator
    Not marked as solution
    in reply to: Post Grid Element buggy layout #150609
     Radu
    Moderator

    Hi,

    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 solution
    in reply to: How can i force the translation? #150608
     Radu
    Moderator

    I 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 solution
    in reply to: Logo Problem #150605
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    You’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 solution
     Radu
    Moderator

    You’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 solution
    in reply to: All carousels seemed to stop working #150536
     Radu
    Moderator

    Hi,
    Ok then

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: facebook API #150535
     Radu
    Moderator
    Not marked as solution
    in reply to: facebook API #150534
     Radu
    Moderator
    Not marked as solution
    in reply to: Sidebar on a page #150533
     Radu
    Moderator

    Hi,

    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 solution
    in reply to: Menu #150532
     Radu
    Moderator
    Not marked as solution
    in reply to: default users display #150531
     Radu
    Moderator

    Hi,

    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 solution
    in reply to: Post Grid Element buggy layout #150529
     Radu
    Moderator

    Hi,

    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
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 40 posts - 8,281 through 8,320 (of 20,101 total)

Log in with your credentials

Forgot your details?