Forum Replies Created

Viewing 40 posts - 6,521 through 6,560 (of 8,607 total)
  • Author
  • in reply to: Paid Membership Pro E-mails #14670
     Abe
    Keymaster

    HI, We are using on the demo site Buddypess,Paid Memberships Pro and Woocommerce all together for demo purposes and haven’t encountered an error. Do you have the error it shows? Try setting WP_DEBUG to TRUE in wp-config.php to show php errors

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: member profile menu bug #14668
     Abe
    Keymaster

    Hi, See the examples related to the subnav here: http://blog.maximusbusiness.com/2013/04/bp-profile-nav-positions-names/#change-subnav-tab

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Remove display of number of members on result page #14665
     Abe
    Keymaster

    Hi, You should use the child theme and copy this file wp-content\themes\sweetdate\members\index.php to the exact folder structure in the child theme. Edit it there and comment lines 38 and 39 which look like:

    COPY CODE
    
    					$page_title = __('Profile Search <span class="pink-text">results</span>', 'kleo_framework');
    					$lead = __("Your search returned", 'kleo_framework')." ".count($bp_results['users']) ." ". _n( 'member', 'members', count($bp_results['users']), 'kleo_framework' );
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Some defect in mobile #14664
     Abe
    Keymaster

    quick css or in your child theme in style.css file, whichever suits you

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Integration for LearnDash #14662
     Abe
    Keymaster

    Thanks guys 🙂

    We will get in touch with the developers of LearnDash and see if they can provide a trial to test it

    Cheers

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Hide Members Without Avatars #14658
     Abe
    Keymaster

    We haven’t tested that code but we will do that and see if we come with a better solution

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Members administration #14657
     Abe
    Keymaster

    This code is cleaner and just tested it, add it to your sweetdate-child/functions.php

    COPY CODE
    
    add_action('set_current_user', 'cc_hide_admin_bar');
    function cc_hide_admin_bar() {
      if (!current_user_can('edit_posts')) {
        show_admin_bar(false);
      }
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: A Splash or Landing page Only! #14654
     Abe
    Keymaster

    Hi joninhas, For the register form in homepage you have this shortcode: [kleo_register_form]
    Attributes available:
    profiles=”1|0″ – show/hide the recent profiles underneath
    title=”Title…”
    details=”Extra details here …”

    For the login form there is no shortcode for a form but you should check wordpress default login form: https://codex.wordpress.org/Function_Reference/wp_login_form

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: A Splash or Landing page Only! #14653
     Abe
    Keymaster

    Hi nusolutions, You need to edit footer.php and add some php conditions in there to check if the user is logged in, example:

    <?php if (is_user_logged_in()) { ?> Content to hide <?php } ?>

    You should really hire a developer to help you with custom changes.

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Private Meassages conversation order #14651
     Abe
    Keymaster

    Hi, see the code provided in this topic: https://archived.seventhqueen.com/forums/topic/private-message-thread-layout-bug

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Blank Field In membership Levels table #14649
     Abe
    Keymaster

    Hi, That link you gave us isn’t visible. Try inspecting the elements using Chrome or Firefox Firebug and do any desired changes by CSS

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: How to edit text on Avatar Page #14648
     Abe
    Keymaster

    Hi, Template file is located in: wp-content\themes\sweetdate\members\single\profile\change-avatar.php

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Some defect in mobile #14646
     Abe
    Keymaster

    Hi,

    1. Please add this css to fix it:

    COPY CODE
    
    form.form-search .text-center label.inline {
        display: inline;
        line-height: 32px;
    }
    

    2. Those show like that since the width isn’t enough and they go under. Right now we don’t have a function to change that look

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Register page redirects to homepage #14642
     Abe
    Keymaster

    Thanks Boblebad for your answer

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Auto-Scroll down to crop avatar #14640
     Abe
    Keymaster

    Hi, That is handled by Buddypress yes but you could edit wp-content\themes\kleo\buddypress\members\single\profile\change-avatar.phpand instead of form action=”” try putting
    <form action="<?php echo bp_get_loggedin_user_link(); ?>profile/change-avatar#item-nav"

    We’ll be adding this in next theme version 😉

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

     Abe
    Keymaster

    Hi, That will autocomplete just friends if I am not wrong and it is Buddypress way of handling it.

    Cheers

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Activation Reply To Address #14637
     Abe
    Keymaster

    Hi, That comes from WordPress itself and you need to install a plugin to change that. Plugin example: http://wordpress.org/plugins/wp-mailfrom-ii/

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Remove username #14636
     Abe
    Keymaster

    If you add that CSS given by Anchora it will hide the username: span.user-nicename { display: none; }

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Prevent Logged Out Access #14635
     Abe
    Keymaster

    Those settings don’t work for BuddyPress pages since the plugin has other logical mechanism. You need to apply those settings added by us in Sweetdate – Memberships.

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Create A Group Still Not Functioning #14634
     Abe
    Keymaster

    Have you figured it out? Can we close the topic?

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Mailchimp Integration / Styling #14618
     Abe
    Keymaster

    Hi, yes we will check their plugin since we have on our list to add mailchimp functionality

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: restrict certain levels not working #14616
     Abe
    Keymaster

    Hi, We are releasing tomorrow 1.4 update that will fix that issue that happens some times in the options panel on the Membership tab

    Thanks

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: facebook avatar not showing on facebook register #14614
     Abe
    Keymaster

    Hi, we are doing some local tests and come back with a fix for you. Thanks

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: problem with mobile site #14611
     Abe
    Keymaster

    Hi, You would have to be more specific on what the problem is.
    Thanks

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Increase birthday #14610
     Abe
    Keymaster

    Hi, You need to add the attached code to sweetdate-child/functions.php

    This is an example where it is lowered to 14 years old. You will have to change the 14 to whatever you need 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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Highlighting current menu item #14608
     Abe
    Keymaster

    Hi there, That is related to Buddypress Menu walker I guess since it adds the class active to both items. You can bug them if you can 🙂

    Thanks

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: I want to translate my website completely in Spanish #14605
     Abe
    Keymaster

    Hi, You need to backup your translations from kleo/languages if you have added any. Also it is recommended to backup old site files before updating. Normally if you haven’t done any changes to the theme files you won’t loose anything

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Homepage Log In Button Issue #14604
     Abe
    Keymaster

    Hi nusolutions, this is the path for the login modal: wp-content\themes\sweetdate\page-parts\general-login-modal.php if you want to add extra things to it.
    To make the button go directly to wp-login you have to edit header.php, search for on line 182 for:
    data-reveal-id=”login_panel”
    and remove that string. Them replace href=”#” with href=”/wp-login.php”

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: .mo and .po files to have a multilanguage site #14601
     Abe
    Keymaster

    Hi, You will have to use a plugin like Codestyling Localization that will allow you to easily generate those files for your language. This means that you will translate the theme from that plugin easily. Make sure after you translate the strings from the theme and other plugins you hit the button to generate the .mo file

    Cheers

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: buddypress Default Privacy not working #14599
     Abe
    Keymaster

    Hi, You are right we encounter this. We came with a fix that will be available probably tomorrow once with the 1.4 update

    Thanks

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Search members results – first members with photo #14597
     Abe
    Keymaster

    Hi, Right now that isn’t a feature. Try searching for a BUddypress plugin or code since it is only related to Buddypress

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Modifying Members Display #14595
     Abe
    Keymaster

    Hi, Right now that isn’t a feature. Try searching for a BUddypress plugin or code since it is only related to Buddypress

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Adding 728X90 Banner #14594
     Abe
    Keymaster

    Hi, Sorry for the late reply. You need to edit header.php and add wrap the banner in a php conditional for logged in users like:
    <?php if (is_user_logged_in()) { ?> put the banner here <?php } ?>

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Translation #14593
     Abe
    Keymaster

    Hi, Sorry for the late reply. You can easily use Codestyling Localization plugin to translate Sweetdate theme and all the plugins you use. From the plugin page you will see the theme listed and also the plugins. The process is similar for any of them, scan for strings, translate the strings and click the button to generate the .mo file.

    In the Sweetdate theme, translate the strings with the text domain: kleo_framework

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: remove "sweet date 4u" from adminbar #14559
     Abe
    Keymaster

    Sorry I see what you mean now. That logo is also set from WP admin – Sweetdate – Small Logo. Can’t you see it in that options page?

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: KLEO – Features Requests #14555
     Abe
    Keymaster

    Woocommerce is almost ready and you will get an update tomorrow 9th of April. We have spent some time on it to make it a real integration, not just simple styling

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: STEPS TO UPDATE KLEO THEME AND PLUGINS #14512
     Abe
    Keymaster

    Sure it is included. You get the updated versions of the plugins on new theme update releases

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Members cannot Log in via Pop up Login window #14511
     Abe
    Keymaster

    Hi, We already responded in another similar created topic of your and in the theme comments section.. Please could you add your questions just once so we don’t have to search trough all support topics, comments, etc to see if we already answered?

    We will look for a way to make a fallback in cases like yours.

    Thanks

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Front page show codes only on mobile device. #14510
     Abe
    Keymaster

    Hi, I guess you are using another theme for mobile trough a plugin or something. try to disable it since Sweetdate is responsive and looks good on mobile devices too

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: problem with Icons #14509
     Abe
    Keymaster

    Try to add them with single quotes like:

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

Viewing 40 posts - 6,521 through 6,560 (of 8,607 total)

Log in with your credentials

Forgot your details?