Forum Replies Created

Viewing 40 posts - 3,561 through 3,600 (of 20,101 total)
  • Author
  •  Radu
    Moderator

    Hi,

    It’s ok in root, but to can be sure before using snippet access direct the link https://lovcour.com/webfont.js to see if the path it’s ok.

    To can have latest theme recommended plugins you can check in wp-admin -> appearance -> install plugins

    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,

    Ok but there i cannot see what you describe , it looks like it’s other theme,let me know when can i see our design and leave links that shows the problem in forums and members url

    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: Plugins Media Library Misbehaving #191979
     Radu
    Moderator
    Not marked as solution
    in reply to: Updating Sweetdate #191978
     Radu
    Moderator

    Finally found

    There was a page template to that 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: cropping function #191977
     Radu
    Moderator

    Hi,

    it’s only one now

    I’ve imported also the homepage of sweetdate like in the demo maybe you need it : https://www.eumello.com/home-sd3-0/ or you can delete it from the pages

    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 blue line from the background image #191976
     Radu
    Moderator

    Just use this css

    COPY CODE
    
    .top-links {
        border-bottom:0px;
    }
    

    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 doesn´t work #191975
     Radu
    Moderator

    Actually after i log in it says like that

    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: Search doesn´t work #191974
     Radu
    Moderator

    wait… now works

    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 doesn´t work #191973
     Radu
    Moderator

    Hi,

    It’s the same

    If you de-activate the child theme it works as it should ?

    Make sure to have 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: Lost Password in modal window not working #191972
     Radu
    Moderator

    Hi,

    Can you please provide to me an email address that it’s associated to an account ? to can test ?

    You had translated somehow theme strings ?

    Did you had somehow overwritten the kleo_frontend_files function in chidl theme ?

    If you are switch to parent theme it works as it should ?

    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: prevent same sex search #191912
     Radu
    Moderator

    Hi,

    I don’t have any similar code, you can try to ask on the buddypress support forums.
    So give a try to that code.
    There is not our code it’s a code from buddypress support forums and we don’t have other similar code to achieve that functionality.

    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: prevent same sex search #191905
     Radu
    Moderator

    Hi again

    In first place you should know how to handle and edit a php file.If you don’t you will have to get a help from a developer.

    The code paste will not be made from wp-admin ! But using FTP client like https://filezilla-project.org/ to connect to your server then navigating to wp-content/themes/sweetdate-child/functions.php

    I’m not sure if the code still works.

    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: prevent same sex search #191902
     Radu
    Moderator

    Hi,

    Please write a single ticket contains all of you questions it’s easy to read and in this way i not miss nothing.

    In first place you should remove it from css area where you had said that you had placed in the first ticket.

    You should edit the file on your server located there : wp-content/themes/sweetdate-child/functions.php and paste ad the end told ya already in my first reply : https://archived.seventhqueen.com/forums/topic/prevent-same-sex-search/#post-191893

    Note: Child theme needs to be installed and activated.

    I’m not sure if the code still works.

    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: WPBakery Page Builder #191898
     Radu
    Moderator

    Hi,

    I think the issue it’s related to the php 7.2,in our theme we are using metaboxes library and for the moment we don’t have a quick solution for this, did you havd tried to ask the hosting support to switch the php version from 7.2 to 7.1 ?

    Try do to that

    Issue with php 7.2 discussed here : https://www.drupal.org/project/drupal/issues/2927173

    On my end it works with php 7.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: Facebook login doesn(t work on mobile #191896
     Radu
    Moderator
    Not marked as solution
    in reply to: prevent same sex search #191893
     Radu
    Moderator

    Hi,

    Not sure if the snippet still works, it’s outdated i think,

    Always the php codes will be added only in php files so more exactly here : ( wp-content/themes/sweetdate-child/functions.php )

    Note: 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: Matchmaking service question #191892
     Radu
    Moderator

    Hi,

    Most sure it’s on the list me or laura will reply to you 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
     Radu
    Moderator

    Hi,

    I see, in this case not sure if you can use google fonts but anyway you can load the load the webfont.js file using the next function

    COPY CODE
    
    
    function add_custom_css_for_logo(){
        echo "<style>n";
        echo '<script type="text/javascript" src="https://yourdomain.com/webfont.js"></script>';
        echo "n</style>";
    }
    add_action( 'admin_print_styles', 'add_custom_css_for_logo' ,90);
    
    

    Add this function to wp-content/themes/kleo-child/functions.php

    Replace https://yourdomain.com/webfont.js with your path for that file.

    I’ve attached the webfont.js file download unzip and upload it then replace the path from the function with the current file path.

    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: Video Embeds #191884
     Radu
    Moderator

    Hi,

    Now you can update directly the theme since the fix it’s included in the update

    Version 4.3.4 is out now! ( 5th March 2018). See change log/news!

    https://themeforest.net/item/kleo-pro-community-focused-multipurpose-buddypress-theme/6776630

    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

    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: Matchmaking service question #191880
     Radu
    Moderator

    You had solved right ?!

    Can i help you with something else ?

    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

    Unable to reach the website

    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: Admin hide button dont work #191871
     Radu
    Moderator

    Hi,

    If that not work you can try with this code

    COPY CODE
    
    add_action('init', 'add_admin_bar_for_admins');
    
    function add_admin_bar_for_admins() {
        if (current_user_can('Administrator') OR current_user_can('Editor') ) {
            show_admin_bar(true);
        }else {
            show_admin_bar(false);
        }
    }
    

    NOTE : Child theme needs to be installed and activated
    The function will have to be added in wp-content/themes/kleo-child/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
    in reply to: Updating Sweetdate #191870
     Radu
    Moderator

    Hi,

    I saw that! That’s very wired, can you please provide to me the FTP credentials to take a closer look ?

    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: Updating Sweetdate #191869
     Radu
    Moderator

    Hi,

    I saw that! That’s very wired, can you please provide to me the FTP credentials to take a closer look ?

    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,

    the notices cannot cause the upload issue, try to look in server error log if there it’s something, if you cannot locate it you can ask the hosting support about that.

    Did you encounter the same using default wp theme right ?
    You can switch off the debug if only those notices are in 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: Notification Issue #191864
     Radu
    Moderator
    Not marked as solution
    in reply to: Change details bp_last_activity #191861
     Radu
    Moderator

    Hi,

    Not sure if there it’s a specific place from where you can do that, but you can work around by translating those strings using same name using loco translate

    Theme strings and plugins strings can easily be changed by using Loco Translate plugin https://wordpress.org/plugins/loco-translate/

    A small introduction on how translations work

    Translatable strings can come from the theme or from the installed plugins. You need to translate the theme or the plugin depending on what section of the site your string is found.

    For example if your string is on your BuddyPress profile then most probably you will need to translate BuddyPress plugin. If you are on the Forums section of your site then bbPress plugin should be the one that needs to be translated. Another example is the rtMedia plugin that adds the Media links to BuddyPress and if you want to translate it then this plugin will contain the string.

    Follow these steps to get you started:

    • Install Loco Translate plugin
    • Go to the plugin dashboard: WP Admin – Tools – Manage translations
    • Find the theme or plugin in the list.
    • If the language isn’t already in the list then click Add new language, choose your language and if you are asked where you want to save the language files choose global language directory ( wp-content/languages/ ).
    • Press SYNC button to synchronise your translation with the provided .pot file
    • Search for the string you want to translate and add your translated string.
    • Press Save when you finished your translation.

    Note: You will have to set the language for your blog from WP-admin – Settings – General – Site Language – Choose your language

    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: cropping function #191857
     Radu
    Moderator

    I see try to ask that on the buddypress/wordpress forums since the feature comes from their

    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: Changing buddypress icons #191856
     Radu
    Moderator
    Add them !important
    
    /* Profiles: RtMedia icon */
    #buddypress div#item-nav ul #media-personal-li a:before { content: "\E9C3" !important; }
    
    /* Profiles: FRIENDS icon */
    #buddypress div#item-nav ul #friends-personal-li a:before { content: "\E82B" !important; }
    
    /* Profiles: Favorite icon */
    #buddypress div#item-nav ul #membersfav-personal-li a:before { content: "\E812" !important; }
    
    /* Profiles: Compliments icon */
    #buddypress div#item-nav ul #members-compliments-personal-li a:before { content: "\E909" !important; }
    
    
    It works just i've tested Cheers R
    in reply to: Problem with layout #191853
     Radu
    Moderator

    Checked your child theme twice and there seems to be all good , you have just used some custom CSS, if the site it’s behaving ok using parent you can copy the style form child theme css to parent theme by activating parent theme then paste in the wp-admin -> theme options -> general options quick css that code

    COPY CODE
    
    li { padding: 10px;
    }
    
    p {padding: 5px;
    }
    
    article .article-meta .post-meta {
    display:none !important;
    }
    
    img {
         padding: 5px 10px 5px 10px;
    
    }
    

    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: log in page #191849
     Radu
    Moderator
    Not marked as solution
    in reply to: cropping function #191749
     Radu
    Moderator

    Hi,

    That is a native buddypress/wordpress function you can try to add this line in your child theme functions.php

    COPY CODE
    
    remove_action( 'wp_head', 'bp_core_add_cropper_inline_js' );
    

    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 Content Not Centred #191748
     Radu
    Moderator

    Hi,

    Our theme was not thinked to target devices with so small display but anyway you can try to add this css as a possible workaround

    The CSS will be added to wp-admin -> theme options -> general settings -> quick CSS

    COPY CODE
    
    
    @media(max-width:320px) {
        .page-boxed {min-width:auto !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
     Radu
    Moderator
    Not marked as solution
    in reply to: Member Post Not Showing in Activity Stream #191740
     Radu
    Moderator

    Hi,

    did you encounter the same using default wp theme ? If yes it means that has nothign to do with our theme and could be directly from buddypress or privacy 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
     Radu
    Moderator

    Hi,

    Try to re-upload theme files or/and de-activate all plugins then check if the same issuer persists, 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

    Hi,

    In first place try to update theme and plugins if they aren’t, if the issue persists, de-activate child theme and all plugins excluding buddypress.

    If persists please follow these 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: Login and Register pages are not working #191734
     Radu
    Moderator

    Hi,

    Please update the theme to latest version and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.

    If this is useless please follow these 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: remove blue line from the background image #191733
     Radu
    Moderator

    Hi

    Your site is not reachable

    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
Viewing 40 posts - 3,561 through 3,600 (of 20,101 total)

Log in with your credentials

Forgot your details?