Forum Replies Created

Viewing 40 posts - 1,481 through 1,520 (of 2,655 total)
  • Author
  • in reply to: blog post category #3535
     SQadmin
    Keymaster

    Yes you don’t need to copy it. Modify that and you should make that change on every theme update

    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,
    I see what you mean but this is not possible right now by default.
    If we have any news we’ll let you know

    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, This goes to sweetdate-child/functions.php
    Make sure to have the child theme activated

    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: Envato update plugin #3532
     SQadmin
    Keymaster

    Hi,
    This is included in the theme. Just add your username and API key to Sweetdate -> Miscellaneous and the update will appear in WP Admin -> Updates

    PS. Make sure to backup your files before you update

    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: allowing multiple select #3531
     SQadmin
    Keymaster

    Hi, This is resolved in v.2.1 update
    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: Invisible Members #3530
     SQadmin
    Keymaster

    Hi,
    User has to activate the account or use a plugin to manually activate it.
    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: Login Redirect #3529
     SQadmin
    Keymaster

    Hi, Sorry for the late answer, seems that this topic somehow missed from our support team.
    I think this happens because of a plugin like Theme my Login

    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: Icon on Image Hover #3526
     SQadmin
    Keymaster

    Hi, I’ve added the code for the About us widget in this topic:
    https://archived.seventhqueen.com/forums/topic/removereplace-the-love-hearts-in-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: Import Sweet-Date Demo Failed #3524
     SQadmin
    Keymaster

    What exactly is failing? Please give more details, error code, etc

    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- Few questions. #3523
     SQadmin
    Keymaster

    Hi,
    1.You don’t need to add the functions.php from the main theme. Child theme already contains a functions.php. You just add extra code that changes stuff in the theme
    2. You can add this to Sweetdate -> Styling options -> Quick css:

    COPY CODE
    
    .regulartab dd {line-height:20px;}
    

    3,4. This topic shows how to replace hearts: https://archived.seventhqueen.com/forums/topic/removereplace-the-love-hearts-in-site
    The color is given by the “alert” class added to the button in page-parts/general-register-modal.php line 26. Remove that from the class attribute.

    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: Reduce revslider space height & logo transparency #3521
     SQadmin
    Keymaster

    Hi,
    In Sweetdate -> Styling options -> Quick css add this:

    COPY CODE
    
    .page-template-page-templatesfront-page-php .rev_slider_wrapper {
        min-height: 713px;
    }
    

    Change 713 to match your height

    You can see the logo in the included PSD files. I don’t think the logo has transparency, it is just saved as png without transparent background.

    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: Memberlist profile layout #3520
     SQadmin
    Keymaster

    Hi, Sorry for the late reply. Don’t know why they didn’t come up in our priority list
    That code is good. Just add this in sweetdate-child/functions.php

    COPY CODE
    
    
    add_action('after_setup_theme',' kleo_my_member_data');
    function kleo_my_member_data() 
    {
        global $kleo_config;
        //this is the details field, right now it take the "About me" field content 
        $kleo_config['bp_members_details_field'] = 'About me';
        //this display the fields under the name, eq: 36 / Woman / Divorced / Berlin. Modify with the names of the fields you want to appear there
        $kleo_config['bp_members_loop_meta'] = array(
            'Proffession'
        );
          
    }
    

    For the color add this in Sweetdate -> Styling options -> Quick css box:
    .pink-text { color: #F00056;}
    Change the #HEX with your own color

    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: No Women allowed #3519
     SQadmin
    Keymaster

    Thanks for sharing @ronP

    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: Signup popup missing accept button #3518
     SQadmin
    Keymaster

    Hi,
    The button in the signup modal is a bug in 2.1 that we will fix in next update. Please see this topic:
    https://archived.seventhqueen.com/forums/topic/register-button-gone

    if you want to disable the modal please use the code form this topic again since the code was altered by wordpress editor and I just fixed it: https://archived.seventhqueen.com/forums/topic/how-to-disable-modal-login

    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: No more Help? #3516
     SQadmin
    Keymaster

    Hi, We respond to all members and thanks for helping put. Give us a link to the topics that haven’t been answered, maybe we missed them. 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: seventhqueen.com fatal error #3514
     SQadmin
    Keymaster

    Or check for a plugin that might interfere.

    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: seventhqueen.com fatal error #3513
     SQadmin
    Keymaster

    Hi, Please talk at your hosting since your allocated PHP memory is too low, as I can see from the error it is somewhere aroung 18 MB. It should be around 128 MB

    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 Login Issue #3512
     SQadmin
    Keymaster

    Hi, Please see this topic to fix it in the modal: https://archived.seventhqueen.com/forums/topic/register-button-gone
    There was no facebook button in the register page.

    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 – Suggested Members #3510
     SQadmin
    Keymaster

    Hi,
    There is no quick way of doing the Suggested Members. You need to develop it.

    in sweetdate/members/single/home.php swap lines 12 and 14 to have the sidebar start from top. Header elements will look squeezed 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: Facebook Login #3509
     SQadmin
    Keymaster

    Hi,
    Facebook gets the image and name. Credentials are generated and sent with an email to your address. Yes it will take the name.
    Point 2 can be achieved but you need some development to extend the default functionality

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

    Thanks for sharing.

    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: Question for anyone about forums. #3498
     SQadmin
    Keymaster

    I don’t think you need to have a group forum. Does it work without the root forum?

    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: Error – Logo and Avatar disappears after 5 seconds. #3497
     SQadmin
    Keymaster

    Great @Cenk
    Glad it is ok now

    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 Hierarchy #3496
     SQadmin
    Keymaster

    Hello,
    Well you need to change those plugins template if they allow it or you need to inspect the elements and only use 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: Slider Not Found #3492
     SQadmin
    Keymaster

    Hi, I did some tests and indeed it doesn’t show in the drop down. I will need temporary access to you hosting account so I can have access to FTP and MySql

    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: Slider Not Found #3447
     SQadmin
    Keymaster

    Give me access to wp admin with temporary admin user. Make the reply private. Sliders should appear in the drop down

    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: Slider Not Found #3446
     SQadmin
    Keymaster

    Hi,
    Members have to complete their profile fields to appear in search. See also the video tutorial

    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: Translating profile tabs an modifying them #3421
     SQadmin
    Keymaster

    Hi,
    Regarding that section, nothing has changed in the last update.
    If you add the code just like in the example it should work. You need to change the name to match your fields group name from ‘name’ => __(‘Social’, ‘kleo_framework’) to ‘name’ => __(‘My group name’, ‘kleo_framework’)

    Paste your added code if you can’t figure it out.
    Also you need to have the sweetdate-child theme activated.

    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: Question for anyone about forums. #3419
     SQadmin
    Keymaster

    Hi, Check out this page from Buddypress that give you details info about those settings: http://codex.buddypress.org/user/setting-up-a-new-installation/installing-group-and-sitewide-forums/

    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 remove viewing restriction on the Post pages? #3418
     SQadmin
    Keymaster

    Hi, You can check in each membership level edit page not to have checked a category to restrict.
    Another way to restrict page/post is from the specific post/page edit page in the Require membership 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: Slider Not Found #3417
     SQadmin
    Keymaster

    Hi, By adding a slider to Revolution Slider it should appear automatically in the select box. Give us a link with access to take a look. Mark the reply as private.

    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: Register Button Gone #3416
     SQadmin
    Keymaster

    Hi, Thanks for pointing this out. We added there a checkbox that you agree the terms and conditions and by mistake if you haven’t chosen you Terms page from Sweetdate – Miscellaneous it also hides the button.
    You can either set a page for Terms and conditions or change contents of this file sweetdate/page-parts/general-register-modal.php with this one: http://d.pr/n/ohaD

    We will fix this is the next update.

    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: Add fields to Member Directory #3401
     SQadmin
    Keymaster

    Hi, Do you have the sweetdate-child theme activated?
    Users must fill that information in their 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: Search Radius #3398
     SQadmin
    Keymaster

    Hi,
    Right now this isn’t possible as a default functionality and it implies some work to accomplish it. If we decide on adding this to a future update we will let you know,

    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: Message numbers – link #3396
     SQadmin
    Keymaster

    Hi, I saw what the problem is. You can enable PHP short tags in your hosting environment or edit header.php at line 130 and change
    <? if( bp_is_active('messages') to <?php if( bp_is_active('messages')

    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 online not working #3394
     SQadmin
    Keymaster

    Hi,
    To add your custom image it needs an “image” attribute like this: [kleo_status_icon type=”Modelo” subtitle=”Modelos Online” image=”http://link_to_image.png”%5D

    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 registration w/ avatar #3393
     SQadmin
    Keymaster

    Hi, You need to enable that from Sweetdate -> Miscellaneous -> Show Facebook avatar

    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: Home Search Field – Full Width #3392
     SQadmin
    Keymaster

    Hi,
    To achieve that please change contents of this file: sweetdate/custom_buddypress/kleo-bp-search.php with this one:
    http://d.pr/n/bev6

    And add this css to Sweetdate – Styling options – Quick css box:

    COPY CODE
    
    .kleo-checkbox label { float: left; width: 25%;}
    

    Change the 25% to have more or less in a row.

    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: Translate option for visitors #3391
     SQadmin
    Keymaster

    Hi,
    Your change to WP_DEBUG should be just temporary to debug some problems. After that put if back to FALSE.
    After you deleted the plugins it works? I guess you added some code or something.

    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: Translate option for visitors #3390
     SQadmin
    Keymaster

    Hi, You need to install Contact form 7 plugin. See the video tutorial for initial install: https://archived.seventhqueen.com/video-tutorials

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

Log in with your credentials

Forgot your details?