Forum Replies Created

Viewing 40 posts - 2,281 through 2,320 (of 11,328 total)
  • Author
  • in reply to: Profile edit by user role #92806
     sharmstr
    Moderator

    roles 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: missing demo data in drop down menu #92804
     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Change User Xprofile Section Icons #92800
     sharmstr
    Moderator

    Its 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.html

    To rearrange other tabs

    COPY CODE
    
    function 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Recommended Plugins question #92775
     sharmstr
    Moderator

    Check 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Testimonials now missing #92774
     sharmstr
    Moderator

    Can 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Testimonials now missing #92769
     sharmstr
    Moderator

    I’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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: missing demo data in drop down menu #92768
     sharmstr
    Moderator

    Think 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Testimonials now missing #92721
     sharmstr
    Moderator

    Looks 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Cover Photo not showing #92719
     sharmstr
    Moderator

    buddypress-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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Top Menu spacing #92693
     sharmstr
    Moderator

    Turn 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

     sharmstr
    Moderator

    Just 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How to setup buddypress #92646
     sharmstr
    Moderator

    I’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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How to setup buddypress #92638
     sharmstr
    Moderator

    Please 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How to setup buddypress #92622
     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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: rtMedias Translations #92594
     sharmstr
    Moderator

    If 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Possible to use Portfolio Fullwidth Overlay for blog? #92560
     sharmstr
    Moderator

    You 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: missing demo data in drop down menu #92556
     sharmstr
    Moderator

    Again 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: missing demo data in drop down menu #92555
     sharmstr
    Moderator

    Assuming 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Social Share Icons #92551
     sharmstr
    Moderator

    You’re welcome.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Possible to use Portfolio Fullwidth Overlay for blog? #92549
     sharmstr
    Moderator

    Forgot 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 solution

    This 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.
    in reply to: Possible to use Portfolio Fullwidth Overlay for blog? #92548
     sharmstr
    Moderator

    1 – 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: WooCommerce – description tab is off #92545
     sharmstr
    Moderator

    It 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Cannot find membership icon in general settings in kleo #92543
     sharmstr
    Moderator

    Network 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Toggle Navigation not working on mobile devices #92542
     sharmstr
    Moderator

    Try 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: edit sidebar content #92540
     sharmstr
    Moderator

    WP Admin > Appearance > Widgets

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Social Share Icons #92539
     sharmstr
    Moderator

    The closest I could find is between the image slider and the tabs

    COPY CODE
    
    
    add_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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Line through my post box #92538
     sharmstr
    Moderator

    Try 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How to setup buddypress #92535
     sharmstr
    Moderator

    There 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 solution

    This 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.
    in reply to: Theme is not updating in WordPress #92491
     sharmstr
    Moderator

    Hello, 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Demo content on my site #92490
     sharmstr
    Moderator

    rtMedia – 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: rtMedias Translations #92485
     sharmstr
    Moderator

    If 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 solution

    This 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.
    in reply to: rtMedias Translations #92431
     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: rtMedias Translations #92406
     sharmstr
    Moderator

    Plugins 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: rtMedias Translations #92396
     sharmstr
    Moderator

    You 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Some pages not loading after theme update #92395
     sharmstr
    Moderator

    You 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Demo content on my site #92394
     sharmstr
    Moderator

    I 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Cover Photo not showing #92393
     sharmstr
    Moderator

    As 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Header Layout Align issues #92388
     sharmstr
    Moderator

    Because 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 solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: Adding Facebook Conversion Pixels #92379
     sharmstr
    Moderator

    You’re welcome.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    in reply to: How to setup buddypress #92377
     sharmstr
    Moderator

    If 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##/profile

    and 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 solution

    This 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.
Viewing 40 posts - 2,281 through 2,320 (of 11,328 total)

Log in with your credentials

Forgot your details?