Forum Replies Created

Viewing 40 posts - 5,001 through 5,040 (of 20,101 total)
  • Author
  • in reply to: Issue with “Sweetdate alternative” in the dashboard #176980
     Radu
    Moderator
    Not marked as solution
    in reply to: SweetDate 3.0 #176979
     Radu
    Moderator

    Hi,

    The issue the invalid https certificate response of your cdn media server

    https://media.donor.se/2016/10/oie_transparent-1.png

    Now the logo it’s with http url instead https can be changed from wp-admin -> theme options -> general settings ->

    The theme options error it’s fixed, it’s also fixed in latest 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
    in reply to: landing page and demo #176977
     Radu
    Moderator
    Not marked as solution
    in reply to: Schema.org Question #176974
     Radu
    Moderator

    Hi,

    Yes exactly,

    Did you have any other suggestions to make the snippet to cover more components at once.

    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: CENTER WINDOW #176973
     Radu
    Moderator

    Hi,

    The issue comes from the style or css settings for the admin-custom-login plugin that you are using there not from our theme, use that css to fix that.

    COPY CODE
    
    .login.login-action-lostpassword p.message,.login.login-action-lostpassword form#lostpasswordform {margin:0 auto }
    
    .login.login-action-lostpassword #login .message {margin-bottom:20px !important;}
    
    .login.login-action-lostpassword p#nav, .login.login-action-lostpassword p#backtoblog {
        margin:0 auto;
        min-width: 400px;
        text-align: center;
    }
    .login.login-action-lostpassword p#nav {margin:10px 0;}
    

    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: Double username on members page #176969
     Radu
    Moderator

    Hi,

    1. Most sure in the functions of your child theme you haves some snippets related to what to display in members directory, so what the fields will be shown there ?

    2. In the past how you haves that? Maybe some changes related to that was in child theme.

    Can you ask at the hosting provider about 4-5 days or even 1-2 weeks old child theme folder from a backup ? to can see what you haved there.

    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: SweetDate 3.0 #176966
     Radu
    Moderator

    Hi @Benson

    Can you please open a new ticket related to your issue only please ? Explain in the ticket what the problem is and provide WP credentials + ftp credentials.

    Meanwhile you can ask the hosting support to revert your site files + site db before the date where you have updated the theme.

    If you not using child theme i can update the theme on your server free for you !Just open a new ticket with requested details.

    @Roader, please stop asking about components from other themes to add it into sweetdate cuz you need them for your project…. ask a developer to implement exactly as you need.

    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: @mentions dropdown auto complete #176963
     Radu
    Moderator

    Hi,

    Logging with the provided credentials, i’m redirected to the homepage, then i click forums or a post or something

    And i’m directed to /register/

    Tell me, if you de activate all plugins except bbpress and also child theme the autocomplete will work 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: Multiple Q’s from a new user of Kleo Theme: #176961
     Radu
    Moderator

    Hi,

    Sorry for that, see here the selectors below,

    COPY CODE
    
    
    /* Extra Small Devices, Phones */ 
    @media only screen and (max-width : 480px) {
    
        #main * {font-size:17px;line-height:35px;}
        #main h1 {font-size:17px !important;line-height:35px;}
        #main h2 {font-size:27px !important;line-height:35px;}
        #main h3 {font-size:37px !important;line-height:35px;}
        #main h4 {font-size:47px !important;line-height:35px;}
    
    
    }
    
    /* Tablet like.. */ 
    @media only screen and (max-width : 991px) {
    
        #main * {font-size:27px;line-height:35px;}
        #main h1 {font-size:37px !important;line-height:35px;}
        #main h2 {font-size:47px !important;line-height:35px;}
        #main h3 {font-size:57px !important;line-height:35px;}
        #main h4 {font-size:67px !important;line-height:35px;}
    
    
    }
    
    

    There you have additional breakpoints i’ve done for 480, adapt the font size and line height for the 480 resolution then copy the css for the 991 resolution and adapt it for your needs.

    Here’s the css for the button

    COPY CODE
    
    a.btn.btn-highlight:hover {
        background: #ba2a2a !important;
    }
    
    ul.nav a.btn.btn-highlight {
    background: #ba2a2a !important;
    border:0 !important;
    }
    
    ul.nav a.btn.btn-highlight .caret {line-height:54px;}
    

    You can replace also the button color with your desired

    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: Bugs #176960
     Radu
    Moderator
    Not marked as solution
    in reply to: Menu Icons not showing #176959
     Radu
    Moderator

    Hi again,

    In normally conditions disabling/enabling plugins should not causing a error like that, Sorry…nothing was intentioned, i just want to debug the issue, i’ve done this procedure enable disable plugins on many installs and not happening this, so it’s a safe operation..

    So did you tried to add new icons ? cuz comparing your menu icons with mine you have significant more icons that i have and from example star-1 cannot be found on default buddyapp theme since on your exists the code “star-1”

    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,

    Finally figured our .. some google fonts are loaded thru CSS with include and cannot be dequeue with wp_dequeue_fonts

    So you will have to delete the highlited code from those files

    1. /wp-content/plugins/js_composer/assets/css/js_composer_frontend_editor.min.css
    2. /wp-content/plugins/js_composer/assets/css/js_composer_backend_editor.min.css

    You can ask visual composer if they are in plan to add a option ON/OFF google fonts or maybe a better 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: Kleo #176956
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Hi,

    The article it’s about how to add the fields on the member profile header and we have separate article for that, one for member header one for directory.

    1. https://archived.seventhqueen.com/kleo/article/add-extra-profile-fields-show-certain-profile-fields-member-directory

    2. https://archived.seventhqueen.com/kleo/article/add-extra-profile-fields-show-certain-profile-fields-member-profile-header

    I’ve interlinked them to can find them easier.

    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: Ajax Search Summary in Menu Bar is Wrong #176953
     Radu
    Moderator

    Hi,
    Just replace this file content : /wp-content/themes/kleo/lib/theme-functions.php
    with this one : https://pastebin.com/raw/RUKYnUPN

    This will be fixed in next theme update

    Chers
    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: FB login #176892
     Radu
    Moderator
    Not marked as solution
    in reply to: landing page and demo #176890
     Radu
    Moderator
    Not marked as solution
    in reply to: customize the form's registration #176888
     Radu
    Moderator
    Not marked as solution
    in reply to: group update filter doesnt work #176887
     Radu
    Moderator

    It was automatically closed,

    The issue it’s related to the buddypress not from our theme. And this will be fixed when they fix 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: Bugs #176886
     Radu
    Moderator
    Not marked as solution
    in reply to: recaptcha v2 “didnt verify” failure #176882
     Radu
    Moderator
    Not marked as solution
    in reply to: Load more button not working #176881
     Radu
    Moderator
    Not marked as solution
    in reply to: Vertical Images always being rotated to landscape #176878
     Radu
    Moderator

    Hi,

    Our theme not alter the photo upload logic, try that using default WP theme to see if you encounter the same.

    I think you will have to search for a plugin that can do that

    Try this : https://wordpress.org/plugins/image-rotation-fixer/
    Other discussion : https://premium.wpmudev.org/forums/topic/buddypress-activity-plus-rotate-images

    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: SweetDate 3.0 #176877
     Radu
    Moderator

    Hi


    @Benson

    If you don’t have any BuddyPress templates overwritten or php snippets in the functions.php file concerning the buddypress layout in child theme it’s safe to update !!!!!

    Tested and para tested on my local end.

    Also on the demo, we will update today to 3.0 version…

    This it’s our install and setup tutorial for sweetdate 3.0 https://www.youtube.com/watch?v=26_Oi-ZKIaA

    If you just update the theme the theme it’s not needed to import demo content….

    VERY IMPORTANT NOTE: If you have overwritten the template files in child theme, especially the BuddyPress templates, and after update, the site is broken you will have to re-do the swetedate templates, or you can revert to 2.9.11 look for in main files/WordPress/version 2.9/

    If you haven’t overwritten the templates in the child theme but looks wired, just re-save theme options, it should look ok.

    Cheerss
    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: Problems with Kleo Posts element #176874
     Radu
    Moderator

    Hi,

    No problem, this week we will fix this, we will let you know guys

    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: upload size #176873
     Radu
    Moderator

    I see, the theme doesn’t alter the upload mechanism, and i think you will have to search for a plugin that gives you this ability lo limit the image by the width on the fly while upload.

    Also found this function on google give a try and adapt the values for your needs : https://wordpress.stackexchange.com/a/130204

    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: Envato API error #176872
     Radu
    Moderator

    Hi,

    The updated connects to their servers (themeforest.net) and our theme files and archive files are ok!

    I think the issue it’s another and it comes from the zip extension missing from the server or from curl missing extension, report this to your hosting support service and ask them about this.

    DETAILS : https://www.digitalocean.com/community/questions/experiencing-a-pclzip_err_bad_format-error-when-updating-plugin-themes-on-wordpress-running-php-7

    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: CENTER WINDOW #176871
     Radu
    Moderator

    Looks centered on my end


    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: Load more button not working #176869
     Radu
    Moderator
    Not marked as solution
    in reply to: KLEO Woocommerce Plugin Causing PHP Notice #176868
     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: Menu Icons not showing #176867
     Radu
    Moderator

    Hi,

    I see, using Wp admin tried to de-activate all just to test the behaviour but when i’ve deactivate all plugins receiving the next error.

    This page isn’t working

    http://www.estilotu.com redirected you too many times.
    Try clearing your cookies.
    ERR_TOO_MANY_REDIRECTS

    So de-activating plugins should not cause like this…please let me know when the website it’s reachable again.

    So did you tried to add new icons cuz comparing your menu icons with mine you have significant more icons that i have and from example star-1 cannot be found on default buddyapp theme since on your exists the code “star-1”

    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: Integrating AudioTheme Plugins #176862
     Radu
    Moderator

    Hi,
    I see, it seems that the plugin it’s a paid one and i cannot test it on my end… can you send it to me ? do it only if this it’s usable without licence just to test how it integrate with the layout.

    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 with paid memebership #176861
     Radu
    Moderator
    Not marked as solution
    in reply to: display mobile menu like on desktop #176856
     Radu
    Moderator
    Not marked as solution
    in reply to: google recptcha not shown in login popup #176854
     Radu
    Moderator

    Hi,

    Just give it to me the plugin url to can test locally accurate how it behaves please, normally with my solution it should work ok.

    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: customize the form's registration #176853
     Radu
    Moderator
    Not marked as solution
    in reply to: FB login #176851
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Hi

    Great that you have figoured out, the links1,2 are not added , provide the link to correct the hook

    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: Primary Menu’s sub menu not working on mobile #176849
     Radu
    Moderator

    Hi,

    Figured out

    Look for that rule in quick css area from wp-admin -> theme options -> general settings ->

    That it then you can use the mobile menu

    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 IN activity generates 404 on edit-account?? #176848
     Radu
    Moderator
    Not marked as solution
Viewing 40 posts - 5,001 through 5,040 (of 20,101 total)

Log in with your credentials

Forgot your details?