Forum Replies Created

Viewing 40 posts - 801 through 840 (of 20,101 total)
  • Author
  • in reply to: translate the form on homepage “Create an Account” #213851
     Radu
    Moderator

    MAke sure to have it activated, if you have it it’s automatically loaded into frontend, another place where you can add your custom css it’s wp-admin -> theme options -> styling options -> quick css

    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: Sidebar generator #213849
     Radu
    Moderator
    Not marked as solution
    in reply to: Sidebar generator #213848
     Radu
    Moderator
    Not marked as solution
    in reply to: 3 column two sidebar not working (overlap issue) #213847
     Radu
    Moderator
    Not marked as solution
    in reply to: User profile photo; BP Search #213846
     Radu
    Moderator
    Not marked as solution
    in reply to: Description of Profile group #213845
     Radu
    Moderator

    YEs

    IF you notice that logo and theme settings had gone away, you will have to enable back parent theme and then to go to wp-admin -> theme options -> import/export download data file then activate child theme and import them. Then add the code to functions.php

    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,

    Tried to debug this for 2 hours and i cannot figure out, the only thing that i had found it’s if you will de-activate the JS from browser all products inclusive https://staging.monalisa-twins.com/product/orange-album-cd this one it will be loaded like the other posts.

    I had asked the core developer about this issue and the JS behaviour and i will get back to you soon.

    I will let you know when we found a solution soon.

    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: Page not responsive on mobile phones. #213786
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Hi,
    Great!

    Use this css

    COPY CODE
    
    @media screen and (max-width: 768px) {
        .pagination-sticky .wp-post-image, .pagination-sticky .avatar {
            height:25px !important;
            width:25px !important;
            line-height:25px;
    
        }
    
    }
    

    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: Group Section Manage #213783
     Radu
    Moderator
    Not marked as solution
    in reply to: Forum Based on Categories #213782
     Radu
    Moderator
    Not marked as solution
    in reply to: Pro membership Plugin error #213781
     Radu
    Moderator

    I see, that’s because there it’s something empty or something, error disappears after you had pressed save options right ?

    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: Woocommerce outdated files #213780
     Radu
    Moderator

    Great,

    From 2-3 version behind the sidebar functionality it’s plugin.

    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: User profile photo; BP Search #213779
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator
    Not marked as solution
    in reply to: Top Mobile Menu Display & Header Border #213774
     Radu
    Moderator

    Hi,

    1. Cannot figure out how that happens can you make a video to can figure out how that happens ? Did you had checked if that happens also on our demo ?

    2. Add the next css to to wp-admin -> theme options -> General settings -> Quick CSS

    COPY CODE
    
    .navbar .kleo-main-header {
        border: 0 !important;
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
     Radu
    Moderator

    Use this css

    COPY CODE
    
    ul .groups .activity-content .avatar {
        max-width: 50px !important;
        line-height: 50px;
    }
    

    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: Remove animation from Kleo Posts #213756
     Radu
    Moderator

    Hi,

    Just use this css

    COPY CODE
    
    
    .post-content.animated.animate-when-almost-visible.el-appear.start-animation {
        -webkit-animation: none;
        -o-animation: none;
        animation: none;
        opacity: 1;
        -moz-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
    

    The css will be added to wp-admin -> theme options -> General settings -> Quick CSS

    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: Controlling 404 page #213755
     Radu
    Moderator

    Hi,

    Using this plugin : https://wordpress.org/plugins/404page/ or any other similar.

    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: 3 column two sidebar not working (overlap issue) #213754
     Radu
    Moderator
    Not marked as solution
    in reply to: WP Bakery #213752
     Radu
    Moderator

    Hi,

    The Visual Composer plugin will be updated free though our theme only from wp-admin ->Appearance -> install plugins, from where you try to update the plugin it will use the plugin standard update mechanism.

    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,

    I see can you provide a product URL that loads slow and another that loads normal ?

    I will need ftp + wp admin to can investigate further to see if the issue.

    So tell me if you will look at the same product using default wp theme where there are many reviews the default theme will load in max2 seconds and kleo in 15 ?

    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: Description of Profile group #213750
     Radu
    Moderator

    Hi,

    Those are in backend where the our theme not loads any css for customizing things, the only way to style that text it’s to add the next function to wp-content/themes/sweetdate-child/functions.php

    function patch_buttons_css(){
    echo “

    “;
    }
    add_action( ‘admin_print_styles’, ‘patch_buttons_css’ ,90);

    NOTE : The child theme needs to be installed and activated.

    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: Forum Based on Categories #213680
     Radu
    Moderator
    Not marked as solution
    in reply to: Group Section Manage #213679
     Radu
    Moderator
    Not marked as solution
    in reply to: Pro membership Plugin error #213678
     Radu
    Moderator

    Hi,

    Try to re-save theme options in wp-admin.

    MAke sure to have wp_debug off

    What php version are you running ? On my local install o cannot see this notice.

    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: Show user first name in menu #213677
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Hi,

    On this link https://forum.lovcour.com/members/alex/ i cannot see any 3 month ago posts the things from the screenshot cannot be seen on the url provided. Please provide url where that appears make a new activity in that type to be latest when i check next time.

    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: Sidebar generator #213672
     Radu
    Moderator
    Not marked as solution
    in reply to: Woocommerce outdated files #213671
     Radu
    Moderator

    Hi,

    Check under wp-admin -> appearance -> install plugins, install sq sidebar generator. Then it should be ok.
    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: translate the form on homepage “Create an Account” #213670
     Radu
    Moderator

    Hi,

    I’ve explained you already your options in my previous reply, this may be a solution (to use parent instead the child) if you are not rewriting any php template in child theme.

    The theme settings from parent and child are separated, example : if you have child theme activated and you have made your theme adjustments using the child theme, when you activate the parent theme the theme options remain in child theme to can have that in both variants you should import from child theme to parent theme the theme settings that can be imported/exported from wp-admin -> theme options -> import/export.
    So export settings from child and after you activate parent theme import them.

    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: Woocommerce cart path #213663
     Radu
    Moderator

    Hi,

    It’s the same like on our demo ? 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: Kleo 4.4.1. constantly returning error 500 #213646
     Radu
    Moderator
    Not marked as solution
    in reply to: Remove parent post in breadcrumb? #213645
     Radu
    Moderator

    It’s for structure like

    Also for certain plugins like woocommerce and geodirectory there it’s used their functions wrapped on our structure, see in 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: Kleo 4.4.1. constantly returning error 500 #213534
     Radu
    Moderator
    Not marked as solution
    in reply to: Revolution Slider on iOS #213526
     Radu
    Moderator

    Hi,
    I see, at this moment my ios has latest version of the software.

    I recommend you to test using default theme if the issue continue to happens and it happens you will need to report the issue to the revolution slider theme since it’s more related to their product rather than ours.

    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
     Radu
    Moderator

    Provide an account to can see the activity and url link to that activity.

    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,

    – Try to update the theme to latest version.
    – Did you had rewritten some buddypress files in child theme ? if yes that may be the cause.
    – Try to switch the child theme to parent theme and test then if the issue continue to happens.

    For the registration form ( [kleo_register] shortcode ) that’s right now on your homepage contains only those fields by default and there it’s no place where you can build the forms.

    If you really need to add/edit fields/functionality here is responsible file : wp-content/plugins/k-elements/shortcodes/templates/kleo_register.php but you will need to know some PHP and html, if you will rewrite that file you should copy it to wp-content/themes/kleo-child/k_elements to can have the functionality that you need over the theme update.

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

Log in with your credentials

Forgot your details?