Forum Replies Created

Viewing 40 posts - 2,401 through 2,440 (of 20,101 total)
  • Author
  • in reply to: Different homepage logo #200626
     Radu
    Moderator

    Hi,

    Just open the homepage in backend ( wp-admin -> pages ) and set below content area a custom logo

    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 header #200625
     Radu
    Moderator

    Hi

    just use this css

    COPY CODE
    
    @media (max-width: 991px){
        .kleo-main-header, .navbar-transparent .kleo-main-header, .kleo-navbar-fixed.navbar-transparent #header {
            background-color: #FFF;
        }
    
        .navbar-transparent .navbar-toggle .icon-bar {
            background-color:#000 !important;
        }
    
        ul#menu-kleonavmenu li a {
            color: rgba(12,12,12,0.8) !important;
        }
    
    }
    

    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: About page in buddypress- Field labels are cut #200624
     Radu
    Moderator
    Not marked as solution
    in reply to: “cancel friendship” button not working #200618
     Radu
    Moderator
    Not marked as solution
    in reply to: Scrolling down for every change at Profile Page #200617
     Radu
    Moderator

    I see the debug it’s needed on both cases, tried right now to see the debug.log file trough a plugin named debug this and it not works it asks the next

    Please add the following to wp-config.php to use this mode.
    define(‘WP_DEBUG’, true);
    define(‘WP_DEBUG_LOG’, true);
    define(‘WP_DEBUG_DISPLAY’, false);

    Let me know orrr you can provide to me the FTP

    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 #200615
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Hi,

    Maybe using this plugin : https://wordpress.org/plugins/pmpro-bbpress/

    You will be able to set a required membership level for every forum in place.

    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: Error message #200613
     Radu
    Moderator
    Not marked as solution
    in reply to: Issue with facebook login from mobile #200612
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator
    Not marked as solution
    in reply to: Security problem #200554
     Radu
    Moderator

    Hi,

    You can log all you queries until it happens one then look in log maybe you will see what script done that.

    https://stackoverflow.com/questions/303994/log-all-queries-in-mysql

    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,

    Use this css to hide the round status bubble from member profile page

    COPY CODE
    
    .kleo-online-status {
        display: none !important;
    }
    

    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: Portfolio title #200550
     Radu
    Moderator
    Not marked as solution
    in reply to: The submenu is not auto refreshing #200549
     Radu
    Moderator
    Not marked as solution
    in reply to: members page search form and behavior #200541
     Radu
    Moderator

    Hi,

    See the screenshot

    I had already done that for you, now the search input appears on directory

    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: Scrolling down for every change at Profile Page #200540
     Radu
    Moderator

    Hi,

    YEs, there seems to be a shortcode that it’s not running i think for some reason you get blank page on theme options. So just enable wp debug.

    So if you have child theme de-activated from wp-admin -> appearance ->themes it’s no need to delete they will not run.

    Steps to enable wp debug:

    •  Connect to your server by FTP
    • Look in root directory of your WordPress install and open wp-config.php
    • Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
    COPY CODE
    define( 'WP_DEBUG', true );
    
    •   After this line add this:
    COPY CODE
    define( 'WP_DEBUG_LOG', true );
    

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).

    Repeat the described actions and then check the debug.log file and let me know what error appears.

    If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.

    After you have disabled the plugins try to see if the error persists.

    Cheers

    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,

    The only way to can see what causes the white page in theme options it’s to activate wp debug.

    Steps to enable wp debug:

    •  Connect to your server by FTP
    • Look in root directory of your WordPress install and open wp-config.php
    • Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
    COPY CODE
    define( 'WP_DEBUG', true );
    
    •   After this line add this:
    COPY CODE
    define( 'WP_DEBUG_LOG', true );
    

    WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).

    Repeat the described actions and then check the debug.log file and let me know what error appears.

    If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.

    After you have disabled the plugins try to see if the error persists.

    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: Social Share #200538
     Radu
    Moderator

    Hi,

    We are trying to keep the kleo theme as clean as possible to can be very lite for performance so… any additional requirement functionality can be easly achieved with the plugins or by a programmer.

    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: Register Form Fields Not Working #200537
     Radu
    Moderator

    Great
    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 after update #200534
     Radu
    Moderator

    Hi, now yes

    Try to use 2.9.6 templates( not sure if they will work like then because the pmpro plugin probably updated template structure , try it)

    I had attached the 2.9.6 version at this ticket, you can overwrite the 3.x.x version templates with older one by activating child theme and then in wp-content/themes/sweetdate-child/paid-memberships-pro/ copy desired templates from parent ( wp-content/themes/sweetdate/paid-memberships-pro )

    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 #200532
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator
    Not marked as solution
    in reply to: Profile visibility issue #200525
     Radu
    Moderator

    I see, i will speak with the core developer about this thing, will let you 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: Side Menu #200353
     Radu
    Moderator

    Ok Just add this code to wp-admin -> theme options -> Quick Javascript

    COPY CODE
    
                $( document ).ready(function() {
    
                    /* Close sidemenu and second menu when clicking outside only on mobile XS */
                    $(document).click(function (event) {
                        if (!$(event.target).closest('.second-menu').length && $('body').hasClass('device-xs')) {
                            $("body").removeClass("sidemenu-is-open second-menu-is-open");
                        }
                    });
                });
    

    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: Redirect #200344
     Radu
    Moderator
    Not marked as solution
    in reply to: Security problem #200333
     Radu
    Moderator

    Hi,

    I don’t think kleo does that, look right now at the db and usernames are different (as it should )

    What are the steps to reproduce that kind of issue ?

    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: problem after update #200332
     Radu
    Moderator

    Hi,

    Did you had changed the templates in parent theme for paid memberships pro ?

    What version yo have in the past ?

    On our demo how it looks comparative with your current layout in pmpro page ? https://seventhqueen.com/demo/sweetdatewp/membership-account/membership-checkout/?level=3

    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
    Not marked as solution
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator
    Not marked as solution
    in reply to: Side Menu #200319
     Radu
    Moderator

    Hi,

    They are toggle, tap on element to open and tap again to close.

    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: Cannot use Facebook on Mobile #200317
     Radu
    Moderator

    Hi,

    Sincerely not sure what to recommend you further…. trying to reproduce on my local end and our demo cannot see any issue from our theme code, so i think on your case it’s caused by some misconfiguration maybe, try to create a new app just allow to be public and under AppDomains add only the hostname

    In rest where asks for website url add your site including https https://unitedforautism.org/

    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: Register Form Fields Not Working #200310
     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: !–more–> tag not working #200309
     Radu
    Moderator

    Hi,
    I don’t know exactly, to can find out i recommend you in first instance to de-activate all plugins and check if it works, if not it means it could be something directly from worpress, if it works it means one of those plugins casuses that and you should enable all plugins back one by one while you check if the read more tag still works, when you see it stop working you will figoure out what plugin was activated earlier.

    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: JQuery /JS issue with Buddypress and Kleo #200307
     Radu
    Moderator

    Great
    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: Redirect #200306
     Radu
    Moderator
    Not marked as solution
    in reply to: Profile Menu – how can we customize/add items? #200305
     Radu
    Moderator

    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
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator
    Not marked as solution
Viewing 40 posts - 2,401 through 2,440 (of 20,101 total)

Log in with your credentials

Forgot your details?