Forum Replies Created
-
Author
-
sharmstr
Moderatorroles as in WP roles or BP member types?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI hadnt imported demo content in a long while. I rebuilt my local development sites this morning and went through the kleo install and demo import. If you choose to import the Main Demo, it will install everything you’ve mentioned you wanted without having to install individual pages.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIts not 404ing for me. Here’s what the link says
To move the media tab
http://docs.rtcamp.com/rtmedia/developers/reordering-media-tab-buddypress.htmlTo rearrange other tabs
COPY CODEfunction my_change_profile_tab_order() { global $bp; $bp->bp_nav['settings']['position'] = 10; $bp->bp_nav['activity']['position'] = 20; $bp->bp_nav['friends']['position'] = 30; $bp->bp_nav['groups']['position'] = 40; $bp->bp_nav['blogs']['position'] = 50; $bp->bp_nav['messages']['position'] = 60; $bp->bp_nav['profile']['position'] = 70; } add_action( 'bp_setup_nav', 'my_change_profile_tab_order', 999 );
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorCheck in Appearance > Install plugins. If its not listed there, then yes, you can install from the WP repo.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorCan I check it out?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI’m on my phone at the moment so I can’t check again. But when I looked at your page source code, k elements wasn’t being loaded. What version do you have installed?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThink of the 4 demos as “sites”. Everything you say you want is in the main demo. After you import that you can install additional pages like get connecred by selecting “specific page” then choose the page you want. Most of them start with “home” like “home get connected”. You’d be the first person that’s missing those options, so if you indeed are, please respond privately with admin credentials so I can see what’s going on.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorLooks like k-elements is disabled?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderatorbuddypress-functions.php should NOT be in your child theme.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorTurn off transparent main menu in theme options. Only enable it for pages that need it…. ones that have a slider or big image at the top like your home page.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
December 11, 2015 at 19:00 in reply to: WPBakery Visual Composer , is causing a major plug in conflict #92690sharmstr
ModeratorJust checking in. Were you able to figure out the error you were getting?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI’m not upset at all.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorPlease stay on topic. I know its easier to keep asking questions in the same topic, but it makes it difficult to search the site. Thank you.
Check two places
Theme Options > Misc
Settings > Buddypress > Settings
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
Moderator-Online: There isnt a total member online, but there is one for number of members online that have a certain field value. For example, if you had a gender field you could get a count of all males or females. To add this, click on Kleo -> Buddypress -> Member Statistics and set your field name, field value and online to true. Alternatively, you could use the Total Members shortcode (kleo -> buddypress -> total members) but again, it doesnt have an ‘online’ parameter
-There’s no short code for number of groups
-content element -> bbpress stats – set type to topics
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIf you open it in loco in wp admin, do you see your change?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
December 11, 2015 at 03:31 in reply to: Possible to use Portfolio Fullwidth Overlay for blog? #92560sharmstr
ModeratorYou need to keep the same directory structure. That’s how child themes work. Copy it to /kleo-child/page-parts/general-header-file.php
And, that’s not the correct location. Look around line 126
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAgain I’m assuming that’s what you were talking about. If so, https://archived.seventhqueen.com/video-tutorials/import-and-configure-the-kleo-get-connected-demo-page.html
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAssuming you mean this http://seventhqueen.com/themes/kleo/get-connected-vertical-form/ or this http://seventhqueen.com/themes/kleo/get-connected/
Select specific page then choose which one you want.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou’re welcome.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
December 11, 2015 at 02:36 in reply to: Possible to use Portfolio Fullwidth Overlay for blog? #92549sharmstr
ModeratorForgot to attach the slider settings.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.December 11, 2015 at 02:35 in reply to: Possible to use Portfolio Fullwidth Overlay for blog? #92548sharmstr
Moderator1 – Not without custom coding which is beyond the scope of support here.
2 – Yes. Select post based slider and set Fetch Posts to whatever you want.
3 – You’re not doing anything wrong. Kleo only uses it for header tags. If you want it near the logo, you can copy /kleo/page-parts/general-header-section.php to your child theme and add the following below the logo code
COPY CODE<?php bloginfo('description'); ?>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIt happens when you dont use the wishlist. Anyhow, I’ve answered this a few times https://archived.seventhqueen.com/forums/topic/product-descriptions-not-displaying-properly#post-91521
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
December 11, 2015 at 02:17 in reply to: Cannot find membership icon in general settings in kleo #92543sharmstr
ModeratorNetwork site? If so its in the network admin.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorTry this in your quick css
COPY CODE.header-color .navbar-nav li .caret:after { color: #000 !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorWP Admin > Appearance > Widgets
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThe closest I could find is between the image slider and the tabs
COPY CODEadd_action('geodir_details_main_content', 'add_social_sharing', 35); function add_social_sharing() { get_template_part( 'page-parts/posts-social-share' ); }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorTry this in your quick css
COPY CODE#buddypress .activity-timeline { margin-top: 300px !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorThere is a Kleo menu in the text editor that has shortcodes you can add for buddypress and bbpress stats.
Can I ask why you keep using CAPS? Are you upset?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorHello, please search before posting. I’ve answered this several times before. Here’s one: https://archived.seventhqueen.com/forums/topic/how-to-get-new-release#post-90364
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorrtMedia – yes
Edit the row and change either the background or the text color. Its up to you.
Please stay on topic. I know its easier to continue to ask different questions without opening new topics. The problem is that it makes it difficult for other to search/find solution when single topics have multiple, unrelated questions.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIf you compare the file you’re using which says 100% complete to the newer translation file here: https://rtcamp.com/translate/projects/rtmedia, you’ll see that there are actually over 700 strings that need to be translated.
In the file you’re using, do a search for ‘commented on your’. It probably doesnt exist and therefore isnt being translated.
‘commented on your’ does exist in the file here: https://rtcamp.com/translate/projects/rtmedia Download it, translate that string, then compile the .mo.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.sharmstr
ModeratorI cant help you with Loco Translate. I use poedit. ‘commented on your’ is in the french po file in the link I gave you before. It looks like that particular message hasnt been translated yet.: https://rtcamp.com/translate/projects/rtmedia/fr/default?filters%5Bterm%5D=commented&filters%5Buser_login%5D=&filters%5Bstatus%5D=current_or_waiting_or_fuzzy_or_untranslated&filter=Filter&sort%5Bby%5D=priority&sort%5Bhow%5D=desc
Also, its important to note that even after you translate it, none of the previous notifications will be translated. Only new notifications. This is because the notification text is written to the database.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorPlugins keep their translation files in the languages folder. For rtMedia its:
/plugins/buddpress-media/languages
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou need to use a translation editor. Read this: http://wplang.org/translate-theme-plugin/ If you need more assistance on learning how to translate, please do a google search. There is a ton of info out there.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou have failed to update the plugins as well. Go to Appearance > Install Plugins.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorI see the friends tab on your site.
I cant suggest plugins other than the ones that kleo states that its compatible with.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorAs mentioned before, it wasnt working because you had BP Profile Cover plugin enabled. I’ve disabled that and switch it back to default BP 2.4 functionality.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorBecause you’re using the Mega Menu plugin instead of Kleo’s menu. It sets its own css for the menu, that’s why it not lining up. It also overrides the menu so Kleo cant add the search icon.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorYou’re welcome.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
sharmstr
ModeratorIf you’ve put the links to members/activity/group under My Account, then they will not show up unless the member is logged in. I suggest setting up your menu so it has a Community top level menu item, then links to /members, /groups and /activity. Then under the My Account link, set up links to sections of their profile. You can do that by adding a custom link and putting ##profile_link##/*section name* in the URL. Like this
##profile_link##/messages
##profile_link##/groups
##profile_link##/profileand so on
To add profile information, please follow the buddypress documentation: https://codex.buddypress.org/administrator-guide/extended-profiles/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files. -
AuthorPosts