Forum Replies Created

Viewing 40 posts - 5,321 through 5,360 (of 20,101 total)
  • Author
  • in reply to: Registration page problems #174718
     Radu
    Moderator
    Not marked as solution
     Radu
    Moderator

    Hi,

    Now I’ve noticed there isn’t another product than ours (Kleo, sweet date or buddy app)

    http://neueharmonie.ch/

    There seems to be an HTML theme and I cannot offer support for any other product than ours.

    I saw in our theme you are able to do what you need to achieve.

    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,

    Just let me know if you are referring to the slider from the homepage marked with red

    Or you want to do the breadcrumb section like there: http://198.20.99.146/~neueharm/chinese-nutrition-2/

    Be more specific to can find a faster resolution to 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: Thumbnails in Kleo Posts widget still not working #174406
     Radu
    Moderator

    No problem
    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: Custom logo not showing in Firefox #174405
     Radu
    Moderator

    Hi,

    Why you don’t try our native option custom logo on each page, you can have a different logo at the page level.



    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: Registration page problems #174404
     Radu
    Moderator
    Not marked as solution
    in reply to: Registration Page Side Bar #174400
     Radu
    Moderator
    Not marked as solution
    in reply to: WordPress update error #174398
     Radu
    Moderator
    Not marked as solution
    in reply to: Title is not shown if the web browser window is narrow #174395
     Radu
    Moderator

    Hi,
    Please try Compact overflowing menu items option in wp-admin -> theme options -> header options -> Compact overflowing menu items -> ON.

    If the menu items are too many and would not fit then the extra elements will be added under a new sub-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: Primary Navigation Search bar #174393
     Radu
    Moderator

    Hi,

    Paste the code exact like on this link : https://pastebin.com/raw/83WML0X8

    with no ?> php closing tag at the end.

    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 #174392
     Radu
    Moderator
    Not marked as solution
    in reply to: SweetDate isn't displaying edits or plugins on my website #174389
     Radu
    Moderator
    Not marked as solution
    in reply to: CSS Issue with Bootstrap Primary Button #174388
     Radu
    Moderator

    Hi,

    Added to bug list, will be fixed in future updates.

    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: Issues of using “Login/Lost password form” Shortcode #174387
     Radu
    Moderator
    Not marked as solution
    in reply to: mycred plugin issues #174386
     Radu
    Moderator

    Hi,

    Did you have tried to change the priotiry to the action ? if no try with higher or lowe ones

    Also you can try to run the function when on worpdress init action or after_setup_theme or on wp_loaded , try all, see the below snippets

    COPY CODE
    function add_points_for_referral( $transfer_id, $request ) {
    
    	extract ($request);
    
    	$transfer_amt = $request['amount'];
    
    	mycred_add( 'Transfer Bonus', 3, 5, $transfer_amt);
    
    	return;
    
    }
    
    function pre_add_points_for_referral () {
    	add_action( 'mycred_transfer_completed', 'add_points_for_referral', 10, 2 );
    }
    
    add_action('init', 'pre_add_points_for_referral');
    //add_action('after_setup_theme', 'pre_add_points_for_referral');
    //add_action('wp_loaded', 'pre_add_points_for_referral');

    Hope it helps

    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: Thumbnails in Kleo Posts widget still not working #174385
     Radu
    Moderator

    Hi,

    It’s added to the buglist and will be fixed in next 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: WordPress regular login form #174384
     Radu
    Moderator

    Hi,

    Fixed, just replace this file content: /wp-content/themes/buddyapp/assets/js/functions.js

    with this one: https://pastebin.com/raw/3JRX9xse

    That’s all, this will be included in next theme update.

    Let me know if it’s ok on your side

    If you have any cache plugin or service make sure to purge all caches

    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 for facebook #174324
     Radu
    Moderator

    Hi,

    There is now it works by default, there is no easy way to change activation/resetpass from their original pages to theme pages, we will take a closer look at this in the future

    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: Members Directory #174323
     Radu
    Moderator
    Not marked as solution
    in reply to: I forgot my password, going to WP-Login. #174322
     Radu
    Moderator

    Hi,

    I see there it’s how it works at the moment, the link from the email it will driven you to wp-login.php page it’s normal, for the moment no quick solution to have a custom page for rest password from email link

    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 Navigation Search bar #174321
     Radu
    Moderator

    Hi,

    Make sure to paste the code inside the PHP tag

    https://pastebin.com/raw/MPkvAQcP and paste it again

    It works just tried on my local install.

    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: Registration Page Side Bar #174320
     Radu
    Moderator
    Not marked as solution
    in reply to: WordPress regular login form #174319
     Radu
    Moderator

    Hi,

    Still working on a solution for some time, i 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
     Radu
    Moderator

    Hi,

    That’s fixed but no update release yet, there it’s the theme version with the fix, re-upload the files over the existing one

    Let me know

    See attachment

    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: Bug with search when there are multiple post types involved #174309
     Radu
    Moderator

    Hi,

    Thank you for reporting this, added to buglist we will let you know when it’s fixed.

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

    Hi,

    Please understand the css that I have given you, it only removes the border, before to provide the code I’ve tested and I’ve clicked the reply button.. and it works, I think your problem it’s another one… cuz the css cannot turn off the reply button…. it only removes the border… see in the propriety.

    Tried again to look at the link that you have provided with the issue on our demo https://web.com/members/MR B/activity/1610/#acomment-1617 and there I cannot see it, our demo resetting demo data after 1-2days (activity comments)

    So reproduce that on your install and give to me link to re take a look at that, but remove the css that i gave you, and after that as you say the reply button should work….

    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 isn't displaying edits or plugins on my website #174228
     Radu
    Moderator
    Not marked as solution
    in reply to: Load more button not working #174227
     Radu
    Moderator
    Not marked as solution
    in reply to: Registration Page Side Bar #174226
     Radu
    Moderator
    Not marked as solution
    in reply to: I forgot my password, going to WP-Login. #174222
     Radu
    Moderator

    Hi,

    Wrong credentials… cannot cheeck

    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 layout #174221
     Radu
    Moderator
    Not marked as solution
    in reply to: Membership Plugin and Wise Chat #174217
     Radu
    Moderator

    Hi,

    Just set up like on our demo on dashboard page, but I think there it’s an issue with their plugin since I’ve tried to create a new page and to display the chat in facebook style using their example shortcodes and there is nothing displayed.

    http://lowhidiet.com/site/dashboard/

    COPY CODE
    
    [wise-chat mode="1" theme="bubble"]
    

    Instead of displaying the chat like on their demo it displays nothing, I’ve switched theme to default to see if that it’s caused by our theme and it’s the same.

    Example page created: http://lowhidiet.com/site/wise-chat-test/

    Then I’ve left only the default shortcode in the page [wise-chat] and it displays like on dashboard page, this looks the same even you switch the themes buddyapp<->default wp theme

    https://kaine.pl/projects/wp-plugins/wise-chat-pro/documentation/shortcode/

    SO I recommend to contact them and to ask them why the shortcode does not accept parameters, most sure they should help you with the issue it’s related to their plugin.. the issue happens also on default wp theme where our theme not run at all.

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

    Hi,

    At this moment indeed the cover not works on the demo, the cover works on my local install, we will investigate this matter and we will let you know!

    I’ve given you the solution for the “BP Search plugin causes a problem with the default bp search bar on members dir.” but you keep saying same things even I provided a fix for that.

    I’ve told you also about the changing cover issue that you report, I’ve shown you it works. IF not works for you I’ve told you possible causes, child theme or plugins….

    USE THE sweet date 2.9 instead, that’s why have added also the old one, for people who want to use old bp profile overwrite and not only… if behaves 2.9 version instead of 3 use 2.9.

    Please use 2.9 if you don’t like the 3.0 update and you think has a lot of bugs !!!

    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 Navigation Search bar #174209
     Radu
    Moderator

    Just add this code to functions.php

    COPY CODE
    
    
    if ( ! function_exists( 'kleo_search_menu_item' ) ) {
        /**
         * Add search to menu
         *
         * @param string $items
         * @param oject $args
         *
         * @return string
         */
        function kleo_search_menu_item( $items, $args ) {
            if ( $args->theme_location == 'primary' ) {
                ob_start();
                get_template_part( 'page-parts/header-ajaxsearch' );
                $form = ob_get_clean();
                
                if(is_user_logged_in()) {
                    $items .= '<li id="nav-menu-item-search" class="menu-item kleo-menu-item-search"><a class="search-trigger" href="#"><i class="icon icon-search"></i></a>' . $form . '</li>';
                }
            }
    
            return $items;
        }
    }
    

    NOTE : Child theme needs to be installed and activated.

    The function needs to be pasted in wp-content/themes/sweetdate-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: Kleo #174207
     Radu
    Moderator
    Not marked as solution
    in reply to: Facebook Login Mobile Not Work #174206
     Radu
    Moderator

    Hi,

    Just I’ve tested with parent theme and it works, it seems the issue to be caused by something from the child theme.

    So you can de-activate the child and test

    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: Thumbnails in Kleo Posts widget still not working #174205
     Radu
    Moderator

    Hi,

    In the page where you build using post grid with VC, look below at media section and enable -> Show media on post page -> Yes

    Let me know if this will make that to appear

    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: Fonts error #174138
     Radu
    Moderator

    Hi,

    Maybe some files are corrupted or missing.

    I recommend you to re-install wordpress from wp-admin -> dashboard -> updates

    And also update theme to latest version if you don’t have it, but if you have it just re-upload the theme files over the exiting files by overwriting them in wp-content/themes/kleo/

    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: Show chosen menu items-icons in mobile header icons #174134
     Radu
    Moderator

    Hi,

    Please let me know about what sub menu are you referring ?, screenshot

    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,

    There you should set breadcrumb -> Visible, see screenshot

    Do that for every page that is needed.

    http://198.20.99.146/~neueharm/chinese-nutrition-2/

    Also if you want to have page title in the breadcrumb area you can add it from wp-admin -> theme options -> Layout Settings -> Page Title location -> breadcrumb section

    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 - 5,321 through 5,360 (of 20,101 total)

Log in with your credentials

Forgot your details?