Forum Replies Created

Viewing 40 posts - 3,361 through 3,400 (of 20,101 total)
  • Author
  • in reply to: facebook user icon do not shows #193366
     Radu
    Moderator
    Not marked as solution
    in reply to: How to modify kleo post grid layout #193364
     Radu
    Moderator
    Not marked as solution
    in reply to: Buddypress Profile #193357
     Radu
    Moderator

    Hi,

    That’s one of the buddypress template files that we overwrite from where it’s generated the buddypress subnav menu

    wp-content/themes/kleo/buddypress/members/single/cover-image-header.php

    The naviagtion comes though that function and it belongs to the buddypress.

    If you will need to override the cover-images-header.php justs copy it to child theme in the same path, example : wp-content/themes/kleo-child/buddypress/members/single/cover-image-header.php

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    in reply to: Customizer Not Working – And Theme Conflict #193355
     Radu
    Moderator
    Not marked as solution
    in reply to: text widget issue #193354
     Radu
    Moderator

    Hi,

    If you have a shortcode you can paste it directly to a text widget will be rendered automatically.

    If the plugin anywhere elementor stops to works, what action did you had made recently ? maybe that can cause that.
    Did you had asked the anywhere elementor team about that? maybe they have other idea.

    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 field title #193353
     Radu
    Moderator

    Hi,

    It works for me

    i just have pasted that snippet into child then i’ve created two fields location and specialization to test..

    Make sure to have identically the field names in the code and in the wp admin -> user -> profile fields.

    COPY CODE
    
    
    function sq7_extra_fields_members_directory() {
    
        $location = bp_get_member_profile_data('field=Location');
        $specialization = bp_get_member_profile_data('field=Specialization');
    
        if ($specialization || $location) {
            echo '<div class="mdetcenter">'. 'Location : ' . $location . '</div>';
            echo '<div class="mdetcenter">'. 'Specialization : ' . $specialization . '</div>';
        }
    
    }
    add_action('bp_directory_members_item', 'sq7_extra_fields_members_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: Kleo #193352
     Radu
    Moderator
    Not marked as solution
    in reply to: FullPage WPBakery dont work with Kleo #193331
     Radu
    Moderator

    Hi,

    Test this and let me know how it behaves

    Replace the content of wp-content/themes/kleo/vc_templates/vc_row.php with this one : https://pastebin.com/raw/7WKwjG41 for testing and let me know or create in child theme in the same path a file named vc_row.php in that you will paste : https://pastebin.com/raw/7WKwjG41

    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 field title #193325
     Radu
    Moderator

    Hi,

    The file path it’s ok but if you want to edit to be update proof files from parent can be copied to the child in same path

    example :
    /wp-content/themes/kleo/buddypress/members/members-loop.php

    will be overwritten by this

    /wp-content/themes/kleo-child/buddypress/members/members-loop.php

    In case you want to pull some profile info into directory follow this https://archived.seventhqueen.com/kleo/article/add-extra-profile-fields-show-certain-profile-fields-member-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: Replace activity stream with profile #193324
     Radu
    Moderator

    Hi,
    OK,

    Move that line into child theme in functions.php if still not works try with this snippet

    COPY CODE
    
    function buddydev_set_default_component () {
     
        if ( bp_is_my_profile() ) {
        
            define ( 'BP_DEFAULT_COMPONENT', 'activity' );
        } else {
            define ( 'BP_DEFAULT_COMPONENT', 'profile' );
        }
     
    }
    add_action( 'bp_core_setup_globals', 'buddydev_set_default_component' );
    

    source : https://buddydev.com/buddypress/changing-default-component-for-buddypress-user-profile-based-on-context/

    If still have issues move back the code to wp-config.php or bp-custom.php and switch to a default theme see if it works if not it means that comes from buddypress

    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: Buddypress Profile #193320
     Radu
    Moderator

    Hi,

    The most easy way it’s to “translate” that words, you can do it with Loco Translate plugin i will paste the guide below. So instead to edit the template files you will translate in the same language those.

    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: How to activate new members without admin activation #193319
     Radu
    Moderator

    It seems that i’ve not understand correctly, please explain to me whan you need to acheive.

    The wp users will be also the buddypress users automatically.

    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: CMB2 Type Color Fatal error #193318
     Radu
    Moderator
    Not marked as solution
    in reply to: Limit friends #193316
     Radu
    Moderator

    Hi,

    All available restriction are displayed on the wp-admin -> theme options -> memberships.

    For any other advanced restriction rules it’s custom work… there is no quick solution to add restriction by member that haves certain membership to block friend requests.

    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 field title #193315
     Radu
    Moderator

    Which file did you had edited ?

    There what page it’s ? It’s default /members directory frmo buddypres ? or any shortcode ?

    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: How to activate new members without admin activation #193314
     Radu
    Moderator

    Hi

    If i understand correctly follow the next

    Go to wp-admin -> settings -> general settings -> Anyone can register

    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: text widget issue #193313
     Radu
    Moderator

    Hi,

    You encounter them same issue using any other theme like default WP theme ?

    If yes it means it comes from plugin and you can ask the plugin support

    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: Profile views and own profile page #193312
     Radu
    Moderator

    Hi,

    That is not possible the member profile page it’s generated dynamically by the buddypress plugin…. no way to build like dashboard

    You can check this plugin : https://wordpress.org/plugins/buddypress-sidebar/ you will be able to add separate widgets by buddypress component.

    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: Cover photo disappears after upload #193311
     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: Demo #193310
     Radu
    Moderator
    Not marked as solution
    in reply to: “Upload” button not working properly in groups #193309
     Radu
    Moderator
    Not marked as solution
    in reply to: Google authenticator #193308
     Radu
    Moderator

    Hi,

    Not sure how it behaves we will take this into consideration.

    I will do some test on my local environment and i will see if easly can be integrated or adapted… if no i will add it to improovment list.

    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: Replace activity stream with profile #193306
     Radu
    Moderator

    Hi,

    Where did you had pasted that code ?

    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: Translation of Kleo Register Fields #193305
     Radu
    Moderator

    You should search though loco translate in the k-elements plugin not in the theme.

    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: Demo #193303
     Radu
    Moderator
    Not marked as solution
    in reply to: Restrict Content #193302
     Radu
    Moderator

    Hi,

    when you say “block blogs” you are referring to the https://wordpress.org/plugins/jonradio-private-site/ ?
    Also i find a tutorial showing how you can set private site using that plugin : http://www.wpbeginner.com/beginners-guide/how-to-make-your-wordpress-blog-completely-private/

    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 user icon do not shows #193301
     Radu
    Moderator
    Not marked as solution
    in reply to: rtMedia Nonce Error #193300
     Radu
    Moderator

    Hi,

    We had fixed this, today or tomorrow we will release a new theme update concerning this

    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: questions about supported plugins #193299
     Radu
    Moderator

    Not understand the question

    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 – Problem ! #193298
     Radu
    Moderator

    Hi,

    Just i’ve tested using google chrome and it works as it should

    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 #193297
     Radu
    Moderator
    Not marked as solution
    in reply to: Cover photo disappears after upload #193296
     Radu
    Moderator

    Hi,

    Can you check first if that it’s caused somehow by the plugin or by the child theme ? de-activate them purge cache and re-upload the cover photo.

    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: changes #193295
     Radu
    Moderator

    Hi
    in this case add create new file in child theme in this location : wp-content/themes/sweetdate-child/paid-memberships-pro/pages/ named checkout.php in that you will paste https://pastebin.com/raw/aiH6p5wT

    if the foder missing create 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: Customizer Not Working – And Theme Conflict #193225
     Radu
    Moderator
    Not marked as solution
    in reply to: Restrict Content #193224
     Radu
    Moderator

    Hi,

    Give a try to this plugin : https://wordpress.org/plugins/jonradio-private-site/

    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 – Problem ! #193223
     Radu
    Moderator

    Hi,

    What’s exactly the error in the screenshot are the part of the settings of the app.

    Try to make a new app following this : https://archived.seventhqueen.com/general/article/setup-facebook-login-fix-facebook-login

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

    Hi,

    In first place make sure you have latest theme version and latest plugins updated.
    Try to switch all plugins and child theme off then reproduce again that see if it works or nor.
    If still not works with child theme and plugins off enable wp_debug and reproduce again the action.

    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.

    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: disable Looking for a (Required) on Profile Details #193216
     Radu
    Moderator
    Not marked as solution
    in reply to: Tagline #193215
     Radu
    Moderator

    Hi,

    Make sure you the child theme installed and activated then via FTP go to wp-content/themes/kleo-child/ create a folder named page-parts/ in that you will create a file named general-header-section.php in that you will paste this content : https://pastebin.com/raw/8YQff0bh

    the file path in child should be : wp-content/themes/kleo-child/page-parts/general-header-section.php

    Then add also this css in wp-content/themes/kleo-child/style.css

    COPY CODE
    
    strong.logo small {vertical-align: text-bottom;line-height: 12px !important;font-size: 12px !important;padding: 0 !important;margin: 0 !important;height: 100%;}
    

    Adapt the font size and the rest css rules 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: Php limit still in yellow #193209
     Radu
    Moderator
    Not marked as solution
Viewing 40 posts - 3,361 through 3,400 (of 20,101 total)

Log in with your credentials

Forgot your details?