This topic has 52 replies, 3 voices, and was last updated 7 years by Roader.

  • Author
  • #141786
     Roader
    Participant

    From MEMBERS, How I can see: Newest and Alphabetical?

    By Default  SweetDate does not have Order By: ….

    For the Next Update* you can Includes here: Newest, Alphabetical and…. “Your Matches” (a list to see persons compatibles with you).

    For now, I want  Newest, Alphabetical  together All Members and Friends.

     

    ––––––

    * Also: Enable Sidebars for this Template, please!

     

     

     

    Attachments:
    You must be logged in to view attached files.
    #141791
     Roader
    Participant

    And here: A Search Bar, for: “Search by Name”.

    As I can recover that bar here? “Search by Name”.

    #141862
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! ?

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

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #142106
     Radu
    Moderator

    Hi,

    Can you put the your website somewhere online to can take a look at it ?

    If yes provide admin credentials and FTP in a private reply

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #142107
     Roader
    Participant

    Hi Rahu!
    I’m working in LocalHost first.
    For now, for now I have received very little help here.

    Nobody tells me what to resolve Sidebars, Cancel Button, etc.

    #142276
     Radu
    Moderator

    By default, the filtering isn’t on our demo ; http://seventhqueen.com/demo/sweetdatewp/members/

    We will take in consideration your opinion and maybe this will be implemented in future.

    What about this “Nobody tells me what to resolve Sidebars, Cancel Button, etc.” What do you want to achieve ? in what page ?screenshots pls

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #142802
     Roader
    Participant

    About Cancel Button PROBLEM in Mobile.

    Attachments:
    You must be logged in to view attached files.
    #142933
     Roader
    Participant

    And Radu, for this section or page, tell me How I can see… Newest, Alphabetical.

    #143137
     Radu
    Moderator

    Hi,

    I think this “About Cancel Button PROBLEM in Mobile.” it’s visible only from android phone because i cannot see it from an iPhone and that it’s caused by android devices.

    For the filter on members page add this file to : wp-content/themes/sweetdate-child/members/index.php

    Child theme needs to be installed and activated

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    Attachments:
    You must be logged in to view attached files.
    #143142
     Roader
    Participant

    Hi Radu. Later I will see your index.php

    I added Order by taking the original code of BP and adding it to Child index.

    But there are other problems.

    Information is displayed:
    City, marital status, etc.
    Age alone appears.
    Neither the entry shown.
    In other words, nothing like the Demo.

    #143145
     Roader
    Participant
    #143168
     Radu
    Moderator

    Regarding to this

    COPY CODE
    
    But there are other problems.
    
    Information is displayed:
    City, marital status, etc.
    Age alone appears.
    Neither the entry shown.
    In other words, nothing like the Demo.
    

    What are you talking about ? provide some screenshots to can see about are you talking

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #143185
     Roader
    Participant

    But there are other problems.
    Information is displayed:
    City, marital status, etc.
    Age alone appears.
    Neither the entry shown.
    In other words, nothing like the Demo.

    I talking about that: https://archived.seventhqueen.com/sweetdate/article/add-profile-information-member-name-members-directory

    But this solution does not work for me.

    #143247
     Roader
    Participant

    Radu, your Index.php work fine.
    But without Input Members Search (“search by name”).

    I try to add this:

    COPY CODE
    <?php if ( has_filter( 'bp_directory_members_search_form' ) ) : ?>
    
    		<div id="members-dir-search" class="dir-search" role="search">
    			<?php bp_directory_members_search_form(); ?>
    		</div><!-- #members-dir-search -->
    
    	<?php else: ?>
    
    		<?php bp_get_template_part( 'common/search/dir-search-form' ); ?>
    
    	<?php endif; ?>

    But work bad.

    #143360
     Radu
    Moderator

    I see but we don’t offer support for custom development

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #143375
     Roader
    Participant

    My friend Radu, this is not a custom, because you know that Buddypress by default has this Search Bar in Members, Groups, User friends and groups. I need to restore this bar only.

    The other topic:
    I talking about that: https://archived.seventhqueen.com/sweetdate/article/add-profile-information-member-name-members-directory

    But this solution does not work for me.
    I can’t see information: gender, city, etc. Neither Status.
    Only I can see Age.

    #143388
     Radu
    Moderator

    Just copy from the original BuddyPress template the search form in our template.

    And for that fields the how to guide it’s there, pay atention to the field names they should be idenctically and also from the user profile completed to can appear something

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #143412
     Roader
    Participant

    Just copy from the original BuddyPress template the search form in our template.

    How? Because I did try… and nothing :-/

    #143467
     Roader
    Participant

    And for that fields the how to guide it’s there, pay atention to the field names they should be idenctically and also from the user profile completed to can appear something

    Okey Radu.
    I get something (red), but, I dont why, I cant see this About Me blablabla (blue – demo).

    Attachments:
    You must be logged in to view attached files.
    #143583
     Radu
    Moderator

    Make sure to have the field name correctly pasted in functions.php, the exemple works users uses that..

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #143622
     Roader
    Participant

    I have this code:

    // Members page fields
    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(
    ‘Soy’, // I am
    ‘Estado Civil’, // Marital Status
    ‘Ciudad’, // City
    );

    }

    And What fields here shows About Me (Cite) ??

    #143755
     Radu
    Moderator

    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
    #143794
     Roader
    Participant

    Hi Radu. I’m using this code, and I have: Age / Gender / City…fields,
    But, I don’t have Myself or About Me Or Yourself description…

    #143820
     Roader
    Participant

    By default the Theme does not display Age, Gender, City …

    I got that, here: https://archived.seventhqueen.com&#8230;

    But, the other text does not appear.

    But the other text does not appear.

    Attachments:
    You must be logged in to view attached files.
    #143904
     Radu
    Moderator

    Put your website somewhere online to can take a look and provide to me FTP + admin credentials in a private reply

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #143968
     Roader
    Participant
    This reply has been set as private.
    #143969
     Roader
    Participant

    How I can display:

    Birthdate + Years Old on Profile field?

    And, please, send me the Css code of the Tiny Button.

    I did try add some css to the Cancel button, but, I can’t get the same style (active, hover, etc.) of the other button.

    Attachments:
    You must be logged in to view attached files.
    #143973
     Roader
    Participant

    Radu, if this is possible, and medium easy, say me, how I can put it?

    But, if this is difficult for you now, okey, I wait for the Next Update (if you includes)

    Attachments:
    You must be logged in to view attached files.
    #143976
     Roader
    Participant

    Another thing Radu,

    And sorry to bother you so much,

    I would like to remove that in blue,

    And put Latest Registered there (red line),

    I tried this code but it does not work.

    <li class="selected" id="newest"><a href="<?php echo trailingslashit( bp_get_root_domain() . '/' . bp_get_members_root_slug() ); ?>"><?php printf( __( 'Newest <span>%s</span>', 'buddypress' ), bp_get_the_site_member_registered_count() ); ?></a></li>

    Attachments:
    You must be logged in to view attached files.
    #143979
     Roader
    Participant

    <li class="selected" id="newest"><a href="<?php echo trailingslashit( bp_get_root_domain() . '/' . bp_get_members_root_slug() ); ?>"><?php printf( __( 'Newest <span>%s</span>', 'buddypress' ), bp_get_the_site_member_registered_count() ); ?></a></li>

    #143980
     Roader
    Participant
    Attachments:
    You must be logged in to view attached files.
    #144030
     Roader
    Participant

    I’m waiting for my Last Support. Please!

    ––––––––––––

    And, please, send me the Css code of the Tiny Button.

    I did try add some css to the Cancel button, but, I can’t get the same style (active, hover, etc.) of the other button.

    This code works more or less. Although I lack focus.

    /* Cancel Button */
    a.ac-reply-cancel {
    border-radius: 4px;
    font-size: 10px;
    padding: 5px 10px 5px 10px;
    margin-top: 5px;
    border: 1px solid #743349;
    background: #743349;
    color: #fff !important;
    font-weight: bold;
    line-height: 1;
    position: relative;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
    -webkit-transition: background-color 0.15s ease-in-out;
    -moz-transition: background-color 0.15s ease-in-out;
    -o-transition: background-color 0.15s ease-in-out;
    }

    a.ac-reply-cancel:hover {
    color: #ffffff;
    background-color: #92425d;
    border: 1px solid #92425d;
    }
    a.ac-reply-cancel:active {
    box-shadow: 0 1px 0 rgba(0,0,0,0.2) inset;
    }

    #144038
     Roader
    Participant

    FORGET THIS:

    How I can display:
    Birthdate + Years Old on Profile field?

    ________________________

    QUESTION:

    Maybe there is a bug here. In the English version, when you go to: Theme Options / Buddypress / Show age instead birthdate ( On ), the word birthdate on profile change to age. Very well! But, in the spanish version the word “cumpleaños” does not change to “edad”.

    What happens here?

    Attachments:
    You must be logged in to view attached files.
    #144266
     Radu
    Moderator

    Hi,

    The text that appears in member directory it’s from about me field like on our demo.

    http://seventhqueen.com/demo/sweetdatewp/members/ + http://www.montecci.com/dating/members/

    For the style of the cancel button please replace this file : : /wp-content/themes/sweetdate/activity/entry.php

    With the content of this : http://pastebin.com/raw/UpgTApea it will have the same style as the post button.

    Regarding last your ticket maybe you have translated the birthday and age with same word in Spanish, using English language the string will be changed

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #145064
     Roader
    Participant

    Namaste Radu.

    Radu, How I can display Messages, Notifications and Friend Requests with Counter in Main Menu? I know that in Dashboard / Menus I can add Buddypress links, but, without counter.
    So, if you know a easy way to display the same Messages, etc. from SubNav, tell me please.

    Attachments:
    You must be logged in to view attached files.
    #145336
     Radu
    Moderator

    Hi,

    For the moment that it’s not possible, we will take in consideration this functionality and in future we will implement this kind of functionality it’s useful

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #145357
     Roader
    Participant

    Okey Radu!

    #145410
     Radu
    Moderator

    Ok

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #146165
     Roader
    Participant

    Hi There. Please help me with…

    I dont want Home Page / Header Background (look at the img under Profile button) in other pages, links, ONLY in Home Page.

    Attachments:
    You must be logged in to view attached files.
    #146232
     Radu
    Moderator

    Use this css

    body.home .header-bg {
    background-color:#000;
    background-image: url(http://seventhqueen.com/demo/sweetdatewp/wp-content/uploads/2013/06/blurred_bg_01.jpg) !important;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    }

    And remove the background from wp-admin -> theme options -> header section -> background

    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 through 40 (of 53 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?