Forum Replies Created

Viewing 40 posts - 1 through 40 (of 1,943 total)
  • Author
  • in reply to: Spanish Translation #33058
     Catalin
    Moderator

    I don’t know how you translate them but you need to use for example Poedit software for BUddypress and generate the .mo file. The theme can be translated with Codestyling Localization plugin that also can generate the .mo file inside the languages folder

    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: Dual facebook login #33052
     Catalin
    Moderator

    Strange. Do you have any other plugin that might cause that? Try to update to latest theme 2.1.1

    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: Using Media Slider Setting – Image too small #33050
     Catalin
    Moderator

    Hi, you are right, it is a bit small. I have changed the image width to 1200px and it will be available in next theme version. To fix it until next update just copy the content from the text file attached and replace this file content from the theme wp-content/themes/kleo/single-portfolio.php

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    in reply to: I want to disable magnific-popup #33047
     Catalin
    Moderator

    Hi, to disable the magnific popup do this:
    A.
    – open wp-content/themes/kleo/assets/js/app.js
    – comment or remove this lines around 620:

    COPY CODE
    
    		/* Regular popup images */
    		$("a[data-rel^='prettyPhoto'], a[rel^='prettyPhoto'], .article-content a[href$=jpg]:has(img), .article-content a[href$=JPG]:has(img), .article-content a[href$=jpeg]:has(img), .article-content a[href$=JPEG]:has(img), .article-content a[href$=gif]:has(img), .article-content a[href$=bmp]:has(img), .article-content a[href$=png]:has(img)").magnificPopup({
    			type: 'image',
    			mainClass: 'mfp-img-pop',
    			gallery:{
    				enabled: true
    			}
    		});
    
    		/* WordPress Gallery */
    		$(".gallery a[href$=jpg], .gallery a[href$=JPG], .gallery a[href$=jpeg], .gallery a[href$=JPEG], .gallery a[href$=png], .gallery a[href$=gif], .gallery a[href$=bmp] :has(img)").parent().magnificPopup({
    			delegate: 'a',
    			type: 'image',
    			mainClass: 'mfp-gallery-pop',
    			navigateByImgClick: true,
    			gallery: {
    				enabled: true,
    				navigateByImgClick: true,
    				preload: [0,1]
    			}
    		});
    

    B.
    or if you don’t need the login modal you can just comment this around line 33

    COPY CODE
    
    kleoPage.magnificPopup();
    
    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 function #33039
     Catalin
    Moderator

    Hi, starting with 2.1 update you are able to search members from the menu search or with the Search form Shortcode but your custom needs will require some programming

    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: language file? #33038
     Catalin
    Moderator

    @dicers I see you already opened a topic and please do not write parallel questions and think at our support staff no to answer same question twice.

    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: Display User Avatar in Post #33036
     Catalin
    Moderator

    You need a bit of PHP knowledge. The first part should go in your child theme in functions.php anywhere you like but not after the ending ? > php tag

    The second one goes in your style.css from the child theme

    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: the mobile version #33035
     Catalin
    Moderator

    Hi, make a screenshot of what you mean since I can’t understand the problem

    Thanks

    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: Fit it to screen #33031
     Catalin
    Moderator

    There is already one added by us .. try to replace the existing one header.php line 25

    COPY CODE
    
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    
    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: 5-15 seconds loadtime #33024
     Catalin
    Moderator

    What is your site to take a look. I hope you are referring at server response time since the whole page loading time has lots of more variables like content inside it and other requests to external sites

    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: Tiny Button not appearing #33022
     Catalin
    Moderator

    Update WordPress to 4.0 and also theme to latest version and any other plugins you have

    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: Revolution slider not loading on mobile/ipad #33021
     Catalin
    Moderator

    Also disable any extra plugins or custom code added

    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: Revolution slider not loading on mobile/ipad #33020
     Catalin
    Moderator

    @sandervm86 it shows on mobile when I test it.. what mobile are you using for tests?

    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: ERROR in Search Form Result #33017
     Catalin
    Moderator

    This should be already resolver in 2.7 version. Also update your Buddypress plugin to latest version

    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: Prev & Next Posts #33013
     Catalin
    Moderator

    See my answer above and you will need to change the text there in the code

    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: Sweet Date update = rtMedia bug #32743
     Catalin
    Moderator

    I don’t know what changes or other codes or other plugins you have added. I just updated on the demo to the latest rtMedia version and the functionality works as expected

    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: PMPro Addons #32742
     Catalin
    Moderator

    Hi, not necessarily but only if you like the functionality added by the plugins

    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: Site Very Slow #32740
     Catalin
    Moderator

    Hi,
    You can achieve that with a plugin like BWP Minify that allows you to move scripts to the footer and minify them. Unfortunately there are plugins that add the scripts to the header so you need to mark them manually to be moved by the plugin.

    Also you should consider using a caching plugin

    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: Problem with savings settings #32739
     Catalin
    Moderator

    hi @taiger
    You should create a topic if your question is not related to this topic

    have you found the problem with the slow site?
    To remove the featured image on the blog post page there is a setting in Theme options – Blog

    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: Horizontal search bar not appearing #32737
     Catalin
    Moderator

    Hi, Make sure you have checked some fields in Sweetdate – Buddypress – Horizontal form

    If you check them you shouldn’t encounter that problem

    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: I don't have MPML plugin #32736
     Catalin
    Moderator

    Hi, WPML is a standalone plugin and it is sold at http://wpml.org/

    KLEO does not include it and we haven’t stated anywhere that is included. KLEO is ready to be used with WPML

    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 can I remove the Archive for category text #32735
     Catalin
    Moderator

    Indeed just remove the Archive for category: part

    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 for woocommerce theme #32734
     Catalin
    Moderator

    Hi, it has been added in 2.1 version. Find them in Appearance – Menus – KLEO

    Thanks

    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: Fit it to screen #32733
     Catalin
    Moderator

    @iusethemes that should be in your < head > section of your header.php file

    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: tags and popular posts #32732
     Catalin
    Moderator

    I don’t see the popular widget. Put some links to those specific pages.

    In the sidebar is a bbpress widget from what I see and it dispalys usernames
    In the footer.. what widget?
    Please try to be more specific

    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: Migration issues #32731
     Catalin
    Moderator

    Thank you for the suggestions. I appreciate it and we will consider it for next updates

    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: Stop Menu Tooltips #32730
     Catalin
    Moderator

    That should come from a plugin of yours since we don’t add that functionality in the theme. Try to disable some.

    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 highlight NEW label #32727
     Catalin
    Moderator

    Try replacing line 231 in functions.php with

    COPY CODE
    
    $atts['title'] = ! empty( $item->attr_title ) ? $item->attr_title : ( ! empty( $item->title ) ? esc_attr(wp_strip_all_tags($item->title)) : '' );
    

    That should strip tags from the title. Also another solution would be to put a value in the Title Attribute for that item

    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: Cannot create custom profile fields for users. #32724
     Catalin
    Moderator

    Thanks @giannisff

    @Kookidooki everything fine now?

    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: Problem with BB Press #32722
     Catalin
    Moderator

    Hi @Ferghus
    That plugin should do the trick but we will consider this for a next update.

    Thanks

    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 Password #32721
     Catalin
    Moderator

    Hi, I have just tested on the demo and it does not happen.

    Thank you @anitatakacs
    This is a topic for Sweetdate. If you have a problem related to KLEO theme please submit a new topic in KLEO forum

    Thanks

    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 & Other Issues #32720
     Catalin
    Moderator

    Hi,

    I have your mail and will follow that to finish site changes.

    Thanks

    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 returning after cancelled membership #32719
     Catalin
    Moderator

    Hi, Yes their profile are not affected, only the membership is affected

    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: Recent posts widget bug #32717
     Catalin
    Moderator

    Hi, the excerpt wasn’t added in KLEO 2.1 but the date was configured to show on all entries

    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/header #32716
     Catalin
    Moderator

    Hi, That is related to your Revolution slider configuration.. edit the slider and play with the elements there

    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: A way to hide the group creation step? #32714
     Catalin
    Moderator

    Hi, I don’t think it is an easy job. The template responsible for that is located in wp-content/themes/kleo/buddypress/groups/create.php

    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: Redirect to Forums #32709
     Catalin
    Moderator

    @jurica please check plugin documentation. Taking a quick look it should be related to [variable]username[/variable]/messages

    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: Large Gap if using Visual Editor on Posts #32708
     Catalin
    Moderator

    hi, please update your theme to the latest version and that should be fixed.

    Thanks @sharmstr

    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 For Dating Website #32707
     Catalin
    Moderator

    Hi, Sorry for the late reply.

    Unfortunately there are no options in KLEO as in Sweetdate for searching and matching.
    For searching try BP profile search which will need CSS adjusting as far as I know

    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: Responsive Fixed Header #32705
     Catalin
    Moderator

    Hi, you should see in apps.css, somewhere at the end, the media queries related to the header. You wikk gave to copy the ones related to header in your child theme and put them in your desired breakpoint. This is not so easy to achieve for me to give you a quick solution.

    Cheers

    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 - 1 through 40 (of 1,943 total)

Log in with your credentials

Forgot your details?