Forum Replies Created

Viewing 40 posts - 1,841 through 1,880 (of 2,655 total)
  • Author
  •  SQadmin
    Keymaster

    Hi,
    We we are not familiar with its structure but I guess a script could be done if you really want it. It will require custom work though

    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 add a database .sql with city #2414
     SQadmin
    Keymaster

    Hi,
    You can define your City field as a dropdown and add all the cities to the dropdown options and then the user will have to select the city

    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 Mailchimp integration? #2413
     SQadmin
    Keymaster

    Hi,
    If you can modify the template for the widget then just follow current structure of the Mailchimp widget:

    COPY CODE
    
    
    <div class="panel"><h5><i class="icon-thumbs-up"></i> NEWSLETTER SIGNUP</h5>
                      <!--Newsletter form-->
                      <form class="row" method="post" data-url="http://sweet.mydisk.ro/" name="newsletter-form" id="newsletter-form">
                        <div class="four columns">
                          <div class="row collapse">
                            <div class="two mobile-one columns">
                                    <span class="prefix"><i class="icon-user"></i></span>
                            </div>
                            <div class="ten mobile-three columns">
                                    <input type="text" required="" placeholder="Your name" id="yname" name="yname">
                            </div>
                          </div>
                        </div>
                        <div class="five columns">
                          <div class="row collapse">
                            <div class="two mobile-one columns">
                                    <span class="prefix"><i class="icon-envelope"></i></span>
                            </div>
                            <div class="ten mobile-three columns">
                                    <input type="email" required="" placeholder="Your email" id="mc_email" name="mc_email">
                            </div>
                          </div>
                        </div>
                        <div class="three columns">
                            <button class="small radius button expand" name="newsletter-submit" id="newsletter-submit" type="submit">JOIN US</button>
    
                        </div>
                        <div class="twelve column">
                          <div><small id="result"></small></div></div>
                      </form><!--end newsletter-form--></div>
    

    If you can’t modify the template the I guess you just need to try and do all the changes from css.

    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: Display Welcome user : #2412
     SQadmin
    Keymaster

    Hi,
    Please modify line 130 from header.php with this one:
    http://d.pr/n/Gn9u
    I have added the function to get the name, you customize it from here if you want

    Note: Don;t modify main theme files, instead copy header.php to sweetdate-child and modify it there. Activate the sweetdate-child theme if you haven’t done this already

    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: Not enought room to read search questions #2411
     SQadmin
    Keymaster

    Hi,
    You can try increasing the column size by adding this to Sweetdate -> Styling options -> Quick css:

    COPY CODE
    
    
    #horizontal_search .row .two {width:33.3%}
    
    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: WMPL to translate profile fields #2393
     SQadmin
    Keymaster

    Hi,
    What we tested and worked are the labels in the search form. We did this using WMPL string translation. You should add you fields in english to from admin and they should appear in the WPML string translation.
    Other generated labels from profile area depend on how buddypress generates them.

    We will do some tests also with Buddypress Multilingual.

    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: Default country to start at US #2390
     SQadmin
    Keymaster

    Hi,
    That is an option too but he best is to select the default value for the respective dropdown from Users>Profile Fields
    PS: like this: http://d.pr/i/zTyA

    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: Increase font size of menu at top ? #2389
     SQadmin
    Keymaster

    Hi,
    Add this to Sweetdate -> Styling options -> Quick css:

    COPY CODE
    
    
    .top-bar ul > li a:not(.button) {font-size:16px}
    

    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: Members can't register #2377
     SQadmin
    Keymaster

    Hi, You can view not activated user with this plugin: http://wordpress.org/plugins/bp-registration-options/
    Probably users haven’t activated their account and can’t login, they need to click the link in the activation email

    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 #2376
     SQadmin
    Keymaster

    Thank for letting us know about this. We fixed it and it will be included in next update.
    Until then replace the content of this file: sweetdate/custom_buddypress/_inc/global.js with this one https://archived.seventhqueen.com/files/global.js

    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: Facebook & Terms and Conditions at register form #2374
     SQadmin
    Keymaster

    You only need to add it to the child theme. Also you gotta have registration and Facebook integration active. activate Facebook from Sweetdate -> Miscellaneous. Activate registration from Settings -> General

    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: starting a topic in the forum #2371
     SQadmin
    Keymaster

    Hi there,
    If you already have some user you need to edit them from Admin and set the Forum Role to Participant
    For new users go to Settings -> Forums and check Automatically give registered visitors the Participant role

    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: Some change on the Group Design #2370
     SQadmin
    Keymaster

    Oh I see what you mean, change it like this please:

    COPY CODE
    
    .home #groups .group-item .text-center {border:1px solid #ccc; }
    .home #groups .item-header-avatar {max-width:auto;}
    

    The second line is to have the image as larger as the box

    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: Some change on the Group Design #2355
     SQadmin
    Keymaster

    Ok. add this style to Sweetdate -> Styling options -> Quick css

    .home #groups .group-item {border:1px solid #ccc; }
    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: New Membership functionality #2354
     SQadmin
    Keymaster

    Well.. no you don’t need to do anything different if the user is deleted

    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 change matching system #2352
     SQadmin
    Keymaster

    If is not calculating then it has nothing to do with S2member. It has to do with the fact that users that are involved in the match(logged in user and the profile you are viewing) don’t have profile fields completed so the match should work or they are completely incompatible(man looking for man when I was looking for a woman for example)

    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: Some change on the Group Design #2349
     SQadmin
    Keymaster

    Hi,
    You could have looked over the code and changed ‘kleo_recent_groups_max’,4 to ‘kleo_recent_groups_max’,8
    I don’t see any border there, the boxes have no border in the that site

    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 change matching system #2348
     SQadmin
    Keymaster

    By not working you mean is not appearing or is not calculating anything because when you are viewing your own profile it won’t show?

    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 change matching system #2344
     SQadmin
    Keymaster

    Have you tried for example with 2 users being level 1 and then making them level 2?
    Just saying maybe the user with higher level doesn;t have profile fields completed or something else

    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 improvements #2343
     SQadmin
    Keymaster

    Hi,
    I haven’t said not to use S2members. You can use that if you like it more.
    This is the modified version of the PMPRO plugin if you like to try it: https://archived.seventhqueen.com/files/paid-memberships-pro.zip

    What I mean by restricting acces to uploading images is that we restrict access to your members/user/album

    I don’t see why the match won’t work with other levels. You haven’t provided a link to check or some settings you have to with s2member so it is not so easy to predict what the problem could be

    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 #2342
     SQadmin
    Keymaster

    Hi,
    You should use rtMedia which supports audio, video, image and is also well supported by our 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: Free membership level (display $) #2338
     SQadmin
    Keymaster

    Hi,
    Well, you need to create this folder structure in the sweetdate-child theme: paid-memberships-pro/pages
    then create a new empty file named levels.php so in the end it looks like this:
    sweetdate-child/paid-memberships-pro/pages/levels.php
    And this content to it to show the currency: http://d.pr/n/P50B

    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: Reports #2336
     SQadmin
    Keymaster

    Hi, That is not possible right now. You can only export the members to csv from Membership -> Members list and filter them in Excel.

    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: Member search #2335
     SQadmin
    Keymaster

    Hi and thank you,
    Well we thought of that but we don;t know when we will release it. That is a nice feature though.

    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: woocommerce integration #2334
     SQadmin
    Keymaster

    Hi, There is no quick solution for that. It is possible to achieve but it needs development

    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 improvements #2333
     SQadmin
    Keymaster

    After the update you should have seen a notice telling you to install a required plugin. You need to install it from there because it s a modified version if you want to have it with our changes.

    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: s2Member Membership plugin #2332
     SQadmin
    Keymaster

    Hi,
    We analysed also S2members which is a great plugin also but PMPRO is more user friendly, has subscriptions and other nice options.
    With S2member everything should work fine, you just need to create your own restrictions.

    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 change matching system #2331
     SQadmin
    Keymaster

    Hi, To remove those hearts just add this simple css to Sweetdate -> Styling options -> Quick css box:
    .circular-item .hearts {background:none;}

    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 change matching system #2330
     SQadmin
    Keymaster

    What exactly you want to achieve with s2 and the matching ?

    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 change matching system #2329
     SQadmin
    Keymaster

    Do you have a Sex field in you users profile?

    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 change matching system #2328
     SQadmin
    Keymaster

    Regarding the matching arrays this is how your code should have looked after my example:

    COPY CODE
    
    add_action('after_setup_theme','kleo_my_match');
    function kleo_my_match() {
      global $kleo_config;
      $kleo_config['matching_fields']['starting_score'] = 1;
      //required for initial match. If the sex preference matches it will continue to the specified fields below
      $kleo_config['matching_fields']['sex'] = 'I am a';
      $kleo_config['matching_fields']['looking_for'] = 'Looking for a';
      //sex percentage
      $kleo_config['matching_fields']['sex_percentage'] = 49;
      //single value fields like select, textbox,radio
      $kleo_config['matching_fields']['single_value'] = array ( 
        'Marital status' => 20, 
        'Country' => 5, 
        'City' => 5,
        'Profession' => 10,
        'Annual Income' => 10,
        'Education' => 10,
        'Political Views' =>5,
        'Religion' => 20,
        'Weight Type' => 5,
        'Ethnicity' => 15
      ); 
      //multiple values fields like multiple select or checkbox 
      $kleo_config['matching_fields']['multiple_values'] = array ( 
        'Interests' => 10, 
        'Looking for' => 10,
        'Smoking, Drinking & Drugs' => 10,
        'Second Language' => 20
      );
    }
    
    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: Adding a link to tabs #2327
     SQadmin
    Keymaster

    Hi,
    Create a page and add links to it
    Hope this helps

    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 improvements #2326
     SQadmin
    Keymaster

    Hi, Like I said, depending on the plugin functionalities you can use the above to do the restrictions. Plugins add pages or content to pages, etc so depending on that you can adapt the above.

    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: Acitvate your account – from WORDPRESS #2325
     SQadmin
    Keymaster

    Hi,
    Thank you for appreciating us.
    We have used this plugin to change the name form the emails that are sent from wordpress. Check it out:
    http://wordpress.org/plugins/configure-smtp/
    It also supports sending emails trough a smtp 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: Mving the form-wrapper further down the page #2324
     SQadmin
    Keymaster

    Hi,
    Add this css to Sweetdate-> Styling options -> Quick css box:

    COPY CODE
    
    .home .form-wrapper {margin-top:50px;}
    

    Change the 50 pixels to whatever you want

    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: Buddydrive integration #2323
     SQadmin
    Keymaster

    Don’t really know what happened.
    Create a buddydrive-explorer.php file at the root of your sweetdate-child and add this content:
    http://d.pr/n/S7ic

    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 ICON colors in Demo home page #2319
     SQadmin
    Keymaster

    Here is an example of the shortcode:
    https://archived.seventhqueen.com/forums/topic/big-bug-with-manwoman-number-and-search

    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: Custom Activation Email #2318
     SQadmin
    Keymaster

    Hi,
    I don’t think that is a problem with the theme. We also tried the email feature from TML some time ago and it didn’t work.
    Try this one: http://wordpress.org/plugins/welcome-email-editor/

    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 #2316
     SQadmin
    Keymaster

    Hi,
    If you have renamed the default profile field groups from WP Admin -> Users -> Profile fields then please follow this topic to enable whatever field group you want to show there
    https://archived.seventhqueen.com/forums/topic/how-to-add-more-tabs-next-to-the-profile-image

    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 ICON colors in Demo home page #2308
     SQadmin
    Keymaster

    Add the images to sweetdate-child/images to make sure they don’t get lost on update and the modify the shortcodes for the status icons on the Home page to have an image attribute with the image location

    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,841 through 1,880 (of 2,655 total)

Log in with your credentials

Forgot your details?