Forum Replies Created

Viewing 40 posts - 1,801 through 1,840 (of 2,655 total)
  • Author
  • in reply to: Help with some buddypress plugins. #2541
     SQadmin
    Keymaster

    Hi,
    Xprofile means the profiles from Users -> Profile fields. Read the plugin instructions. Haven’t used that plugin yet

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Replace homepage image with content #2540
     SQadmin
    Keymaster

    Thanks @bastkopf
    You can edit this file: page-parts/home-search-form.php and replace line 4 with your own text

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Website in general very slow #2539
     SQadmin
    Keymaster

    Always installing a caching plugin for database requests and pages is a plus of speed

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Activity #2538
     SQadmin
    Keymaster

    Thats right @bastkopf.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Editing the text inside the search form #2534
     SQadmin
    Keymaster

    That is edited from WP ADMIN -> Sweetdate -> Buddypress in the search form part

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Hide posts from users who's membership has expired #2533
     SQadmin
    Keymaster

    Hi, You could change the index.php, search.php to be something like this:




    That will check if the author of the post has membership and if it does it will show the post

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Help with some buddypress plugins. #2531
     SQadmin
    Keymaster

    Searching appears because you need to allow it to take your location(maybe you haven;t seen the popup in browser). Also if you have problems with this plugin functionality you need to contact plugin author

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Why is installed sweetdate-child? #2530
     SQadmin
    Keymaster

    Hi,
    You install both themes but activate the sweetdate-child.
    You don’t need to modify main parent theme files. If you want to modify a template file, copy it to sweetdate-child theme and change it there.

    “A WordPress child theme is a theme that inherits the functionality of another theme, called the parent theme, and allows you to modify, or add to, the functionality of that parent theme. A child theme is the safest and easiest way to modify an existing theme, whether you want to make a few tiny changes or extensive changes. Instead of modifying the theme files directly, you can create a child theme. A child theme inherits all of the templates and functionality from its parent theme, but allows you to make changes to the parent theme because code in the child theme overwrites code in the parent theme. ”
    from http://codex.wordpress.org/Child_Themes

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

    Hi,
    Thanks for your suggestions.
    We already took into consideration the geo feature but can’t give a time of arrival yet.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Where i can edit e-mail contents? #2528
     SQadmin
    Keymaster

    Hi,
    Try this plugin that allows you to customize your emails: http://wordpress.org/plugins/wp-better-emails/

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Facebook & Terms and Conditions at register form #2527
     SQadmin
    Keymaster

    We will put a checkbox in the registration form and include it in the next update. We will keep you posted.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: How to work compatibility match?? #2504
     SQadmin
    Keymaster

    Hi,
    Please read this topic to change default profile fileds that the system looks for:
    https://archived.seventhqueen.com/forums/topic/match-numbers

    Let me know if you need help adding that code

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: login #2503
     SQadmin
    Keymaster

    Hi,
    That should be all files for the modals.
    There is no specific js for that, is from foundation framework and just styled in assets/styles/app.css
    Facebook login adds the buttons trough some actions and everything related to facebook is located in framework/functions/facebook_login.php
    You should not edit facebook_login.php to replace text for the buttons. Just copy the respective functions that are generating them to your sweetdate-child/functions.php if you need to.

    Also the same is available with the tempalte pages. Copy the files to your sweetdate-child theme and wordpress will use those instead of the main theme.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Membership Levels at sign up. #2502
     SQadmin
    Keymaster

    Just updated the code. WordPress removed some code.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: How to hide register form for logged in members? #2493
     SQadmin
    Keymaster

    Hi,
    You could choose the mixed form if you want the search form to appear for logged in users. If you don’t want the search form see the above topic that @bastkopf gave you.

    Cheers

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: WordPress admin is running extremely slow #2492
     SQadmin
    Keymaster

    Next version will include this change in the admin. Have you replaced the file above?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: WordPress admin is running extremely slow #2491
     SQadmin
    Keymaster

    Hi, Replacing that file should do the trick. Maybe there is a plugin installed that is doing this?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Help with some buddypress plugins. #2488
     SQadmin
    Keymaster

    Hi,
    1. BP checkins shoud work fine. Make sure you have the latest theme version
    2,4,5 haven’t tested
    3. BuddyPress Profile Progression. Check the topic: https://archived.seventhqueen.com/forums/topic/buddypress-profile-progression

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Membership Levels at sign up. #2487
     SQadmin
    Keymaster

    Hi,
    It can be done. You can modify line 136 from header.php. COpy the file from sweetdate theme to sweetdate-child theme and edit it there. Here is the new line:
    http://pastebin.com/h24u18zj

    This will go to levels page but a user has to be registered before picking a level

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Restrict regular users access to WordPress admin(wp-admin) #2483
     SQadmin
    Keymaster

    Hi,
    By default wordpress allows users to go to WP Admin.
    This snipped might do the job. Add it to sweetdate-child/function.php

    COPY CODE
    
    add_action( "init", "kleo_blockusers_init" );
    function kleo_blockusers_init() {
        if ( is_admin() AND ! current_user_can( "administrator" ) AND
           ! ( defined( "DOING_AJAX" ) AND DOING_AJAX ) ) {
            wp_redirect( home_url() );
            exit;
        }
    }
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Changiing the Landing page after login #2482
     SQadmin
    Keymaster

    Hi,
    Yes that should do it.
    Can you paste the code you entered?
    If you installed that plugin you can remove the custom code from functions.php

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: user profile fields #2478
     SQadmin
    Keymaster

    That looks good but you forgot to add a line before “$bp_tabs[‘physical’] = array(“:

    COPY CODE
    
    
    global $bp_tabs;
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: How to disable forum? and more questions #2477
     SQadmin
    Keymaster

    Hi,
    1. If you want to disable forums completely just disable bbPress plugin.
    2. There is no page at the moment to display them but is a nice idea and we will take it into consideration.
    3. We have seen this into action: http://wordpress.org/plugins/events-manager

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Cometchat #2476
     SQadmin
    Keymaster

    HI, Thank you very much for your appreciation.
    We have already seen this plugin implemented in some of our client sites. Make sure to go trough the instructions for integrating with Buddypress.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Landing page – background picture #2474
     SQadmin
    Keymaster

    This is a sample on how you could achieve that. It has to be added in the footer.php

    COPY CODE
    
    
    <?php
      $bg = array('bg-01.jpg', 'bg-02.jpg', 'bg-03.jpg', 'bg-04.jpg', 'bg-05.jpg', 'bg-06.jpg', 'bg-07.jpg' ); // array of filenames
    
      $i = rand(0, count($bg)-1); // generate random number size of the array
      $selectedBg = "$bg[$i]"; // set variable equal to which random filename was chosen
    ?>
    
    <style type="text/css">
    <!--
    body{
    background: url('<?php get_stylesheet_directory_uri(); ?> /images/<?php echo $selectedBg; ?>') no-repeat;
    }
    -->
    </style>
    

    Images must be placed in sweetdate-child/images and defined in the $bg array

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Predefined Profile tabs missing #2460
     SQadmin
    Keymaster

    Thank you very much.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Images vanish #2444
     SQadmin
    Keymaster

    Hi, can you tell us please what version of Firefox you use?

    Regards,
    Robert

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Changiing the Landing page after login #2438
     SQadmin
    Keymaster

    Hi,
    I have created a topic with this: https://archived.seventhqueen.com/forums/topic/redirect-user-to-their-profile-after-login
    That qualifies for our testimonials section 🙂 Thanks for appreciating us and our work

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Sweetdate Landing page won't install #2436
     SQadmin
    Keymaster

    Hi.
    Sweetdate Landing page isn’t a WordPress theme. It is a HTML item like it says also on Themeforest product page.
    If you want to use Sweetdate with wordpress you need the Sweetdate – More than a wordpress dating theme

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Change the menu wording from Activity to something else #2435
     SQadmin
    Keymaster

    Also: https://archived.seventhqueen.com/forums/topic/buddypress-profile-landing-page-change

    Please try searching for existing topics before creating new ones. Thanks

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Changing PROFILE name #2434
     SQadmin
    Keymaster

    Hi,
    Read this topic right here: https://archived.seventhqueen.com/forums/topic/buddypress-profile-landing-page-change

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Enable other media types for album #2432
     SQadmin
    Keymaster

    Hi, As far as I know rtMedia supports images,videos and sound files so that might be the problem

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Chat plugin #2431
     SQadmin
    Keymaster

    Hi,
    That plugin is beta unfortunately and I don’t know that it can be relied on. There is a paid plugin that is really great and we saw it integrated in some implementations of the theme. The plugin is named Comet chat if you want to take a look(don’t mean to advertise that plugin, it is just a suggestion)

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Enable other media types for album #2430
     SQadmin
    Keymaster

    Hi,
    Install rtMedia plugin from wordpress repository. It is well integrated in the theme

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: user profile fields #2429
     SQadmin
    Keymaster

    If you had it displayed next to your profile image then you probably added a code to your sweetdate-child/functions.php to enable it. Check the name there 🙂
    If not then I don;t know how you could find the name of something deleted maybe from a hosting database backup

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Group search doesn't work #2428
     SQadmin
    Keymaster

    Ok we fixed this also, just re-download the above file. Thanks
    It seems that Buddypress has some places when it looks just for a default structure.
    Not it should be fine.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: WordPress admin is running extremely slow #2427
     SQadmin
    Keymaster

    Hi,
    That supposed to tell you when when a new update was out but if it slows down the admin we are taking it out and stick only with the envato updater that is already implemented.
    Until the next update please replace the contents of this main parent theme file sweetdate/framework/theme_options.php with this one:
    https://archived.seventhqueen.com/files/theme_options.txt

    Thanks for letting us know

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Members can't register #2426
     SQadmin
    Keymaster

    You should make sure mails aren’t going to spam or the receiving server doesn’t reject your emails. Try checking server logs or maybe try a plugin that sends mail trough a smtp host

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: [HELP] Avatar on Sign Up #2425
     SQadmin
    Keymaster

    That is currently not possible and also not a good option to let everybody upload files on your server

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    in reply to: Facebook & Terms and Conditions at register form #2416
     SQadmin
    Keymaster

    That one is a button generated by a button shortcode from your Home page. Activating Facebook registration doesn’t mean it will replace normal registration and it is just another way of registering.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 40 posts - 1,801 through 1,840 (of 2,655 total)

Log in with your credentials

Forgot your details?