Forum Replies Created

Viewing 40 posts - 121 through 160 (of 20,101 total)
  • Author
  • in reply to: Profile #218149
     Radu
    Moderator
    Not marked as solution
    in reply to: Comment issue. #218146
     Radu
    Moderator
    Not marked as solution
    in reply to: Facebook integration issue with mobile browsers #218145
     Radu
    Moderator

    Hi,

    Just i’ve tried from Iphone 6s safari and without any issue the login flow was like it should be

    I cannot see any issue with the facebook login on mobile.

    Mare sure to not be a cache issue on that phone, try from another phones.

    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: Search form using Member Type context #218144
     Radu
    Moderator
    Not marked as solution
    in reply to: Slider and Search #218143
     Radu
    Moderator
    Not marked as solution
    in reply to: Add padding to Messages alert #218106
     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

    Hi,

    Thanks you letting us know that i will inform the rest of the team about that.

    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: problem #218104
     Radu
    Moderator

    Hi,

    Yes, by activating the parent in this way we will figure out of the issue it’s caused by the child theme modifications or not.

    second : using a similar plugin to this one : https://wordpress.org/plugins/conditional-widgets/
    Or this one : https://wordpress.org/plugins/widget-logic/

    that allows you to control the visibility based on certain conditions

    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: Change Failed Password Action #218051
     Radu
    Moderator

    Hi,

    Tried to reproduce on my local install and it doesn’t not redirect and on you i see some js errors on the page that may be a cause also try to switch off the child theme by activating the parent and check again.

    Make sure to have the theme updated to latest version and also the plugins.

    Check agin

    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: PMPro / Buddypress – Add membership to new user #218050
     Radu
    Moderator
    Not marked as solution
    in reply to: Mobile Menu issue #218049
     Radu
    Moderator

    Hi,

    That happens because the bookly-bootstrap plugin loads bootstrap library over the theme one, you will need to disable bootstrap library from the bookly plugin settings, if there it’s no similar setting you can ask the plugin author for a function that will disable it.

    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: mobile app #218047
     Radu
    Moderator
    Not marked as solution
    in reply to: Activity Page #218046
     Radu
    Moderator

    Hi,

    Just add the shortcode with the filter_action=”rtmedia_update”

    COPY CODE
    
    [kleo_bp_activity_stream show="" filter_action="rtmedia_update"]
    

    That’s it
    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: topic updat #218044
     Radu
    Moderator

    Hi guys,


    @webdev159

    Those notices because the wp_debug and wp_debug_display it’s true, in normal way they should be false, so set them false in wp-config.php how laura said.
    So even with those OFF you get the notices ? Anyway the notices shows other files than our themes.


    @ihrony

    It’s better to open a ticket separately to have the issues in different topics for a better reading and processing.
    So just tell me if you get the same behaviour on our theme demo website there we have latest theme version.
    Make sure to have all things updated.
    Check without child theme, by activating the parent theme to see if the issue can still be reproduced.

    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: Integration Transformation to Angular or AngularJs #218043
     Radu
    Moderator

    Hi,

    1. In general if a animation stops performing or stuck at certain time always it’s better to check if it’s a js error triggered there because if you have a error in page all next js based animations will fail/stuck.

    To can prevent css animations without changing the core files you can additionally use a selector similar to this one.

    COPY CODE
    
    .image-wrapper *{
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: color 0 ease-in !important;
    transition: none !important;
    }
    

    Or

    COPY CODE
    
    .image-wrapper *{
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -o-transition: color 0 ease-in !important;
    transition: none !important;
    }
    

    2. It may be caused by same issue like 1, if a js error it’s trow all JS scripts that scales or resize things will stop.

    Those may be because the mod that you are trying to do, something conflicts at some point.

    Do some test with the browser console open

    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 integration issue with mobile browsers #218041
     Radu
    Moderator

    Hi,

    In the past we had a issue from the theme files but now all good, the issue may be the app settings, you can check the theme functionality using facebook login on our demo from the device where for your install not works.

    Please check under Settings -> basic -> scroll down -> website , make sure to have the domain added there

    Try to create a new app just for testing

    Let me know.

    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 Size? #218039
     Radu
    Moderator

    Hi,

    Ok, please follow the next approach.

    Use the next css to controls he max-width of the logo img

    COPY CODE
    
    .logo img {
        max-height: 60px;
    }
    

    Place it into quick css from theme options.

    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: Since Update no [kleo_posts_carousel] anymore #218038
     Radu
    Moderator
    Not marked as solution
    in reply to: Comment issue. #218037
     Radu
    Moderator
    Not marked as solution
    in reply to: Blog Posts pages to edit location? #218036
     Radu
    Moderator

    I know that for that view are referring, that’s odd for me and for the demo setup are displayed, can you please provide the wp-admin credentials to can take a closer look ?

    You have latest theme update applied on the website right ? if no do it and then let me know.
    If you switch off the child theme by activating the parent theme they are displayed?

    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: Add padding to Messages alert #218035
     Radu
    Moderator

    Hi,

    Please use the next css instead the one from #217737 reply.

    COPY CODE
    
    #buddypress div.message-search input[type=text] {
        min-width:300px;
    }
    

    By default the box has around 130px max width assuming it’s enough space to enter 2-3 medium length words, that can be increased using the above css rule and it can be placed in any of the places specified by you above.

    Also you can change the 300px value to your preferred one.

    Put them in the quick CSS within the KLEO Theme Settings

    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: Profile #218023
     Radu
    Moderator
    Not marked as solution
    in reply to: Insert Captcha in register page #218022
     Radu
    Moderator

    Hi,

    No problem
    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: problem #218021
     Radu
    Moderator

    Hi,

    Set child theme off to see if that it’s caused by the child theme.

    It’s possible a css rule or a element that it’s placed in a bad way cannot identified at first look.

    Let me know if child theme causes that.

    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: Header style problem. #218020
     Radu
    Moderator
    Not marked as solution
    in reply to: Site Wide Activity and Members #218019
     Radu
    Moderator
    Not marked as solution
    in reply to: Kid`s date of birth #218018
     Radu
    Moderator

    Hi,

    1. So it behaves as it should if you remove the limits?

    2. If you already have the latest theme version installed it will not appears, so you don’t have it ? Update it.

    3. If you had made any php modification related to the buddy-press or similar it may interact with that, depends what more exactly. That’s it’s better to try to make sure if it’s a general theme issue or a isolated one.

    Let me know

    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: horizontal scrollbar #218017
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Hi,

    I will see if the update card button comes separately via hook there and will get back with a solution if the button comes separately.

    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: embed Google Fonts locally #218015
     Radu
    Moderator

    Great!

    Have a nice week
    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: Progress bar label color #218014
     Radu
    Moderator

    Can you point the elements that you want to change the colors cuz i cannot fully understand please ?

    The selectors for lablels and progress bars

    COPY CODE
    
    .slim-style .vc_single_bar .vc_label {
        color: red !important;
    }
    .slim-style .vc_single_bar .vc_bar {
        background-color:#5472d2 !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: Facebook Login #218013
     Radu
    Moderator
    Not marked as solution
    in reply to: Search form using Member Type context #218011
     Radu
    Moderator
    Not marked as solution
    in reply to: Sign up & 404 #217805
     Radu
    Moderator
    Not marked as solution
    in reply to: Progress bar label color #217804
     Radu
    Moderator

    Hi,

    Apply this css

    COPY CODE
    
    .vc_progress_bar.wpb_content_element .vc_progress-bar-color-bar_orange small {
        color: #8e8e8e !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: Logo Size? #217803
     Radu
    Moderator

    Hi,

    Just launch the website in customizer from wp-admin -> appearance -> customizer ->

    Go to Customizing -> Header -> Header settings -> header height

    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: Kid`s date of birth #217801
     Radu
    Moderator

    Hi,

    If you set 0 for both values , like to de-activate them to test it behaves correctly ?

    Let me know

    Make sure to have latest theme update and latest plugin versions installed.

    Also if you deactivate the child theme it will behaves normally ?

    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: Paid Memberships Pro do bug whith others plugins #217800
     Radu
    Moderator

    Hi,

    Can you describe how the bug happens ? they are not displaying or how ?

    Did you have latest theme version and also latest plugin versions ? Check and update them if not.

    Tried to see your dashboard but i wait 1-2 minutes to load a page and i cannot check .

    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: Facebook Login #217799
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Hi,

    Tried to make a snippet to achieve what you need but not working at all not sure why, meanwhile i’ve found this on wp repository : https://ro.wordpress.org/plugins/redirect-to-login-if-not-logged-in/

    Also you can take a look here and try some of them : https://stackoverflow.com/questions/16738311/redirect-only-wordpress-homepage-with-a-301-redirect

    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 - 121 through 160 (of 20,101 total)

Log in with your credentials

Forgot your details?