Forum Replies Created
-
Author
-
Abe
KeymasterHi, I wrote an email to you so let’s continue the discussion there
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterHi, there isn’t a shortcode for that right now but we will consider it for a future update.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterA link to your site would be good to check it live
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterHi, what you need implies custom work since it can’t be easily provided with a quick fix so please try to hire a programmer to help you since it is out of forum scope.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterHi, I think I already answered this somewhere else so please don’t post same question twice.
your link should be added like “http://site.com/mypage.html” instead of “mypage.html”Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 3, 2015 at 14:10 in reply to: Connecting Multisite User With 'Login/Register with Facebook ' #44538Abe
KeymasterHi, Facebook login file is found here if you want to change some redirects but they should follow default WordPress redirect you if you are redirected to admin then that is the default WP behavior for admin users so you can consider a login redirect plugin
wp-content/themes/kleo/kleo-framework/lib/function-facebook-login.php
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterHi, make sure that you have enabled Site Tracking component from BuddyPress settings
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
Keymasterin what pages it doesn’t work?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
Keymasterokey 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterThere is not a functionality for that in the theme. You require custom coding to do that
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterIf you have the WordPress theme you don’t need any other landing page HTML. Import the demo content and you will see the Home page
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterHi, you have some options in the GEO my WP plugin in the Sweetdate tab not to show the info in the members directory
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterSo all good now?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 2, 2015 at 23:04 in reply to: Twitter Widget not showing my twitter account after theme update #44449Abe
KeymasterWe’ll release and update these days with the fix but I am sure you are not doing something right
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
Keymasterok, did it and works too http://cl.ly/image/3a2b1E0I0x3v
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterTo replace them with Prev/Next you need to redefine this function in your child theme
COPY CODEfunction kleo_post_nav( $same_cat = false ) { // Don't print empty markup if there's nowhere to navigate. $previous = ( is_attachment() ) ? get_post( get_post()->post_parent ) : get_adjacent_post( $same_cat, '', true ); $next = get_adjacent_post( $same_cat, '', false ); if ( ! $next && ! $previous ) { return; } ?> <nav class="pagination-sticky member-navigation" role="navigation"> <?php if ( is_attachment() ) : previous_post_link( '%link', __( '<span id="older-nav">Go to article</span>', 'kleo_framework' ) ); else : if ($previous) { previous_post_link( '%link', '<span id="older-nav"><span class="outter-title"><span class="entry-title">Previous</span></span></span>', $same_cat ); } if ($next) { next_post_link( '%link', '<span id="newer-nav"><span class="outter-title"><span class="entry-title">Next</span>', $same_cat ); } endif; ?> </nav><!-- .navigation --> <?php }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterRight now that is now available but we will consider it as a future functionality.
Thanks
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
Keymasterit will kill ass badly :))
We are releasing it this weekHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterCool 🙂
Take care
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterIndeed really nice @guy_fraser
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionFebruary 2, 2015 at 14:10 in reply to: Can I discount a membership level based on an existing level? #44339Abe
KeymasterHi, sorry can’t really tell where that comes from. I guess the addon developers can help you with that
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterRegistration text can be changed from this template: wp-content/themes/sweetdate/page-parts/home-register-form.php
The font should be changed by CSS and applied only for the elements you need. You require CSS knowledge
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
Keymaster@catholicauthor Youtube videos should work normally. Try to give me a link to that page and remove the code added by you
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
Keymasterthe update is coming next week
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
Keymasterthis will be possible in next update using the updated Visual composer 4.4 integration
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterYes, once you submit that data it should show auto completed in the /register page
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterIt is there. See the printscreen
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 30, 2015 at 13:15 in reply to: Twitter Widget not showing my twitter account after theme update #44075Abe
KeymasterPlease make sure you change the content only
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterDoes it happen on our demo too?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterCan’t see what you are seeing but look at my video on Yosemite with Safari
http://cl.ly/0t1v3z002q3Y/Screen%20Recording%202015-01-30%20at%2012.11%20pm.movHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterI definitely read your reply 🙂
It seems you don’t want to understand what I am saying but I will repeat again. This can’t be theme related since you disabled the extra plugins and re-uploaded the images and all went well. So based on your experiment it is definitely plugin/code related since normal BuddyPress behavior is to crop square avatars.So bottom line is that we do care about any problems clients might encounter with the theme and fix them all but something like your request above is beyond my power to guess what is the cause of your not square avatar.
And you can always reply to Resolved topics, change status and even reply to Closed ones.
So please try understand the purpose of this forum
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterHi, we haven’t tested it. I don’t see why it won’t work
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterI said that since the image is already uploaded like that, just disabling the plugins won’t help.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterHi, those fields can be translated if you translate KLEO theme. Use a plugin like Codestyling localization
the .00 should be generated from the plugin. try looking in the plugin settings to change the decimals
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
Keymasterhi, it is due the plugin settings on those buttons color since is white on a white bg…. Pleas configure it correctly since this is not theme related
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
Keymasteranother solution is to try this plugin: https://wordpress.org/plugins/bp-profile-search/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterHi, Thanks for your purchases.
Unfortunately I don’t think it will be an easy transition but everything related to the search is found in this file: custom_buddypress/kleo-bp-search.php
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 29, 2015 at 17:27 in reply to: How to delete Kleo Demo Data and go back to basic Kleo download? #43961Abe
Keymaster@arystokrata you managed to remove all content? Normally you go to each post type and delete all posts, pages, etc
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
KeymasterHi, this has been fixed and it will be available in 2.4 version
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAbe
Keymasterwe are trying this week and the Visual composer 4.4 integration is taking some time …
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts