Forum Replies Created

Viewing 40 posts - 1,561 through 1,600 (of 2,655 total)
  • Author
  • in reply to: Homepage image next to search. #3213
     SQadmin
    Keymaster

    Hi, Choose the image for the hompage and will do just that… or I don’t understand what you want to achieve. If that is the case send me a link

    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 years to the Date Selector #3212
     SQadmin
    Keymaster

    Hi,
    Please follow this similar topic which changes to 14 years old limit: https://archived.seventhqueen.com/forums/topic/change-min-age-year-profile-fields-should-be-updated-automatically

    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: Twitter API | Sync #3166
     SQadmin
    Keymaster

    Hi, It says: No tweets found
    Try adding a tweet 🙂

    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: Homepage image next to search. #3165
     SQadmin
    Keymaster

    Hi, Yes color needs to be there for compatibility in case the image or pattern do not load. Just choose white(#fff)
    If you choose your image, then that image will show. If you set the homepage image, you can set color to match the header background 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: Translate option for visitors #3164
     SQadmin
    Keymaster

    Hi,
    First thing to do is to follow the video tutorial for an initial theme setup: https://archived.seventhqueen.com/video-tutorials

    For translation you can use WMPL plugin which is not free and you will be able to give visitors the option to choose from specific languages. This implies translating all the site to each language on your own.

    Other option can be Google translate: http://support.jimdo.com/tutorials/apps-and-plugins/how-to-add-google-translate-to-your-website/

    If you still have pages or menus in English translated your pages title from WP Admin -> Pages.
    Other strings can be translated into your language using this plugin: http://wordpress.org/plugins/codestyling-localization/

    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: Remove "Leave Reply" #3163
     SQadmin
    Keymaster

    Perfect @adam.
    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: Editing the text inside the search form #3162
     SQadmin
    Keymaster

    Hi, Search form is automatically generated with the fields you choose from WP Admin -> Sweetdate -> Buddypress. Also there you can change the text that appears in the form at the beginning.

    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: RTMEDIA UPDATE THEME ISSUE #3161
     SQadmin
    Keymaster

    Hi, It seems to be a problem in this file from rtMedia plugin: /wp-content/plugins/buddypress-media/app/main/routers/RTMediaRouter.php

    If you replace lines 140 to 144 with the code bellow it will work. I notified already rtMedia stuff and hopefully they will fix this:

    COPY CODE
    
            if(  function_exists ('bp_set_theme_compat_active'))
             bp_set_theme_compat_active( false );
            add_filter( 'the_content', array(&$this,'rt_replace_the_content') );
            $this ->rt_theme_compat_reset_post();
            return $new_rt_template;
    
    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] rtMedia LightBox? #3160
     SQadmin
    Keymaster

    This will be fixed in v.2.1 that will come in a few days.

    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: Twitter API | Sync #3158
     SQadmin
    Keymaster

    Yes, to see the error. make the reply private if you want just me to see it

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

    Hi, This is fixed in v2.1 that will be available in a few days.
    When you will register via Facebook you will receive an email with the generated password so you can make changes to your account.

    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: Twitter API | Sync #3155
     SQadmin
    Keymaster

    Hi,
    Can you give me a link? Don’t think now it is a hosting issue.

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

    Hi there.
    If you want users to show in your site after they activate their account or you activated it using a plugin you have to add this piece of code to your sweetdate-child/functions.php and an user no longer needs to login in order for him to appear in the site.

    COPY CODE
    
    add_action('bp_core_activated_user', 'kleo_add_member_activity');
    function kleo_add_member_activity($user_id, $key, $user )
    {
    	add_user_meta( $user_id, 'last_activity', date("Y-m-d H:i:s"));
    }
    
    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: Match people by birthdate #3142
     SQadmin
    Keymaster

    I think I know what is it about. Original matching system looks for the sex of the members first and if they are not compatible no longer searches. So please add this function to your sweetdate-child/functions.php file and it no longer check for the sex of the members:
    http://d.pr/n/NWaY

    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: Homepage Image not sizing correct #3140
     SQadmin
    Keymaster

    PS: Set it to cover

    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: Homepage Image not sizing correct #3139
     SQadmin
    Keymaster

    If you want the image to go full then you have to set it in Styling options -> Header section.
    Setting it in home will go just as the site container is.

    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: Please help my homepage #3138
     SQadmin
    Keymaster

    If you want the image to go full then you have to set it in Styling options -> Header section.
    Setting it in home will go just as the site container is.

    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: 'Sweet Young Couple From 123 rf.com' #3137
     SQadmin
    Keymaster

    Hi,
    ‘Sweet Young Couple From 123 rf.com’ text that you see, actually is a placeholder image set in Sweetdate -> Homepage

    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: Contact Form 7 #3136
     SQadmin
    Keymaster

    Hi, Follow this topic right here: https://archived.seventhqueen.com/forums/topic/google-map

    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 features #3135
     SQadmin
    Keymaster

    Hi,
    For 1) you could use rtMedia plugin instead of bpAlbum but restrictions can;t be applied like that.
    All of your queries really need custom development since they require serious hours of programming.

    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: Menu spacing #3134
     SQadmin
    Keymaster

    hi,
    Problem comes from your added css:

    COPY CODE
    
    .woocommerce li {
        margin-left: 30px;
    }
    

    This will affect every li in the whole page.
    Narrow it by adding: .woocommerce .products li

    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: Update WordPress #3133
     SQadmin
    Keymaster

    Hi,
    Yes before doing an upgrade please backup all your files from the wordpress install by FTP and export your mysql database(backup) just to be safe.
    Normally nothing wrong should happen but better to be safe.
    From admin just do automatic upgrade.

    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 Activity Removal #3132
     SQadmin
    Keymaster

    if you are referring to the widget in sidebar:

    COPY CODE
    
    #newest-members, #popular-members {display: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: Birthday Registration Display #3131
     SQadmin
    Keymaster

    Hi there,
    Indeed because of the numbers you can’t select them wrong 🙂
    If you want you can change the order in sweetdate/registration/register.php from line 145 to 163. Copy the file to sweetdate-child/registration/register.php and swap the fields in your preferred order.

    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: Match people by birthdate #3130
     SQadmin
    Keymaster

    Hi,
    You need to put the name of the fields exactly how you see them in Users-> Profile fields(the initial language they are added into).
    Users need to have matching dates to increase the percentage.

    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: Match RSS Widget to Kleo Twitter widget #3129
     SQadmin
    Keymaster

    Hi,
    You need to apply css styles to each widget element and inspect the existing ones with Firebug for Firefox or something similar on other browsers

    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 Error #3120
     SQadmin
    Keymaster

    Hi, I can only see the maintenance page. Disable the plugin and set WP_DEBUG to TRUE in wp-config.php to view errors if is the case

    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: Menu spacing #3119
     SQadmin
    Keymaster

    You have a coming soon page that doesn’t allow me to view. Send some credentials with “Set as private reply” checked

    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: Sidebar dont show up in blog posts #3118
     SQadmin
    Keymaster

    You have a coming soon plugin that doesn’t allow me to view it. Send credendials by checking “Set as private reply”

    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: Need [Kleo] Text Widget #3115
     SQadmin
    Keymaster

    We will do some tests and see if we can somehow modify the original widgets.

    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: Create an Account Text #3114
     SQadmin
    Keymaster

    Thanks @moonpick.
    If you want to make changes just to the register form then only copy that file.

    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: Sidebar dont show up in blog posts #3102
     SQadmin
    Keymaster

    Set the default template you want to user for your site from Sweetdate -> Layout Settings. You shoud choose right or left sidebar.
    Buddypress pages template is set from Sweetdate -> 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: Mobile – problems with rendering pages #3100
     SQadmin
    Keymaster

    Try adding this instead of normal min-width1300px:

    COPY CODE
    
    @media only screen and (min-width: 1279px) {
    .home-page #header {min-width:1300px}
    }
    
    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 #3098
     SQadmin
    Keymaster

    Hi,
    We’ll include in this week update a way to replace the heart in that location, Thanks

    We’ll let you know how to once the update is available.

    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 Activity Removal #3097
     SQadmin
    Keymaster

    Hi, For those please add this css to Sweetdate -> Styling options -> Quick css box:

    COPY CODE
    
    .kleo-bp-active-members .activity, #profile .activity {display: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: Login and register pop up issues #3095
     SQadmin
    Keymaster

    Hi, That is not related with our update. IT has to do with a plugin of yours: http://my-private-event.com/wp-content/plugins/optimizePressPlugin/lib/assets/default.css

    Try to fix it by adding this css to Sweetdate -> Styling option -> Quick css:

    COPY CODE
    
    .reveal-modal-bg {z-index:40 !important; }
    
    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: Remove Navigation Bar on Mobile #3094
     SQadmin
    Keymaster

    Hi,
    To remove it only from mobile add this css to Sweetdate -> Styling options -> Quick css or in sweetdate-child/style.css

    COPY CODE
    
    @media (max-width: 480px) { 
    .contain-to-grid.sticky.fixed {display: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: Mobile – problems with rendering pages #3093
     SQadmin
    Keymaster

    HI,
    You should not put the .home-page #header {min-width:1300px} because that will cause many problems. Can you give a message with your site link so I can understand what are you trying to achieve? Set the reply as private if you want just us to view it.

    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: It all starts with a Date #3092
     SQadmin
    Keymaster

    Hi,
    a) That text is inside the page content. You need to go to WP Admin -> Pages and edit Home page. There you will find the text and shortcode for colored text, icons etc
    b) Right now you can only show those online statistics by members profile fields and not type of membership. We will keep you posted if we develop something similar.

    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: "Read More" Not working on mobile view #3089
     SQadmin
    Keymaster

    Hi, You can read this topic that removes the compatibility and replaces hearts in some site parts: 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
Viewing 40 posts - 1,561 through 1,600 (of 2,655 total)

Log in with your credentials

Forgot your details?