Forum Replies Created

Viewing 40 posts - 3,241 through 3,280 (of 20,101 total)
  • Author
  • in reply to: Theme customization questions #194518
     Radu
    Moderator

    Hi,

    1. Just install this plugin and set the any menu item by the user login logout : https://wordpress.org/plugins/if-menu/

    2. There is no option to add custom link for media grid, you can use image gallery

    3.

    COPY CODE
    
    .header-color .top-menu li > a, .header-color #top-social li a {
        color:red;
        font-size:15px;
    }
    
    .header-color .top-menu li > a:hover, .header-color #top-social li a:hover {color:green !important;}
    

    CSs will be added to wp-admin -> theme options -> quick css

    4. You can add this css rule

    COPY CODE
    
    .vc-hoverbox-block-inner.vc-hoverbox-front-inner {
        background: rgba(0, 0, 0, 0.5);
    }
    

    And you can set font color white

    will look like

    5. Wp-admin -> theme options -> woocommerce -> Manage account in Buddypress* -> yes

    6, You can search for a plugin that do 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: Blog Pages and Editing #194508
     Radu
    Moderator

    Hi
    It’s ok now it points to that ip.

    Tried to edit a post and it works and the blog title looks ok not a link

    are you referring to the register buttons ? or which ones ?

    If yes add this css to wp-admin -> theme options -> styling options -> quick css

    COPY CODE
    
    
    .pmpro_content_message a {
        background: red !important;
        border: 0 !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
    in reply to: Slider Revolution Update #194506
     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
    in reply to: How can I use with Japanese #194505
     Radu
    Moderator

    Hi,

    Normally they belongs to the kleo_framework domain so if you had translated kleo they should be translated.

    There it’s a post , page or a portfolio ?

    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 #194504
     Radu
    Moderator
    Not marked as solution
    in reply to: facebook login not working #194503
     Radu
    Moderator

    Hi,

    I see, in this case try to add this code to your child theme functions.php

    https://gist.githubusercontent.com/seventhqueen/696c3cc4505deca0e1eedda93eb228a6/raw/dc390a6f4cd76ce2a1031979291292c9bc49ef34/enable-chinese-characters-usernames.php

    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: Increase Right Sidebar Width #194498
     Radu
    Moderator
    Not marked as solution
    in reply to: Kleo Post Module #194497
     Radu
    Moderator
    Not marked as solution
    in reply to: User Extended Profile Questions #194496
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    I see not sure why, on my end it works can you please provide wp admin to can 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,

    Yes if the folder/s missing it should be created to be like in the parent theme the path.

    Replace the file content with this one : https://pastebin.com/raw/BS7cyF0d

    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: CMB2 Type Color Fatal error #194441
     Radu
    Moderator
    Not marked as solution
    in reply to: Blog Pages and Editing #194431
     Radu
    Moderator

    Hi,

    Cannot login to wp-admin it says “ERROR: The password you entered for the username admin is incorrect. Lost your password?” let me know the current ones

    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 Post Module #194430
     Radu
    Moderator
    Not marked as solution
    in reply to: Pop Up Box After Login Box #194429
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Hi,
    Great,
    Let us know if we can help 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
    in reply to: User Extended Profile Questions #194426
     Radu
    Moderator
    Not marked as solution
    in reply to: Increase Right Sidebar Width #194419
     Radu
    Moderator
    Not marked as solution
    in reply to: Slider Revolution Update #194417
     Radu
    Moderator

    Hi,

    We had updated the revslider on the update server and the update notice/button should appear under wp-admin -> appearance -> 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
    in reply to: top bar menu can not be saved #194409
     Radu
    Moderator

    Hi,

    On my local install i’m able to set a certain menu position for a certain menu so the issue cam come from a plugin or child theme.

    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.

    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
    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 not working #194408
     Radu
    Moderator

    Hi,

    Please let me know an example name where the fb login not works to can set on my demo fb profile the same name then to try to login on my local install to can reproduce the issue

    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 can I use with Japanese #194407
     Radu
    Moderator

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    in reply to: How can I use with Japanese #194404
     Radu
    Moderator

    Hi,

    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. Ticket solution
    in reply to: CMB2 Type Color Fatal error #194403
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Hi,

    Create a file named posts-related.php in /kleo/wp-content/themes/kleo-child/page-parts/ in that you will paste https://pastebin.com/raw/JekDvi1N

    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: Please Help #194387
     Radu
    Moderator

    Hi,

    It seems the issue comes directly from buddy press somehow… even you are using default wp theme and you click there reply nothing happens…. so in this case we had hidden the reply button where its reply to a reply of a activity comment

    Download the theme from here and re-upload it over theme files by overwriting via FTP:
    https://drive.google.com/file/d/1SyQ62JWrRJrojYW3pWHjn9Vf1lbRS2R3/view?usp=sharing

    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 #194384
     Radu
    Moderator
    Not marked as solution
    in reply to: Help please #194327
     Radu
    Moderator
    Not marked as solution
    in reply to: Please Help #194325
     Radu
    Moderator

    Hi,

    It was assigned to the core developer it will test different solutions to that and it 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: Facebook login on android devices not working #194324
     Radu
    Moderator
    Not marked as solution
    in reply to: Buddypress Profile #194323
     Radu
    Moderator

    Have a nice day
    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,

    You cannot, the register page it’s required to be assigned in the buddypress page settings and also the kleo_register requires the register page to be assigned in buddypress settings.

    I think the only easy way to have two register places it’s to generate a buddypress member type using this plugin : https://wordpress.org/plugins/bp-member-type-generator/

    Then using this : https://wordpress.org/plugins/bp-signup-member-type/

    Not sure if this setup will work but you can try it.

    Found also this : https://www.buddyboss.com/product/buddypress-member-types/ ask the author if can do what 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: Messages and Notifications email formats #194319
     Radu
    Moderator

    Hi,

    If you switch the theme to other one like default wp theme ? you receive the emails the same ? plain text ? Anyway we have not changed anything related the the mail workflow

    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: Onepage Navigation #194317
     Radu
    Moderator

    Hi,

    I see that… yes the menu items detects same page for every items… so a trick can be to de-activate the active border with this css

    COPY CODE
    
    .kleo-main-header .nav > li.active > a {
        box-shadow: none !important;
    }
    

    Applied only for homepage.

    COPY CODE
    
    .home .kleo-main-header .nav > li.active > a {
        box-shadow: 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: Buddypress Profile #194308
     Radu
    Moderator

    They are generated automatically by the buddypress i’ve told you the files path trought they are generated.

    You can ask that on the buddypress forum support , here’s talked about this : https://buddypress.org/support/topic/how-to-remove-and-add-items-in-bp_get_displayed_user_nav/

    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: Slider Revolution Update #194307
     Radu
    Moderator

    Hi,

    The revolution slider update will comes after we add on our servers new update of the slider and this will be added soon after the revslider releases a new update.

    I suggested you to delete the slider then to re-install in this way it will pulls the new available revslider on our update server, if there is no any new version it means that the bundled updated is not ready.

    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 on android devices not working #194303
     Radu
    Moderator
    Not marked as solution
    in reply to: pull-down menu exits the screen #194302
     Radu
    Moderator
    Not marked as solution
    in reply to: Notification for all users #194301
     Radu
    Moderator

    Hi,

    I don’t know a certain one, try to search on google or wordpress plugins repository.

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

    Hi again

    Not sure why not works on you i’ve tested that code multiple times and it works for me, so make sure to set members page from here https://www.peoplelovepeople.co.il/wp-admin/admin.php?page=bp-page-settings, then de-activate all plugins and the child theme, empty/purge cache.

    Then add that code in the bp-custom.php file if the child will be de-activated.

    bp-custom.php does not exist by default. If you don’t have a file located at /wp-content/plugins/bp-custom.php, go ahead and create a blank file in that you will paste this snippet : https://archived.seventhqueen.com/forums/topic/profile-field-title#post-193353

    So it’s essential to follow exact steps cuz the issue most sure it’s caused by some plugin or child modification

    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 - 3,241 through 3,280 (of 20,101 total)

Log in with your credentials

Forgot your details?