Forum Replies Created

Viewing 40 posts - 1,241 through 1,280 (of 2,655 total)
  • Author
  • in reply to: Error in functions-pmpro.php #4198
     SQadmin
    Keymaster

    Hi,
    We did changes to functions-pmpro.php
    So please change the contents of that file with this one: https://archived.seventhqueen.com/files/functions-pmpro.txt

    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: 404 error on members page #4183
     SQadmin
    Keymaster

    Hi
    This seems a good solution.
    To hide username you need to edit the registration/ register.php and make the username type hidden instead of text and in the value attribute add the generate function.
    Let me know if you need help

    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: Show pages to logged in users only #4182
     SQadmin
    Keymaster

    You can restrict access to those pages with the Paid memberships plugin and from Sweetdate – Memberships since v2.1

    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: Input profile information into a link #4181
     SQadmin
    Keymaster

    It is the field name…. just like it appears. I don’t understand your question

    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: Localization, confirmation mail #4180
     SQadmin
    Keymaster

    Hi,
    That email is the wordpress default and doesn’t neee any setup. To change default welcome emails try doing it with a plugin.
    If you don’t receive the email try looking at yout host email log or talk at your hosting. Also you can try to send emails through a smtp server with a plugin like Smtp Configure

    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: Blog overview? #4179
     SQadmin
    Keymaster

    Hi,
    You need to edit some files and change the default structure to accomplish that. These files are content.php and other content-xx.php depending on the post format.

    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: Warning message after switching hosting #4162
     SQadmin
    Keymaster

    Try renaming the plugins folder to _plugins for a moment and access your site. Rename it back to plugins. Make this helps.

    Maybe you used a plugin to hide the admin bar since the error mentions this.
    Or it could be a code added to 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: Edit search form "city" #4161
     SQadmin
    Keymaster

    This week, probably Saturday or Sunday

    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 in functions-pmpro.php #4160
     SQadmin
    Keymaster

    This fix will be released in v.2.2 that is coming this week, probably Saturday or Sunday.

    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: PMP Pro error #4159
     SQadmin
    Keymaster

    Hi,
    Please talk at your hosting since seems like a permission problem to write to /tmp or maybe you don’t have enough hosting space

    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 tag #4158
     SQadmin
    Keymaster

    That is currently not possible,

    Cheers
    GAF

    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: 404 error on members page #4157
     SQadmin
    Keymaster

    Hi,
    I don’t have access to your site to take a look. Send me a temporary password. 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
     SQadmin
    Keymaster

    Hi,
    That is simply by going to Sweetdate – Layout settings – Ajax Search in menu

    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 "Who can See this Field" options. #4153
     SQadmin
    Keymaster

    Hi,
    I don’t think you can disable those options without core changed, which is not recommended.
    To change those names you can follow this topic on doing it with Poedit: http://codex.buddypress.org/developer/customizing/customizing-labels-messages-and-urls/

    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: Hovering arrow on home page #4152
     SQadmin
    Keymaster

    Interesting 🙂

    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: Warning message after switching hosting #4150
     SQadmin
    Keymaster

    Hi,
    I don’t think it is a theme problem. To update it just replace the files on the hosting with the new ones, but make a backup first.
    Maybe it is a plugin 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: Name on profile page #4149
     SQadmin
    Keymaster

    Hi,
    You need to change sweetdate/members/single/member-header.php
    Instead of bp_displayed_user_fullname() put bp_displayed_user_username()

    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 when restricting pages #4148
     SQadmin
    Keymaster

    Hi, The login user/pass is not working any more.
    To search for a value in another field you must choose your Matching fields in Sweetdate -> Buddypress otherwise it will act like a normal field. To be able to select them as Matching fields they must be textbox or selectbox

    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: Profile link tab #4147
     SQadmin
    Keymaster

    So you changed: define( ‘BP_DEFAULT_COMPONENT’, ‘profile’ );
    to: define( ‘BP_DEFAULT_COMPONENT’, ‘activity’ );
    and it doesn’t work?
    We did that and workds. Please read the instructions again.

    Cheers
    GAF

    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: Input profile information into a link #4146
     SQadmin
    Keymaster

    To add code here just wrap it in a “pre” tag.
    Inside the href you need to put this php function to get the field value by field name :
    bp_get_member_profile_data( ‘field=the field name’ );

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

    Ok, great. If anybody else is interested this is the css code:

    COPY CODE
    
    .form-header {
        border-left: 10px solid rgba(31, 168, 209, 0.3);
        border-right: 10px solid rgba(31, 168, 209, 0.3);
        border-top: 10px solid rgba(31, 168, 209, 0.3);
    }
    .form-search, .form-header {
        background: none repeat scroll 0 0 #0296C0;
    }
    .form-search {
        border-left: 10px solid rgba(31, 168, 209, 0.3);
        border-right: 10px solid rgba(31, 168, 209, 0.3);
    }
    
    .form-search.custom div.custom.dropdown a.selector, .form-search.custom div.custom.dropdown a.current, .form-search.custom select {
        border: 1px solid #1FA8D1;
    }
    .form-search.custom div.custom.dropdown a.current, .form-search.custom input[type="text"], .form-search.custom input[type="password"], .form-search.custom select {
        background-color: #1FA8D1;
    }
    

    With latest carousel:

    COPY CODE
    
    .form-footer {
        background: url("../images/patterns/gray_pattern.gif") repeat scroll 0 0 #F8F8F8 !important;
        border-bottom: 10px solid #FAFAFA !important;
        border-left: 10px solid #FAFAFA !important;
        border-right: 10px solid #FAFAFA !important;
        color: #777777 !important;
    }
    

    Without carousel:

    COPY CODE
    
    .form-footer {
        background: none !important;
        border-bottom: none !important;
        border-left: none !important;
        border-right: none !important;
        color: #777777 !important;
    }
    

    To make it transparent you need to set the background on the form in rgba form(rgba(31, 168, 209, 0.3);) instead of hex

    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 Color of the Search Box on HP #4144
     SQadmin
    Keymaster

    This is the css you need to modify to style it separately:

    COPY CODE
    
    .form-header {
        border-left: 10px solid rgba(31, 168, 209, 0.3);
        border-right: 10px solid rgba(31, 168, 209, 0.3);
        border-top: 10px solid rgba(31, 168, 209, 0.3);
    }
    .form-search, .form-header {
        background: none repeat scroll 0 0 #0296C0;
    }
    .form-search {
        border-left: 10px solid rgba(31, 168, 209, 0.3);
        border-right: 10px solid rgba(31, 168, 209, 0.3);
    }
    
    .form-search.custom div.custom.dropdown a.selector, .form-search.custom div.custom.dropdown a.current, .form-search.custom select {
        border: 1px solid #1FA8D1;
    }
    .form-search.custom div.custom.dropdown a.current, .form-search.custom input[type="text"], .form-search.custom input[type="password"], .form-search.custom select {
        background-color: #1FA8D1;
    }
    

    To make it transparent you need to set the background on the form in rgba form(rgba(31, 168, 209, 0.3);) instead of hex

    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 Page Blank #4126
     SQadmin
    Keymaster

    Hi,
    You should enable debugging by setting WP_DEBUG to TRUE in wp-config.php
    That should give you a clue on what is causing 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: login when restricting pages #4125
     SQadmin
    Keymaster

    Hi, If you wanted to use the matching fields to search for a value in another field, those both fields had to be textboxes. Getting rid of the “I am a” seems a good solution
    The click on “All members” will be fixed with the release of v.2.2 this week at the end.

    Let me know if I missed any of your questions.

    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 Problem #4121
     SQadmin
    Keymaster

    Great. Thanks for sharing the solution.

    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: Edit search form "city" #4120
     SQadmin
    Keymaster

    That is currently not possible but we have that in our features list. We can’t give you a time when it will be developed

    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: Google Fonts add Subset #4119
     SQadmin
    Keymaster

    Hi,
    Please replace the contents of sweetdate/framework/classes/SQueen.php with https://archived.seventhqueen.com/files/SQueen.txt

    Then add to your sweetdate-child/functions.php:

    COPY CODE
    
    add_filter('kleo_gfont_extra_params','my_special_chars');
    function my_special_chars() {
    return '&subset=latin,latin-ext';
    }
    
    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 wp-admin (login acces url) #4102
     SQadmin
    Keymaster

    Hi, This topic explain that if you like to restrict access to wp-admin: https://archived.seventhqueen.com/forums/topic/users-can-log-into-wordpress

    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: Paid memberships pro guide. #4101
     SQadmin
    Keymaster

    Hi,
    That are the basics for SEO. You need more than that to be on first page of google. Read SEO articles or talk with a specialized company.
    PS: links from others sites to yours are very 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: Sending a message #4100
     SQadmin
    Keymaster

    Hi,
    Maybe this helps: http://wordpress.org/plugins/bp-profile-message-ux/

    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: Profile link tab #4098
     SQadmin
    Keymaster

    Hi, Please read this topic: 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: Background to main boxes #4097
     SQadmin
    Keymaster

    Hi, In Sweetdate -> Buddypress you have a opacity setting that by default is 0.1. Change it to 1 for solid

    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: Plugins used by other members #4091
     SQadmin
    Keymaster
    in reply to: Search Results mismatch #4089
     SQadmin
    Keymaster

    Friday or Saturday probably. If sooner the better

    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 WP Feature Requests #4088
     SQadmin
    Keymaster

    Hi, Some plugins would require css stlying because they can’t all match site styling and it is inevitable not to have CSS conflict, which can be fixed.

    We will create a topic with compatible plugins if that 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: rtMedia Photo Privacy #4087
     SQadmin
    Keymaster

    Hi, Indeed that was a problem with privacy. We fixed it and will be included in this week update v2.2
    Thanks for noticing.

    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 TOS Checkbox on Home Register Form #4071
     SQadmin
    Keymaster

    Hi,
    To add the TOS checkbox also to the registration form on the Homepage add this code to sweetdate-child/functions.php
    http://d.pr/n/K6G1

    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: Multiple City Text Box #4070
     SQadmin
    Keymaster

    Hi,
    That is currently not available but we are constantly adding new features.

    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: Modifying modal.php not working #4068
     SQadmin
    Keymaster

    Hi,
    By default sweetdate-child theme has only the style.css where you can add your own custom css and the functions.php where you add your custom php code.
    If you want to change a file template located in wp-content/themes/sweetdate for example header.php you just copy it to sweetdate-child and modify it there.
    If don’t know why you are referring to wp-content > languages.

    Files that are copied to sweetdate-child are from sweetdate 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: Profile link tab #4067
     SQadmin
    Keymaster

    Hi,
    To remove the profile tab: https://archived.seventhqueen.com/forums/topic/disable-profile-tab-below-profile-image
    I don’t understand what messages bar you are referring to

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

Log in with your credentials

Forgot your details?