Forum Replies Created
-
Author
-
CatalinModerator
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 solutionCatalinModeratorStrange. 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 solutionCatalinModeratorHi, 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 solutionAttachments:
You must be logged in to view attached files.CatalinModeratorHi, 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 33COPY CODEkleoPage.magnificPopup();
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHi, 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 solutionCatalinModerator@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 solutionCatalinModeratorYou 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 solutionCatalinModeratorHi, 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 solutionCatalinModeratorThere 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 solutionCatalinModeratorWhat 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 solutionCatalinModeratorUpdate 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 solutionCatalinModeratorAlso 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 solutionCatalinModerator@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 solutionCatalinModeratorThis 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 solutionCatalinModeratorSee 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 solutionCatalinModeratorI 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 solutionCatalinModeratorHi, 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 solutionCatalinModeratorHi,
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 solutionCatalinModeratorhi @taiger
You should create a topic if your question is not related to this topichave 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 – BlogHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHi, 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 solutionCatalinModeratorHi, 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 solutionCatalinModeratorIndeed 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 solutionCatalinModeratorHi, 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 solutionCatalinModerator@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 solutionCatalinModeratorI 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 specificHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorThank 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 solutionCatalinModeratorThat 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 solutionCatalinModeratorTry 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 solutionCatalinModeratorThanks @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 solutionCatalinModeratorHi @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 solutionCatalinModeratorHi, 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 forumThanks
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHi,
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 solutionCatalinModeratorHi, 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 solutionCatalinModeratorHi, 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 solutionCatalinModeratorHi, 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 solutionCatalinModeratorHi, 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 solutionCatalinModerator@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 solutionCatalinModeratorhi, 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 solutionCatalinModeratorHi, 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 knowCheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHi, 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 -
AuthorPosts