Forum Replies Created

Viewing 40 posts - 7,081 through 7,120 (of 8,607 total)
  • Author
  • in reply to: Translate all theme #12634
     Abe
    Keymaster

    You translate the theme following wordpress way and that is using .mo files which are saved in sweetdate/languages. To generate the .mo files and translate the theme you can use a plugin like Codestyling Localization. Also any other plugins used must be translated

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Hide Members Without Avatars #12633
     Abe
    Keymaster

    @frien337, it breaks your site because you have copied it or added it in a bad way

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Login Page ? #12632
     Abe
    Keymaster

    You should install a plugin like Theme my Login. That should give you related login pages just like the rest of the site

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: I think this is a easy question about search form #12631
     Abe
    Keymaster

    Hi, I think you are complicating things. You should use just one field instead of two for the language and have one like Language and it won’t involve matching fields.
    Normally if you want to use matching fields then both fields must have same values and when the search is done it will look for one field value in other field set as matching

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: After Update, Can't Log In with Facebook #12629
     Abe
    Keymaster

    That can’t be related with the update since we haven’t changed anything related to Facebook buttons. Try and see if you enabled some plugins lately or if you have javascript errors in you page

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Youtube or Vimeo video on users profile ? #12628
     Abe
    Keymaster

    Hi, They could add it in a profile field. See this tutorial: http://modemlooper.me/allow-youtube-embed-in-buddypress-profile-fields/

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Add Friend & Private Message Buttons #12627
     Abe
    Keymaster

    To add something to profile header: You can edit wp-content\themes\sweetdate\members\single\member-header.php to add something in the profile header part.
    existing buttons are added using wordpress hooks and you need some php knowledge to do that. see the examples for current buttons in sweetdate/custom_buddypress/bp-functions.php 20 to 31 lines.

    If you don’t posses PHP knowledge please hire a developer to do it for you since custom work is outside the scope of this support forum

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Add Friend & Private Message Buttons #12626
     Abe
    Keymaster

    @shanevie you are putting same requests here and in Themforest page. Please don’t do that since it takes from our valuable time and it is not nice

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: qtranslate and Country Flags #12625
     Abe
    Keymaster

    Also with WPML translating profile fields is tricky

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Activity stream doesn't update #12624
     Abe
    Keymaster

    Hi. It could be a conflict with a plugin you use. Please try deactivating one by one and see which causes this.
    We tested on our demo also and haven’t encountered this: http://seventhqueen.com/themes/kleo/

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Modifiy Tab Name (Profile Field) in member page #12623
     Abe
    Keymaster

    Hi, Sharing the solution will help other users that might find this topic. To change the name how it appears in the front-end you just change the name attribute in the code you pasted but leave the “group” attribute with the name of the group from Users – profile fields
    $bp_tabs[‘looking-for’] = array(
    ‘type’ => ‘cite’,
    ‘name’ => “My new nam”,
    ‘group’ => ‘Looking for’,
    ‘class’ => ‘citetab’
    );

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Private Message Restrictions Broken #12622
     Abe
    Keymaster

    You have the function named kleo_my_custom_restrict1 but your action
    add_action(‘kleo_pmro_extra_restriction_before_my_profile’,’kleo_my_custom_restrict’); adds kleo_my_custom_restrict function which does not exist probably

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: How to hide some information in profile #12621
     Abe
    Keymaster

    I don’t really understand what you are saying.
    Please set your preferences of your fields in Users – Profile fields to “Enforce the default visibility for all members”

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Search Form doesn't work #12620
     Abe
    Keymaster

    That is exactly what I said above. To work as expected they need to be configured as Matching fields but since your values in those fields are different this won’t work. So leave only one field like “Gender” or modify the values to be the same in both fields and set them as Matching fields. You need to re-save the user profiles after the changes

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Facebook Connect Questions #12619
     Abe
    Keymaster

    this is the code that gets added

    COPY CODE
    
    <a href="#" class="facebook_connect radius button facebook"><i class="icon-facebook"></i></a>
    

    add it yourself in wp-content\themes\sweetdate\page-parts\home-register-form.php

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Force Social Icons to Open Another Window #12618
     Abe
    Keymaster

    You can edit header.php and add target=”_blank” to the social links around line 90

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Editing Requires A Lot of Scrolling #12617
     Abe
    Keymaster

    Hi,
    That requires some code intervention and we haven’t planned it for our next updates. If you want to change that please hire a developer to help you

    Cheers

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Layout issue after update #12615
     Abe
    Keymaster

    We did all kind of test and can’t seem to reproduce. Can you make sure all files are updated to the latest version in custom_buddypress folder? Re-write them with the ones from last update

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Remove "4U" heart #12614
     Abe
    Keymaster

    replace what you have removed with text

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Members profile and user profile fields #12612
     Abe
    Keymaster

    I think I am talking straight enough…….
    I said Paid Memberships Pro plugin, where do you come up with that? Please read carefully what we respond so we don’t ping-pong with responses and waste valuable time (ours and yours)

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Free Trial With Credit Card ? #12611
     Abe
    Keymaster

    Do you have a link?

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: installing theme into wordpress #12594
     Abe
    Keymaster

    hi there, You are complicating easy things 🙂
    See this video tutorial please: http://www.youtube.com/watch?v=LCrhEfApQI8

    Themes are uploaded from Appearance – Themes – Add new, not from any other part


    @Afrostein
    , connect by ftp and delete any child theme you have under wp-content/themes/
    You can install it like in the video above or copy the sweetdate-child extracted folder
    make sure the code added to sweetdate-child/functions.php is correct before adding it from wp-admin since you’ll loose access to your site. Always add code connecting by FTP

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Fatal error: Allowed memory size of … #12593
     Abe
    Keymaster

    Or if it is your server set in php.ini memory_limit to 128MB

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Fatal error: Allowed memory size of … #12592
     Abe
    Keymaster

    Hi, That comes from your hosting. Talk with them and ask them to increase PHP memory limit to 128 MB recommended

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Show only members with "subscriber role" #12591
     Abe
    Keymaster

    Hi, See this gist: https://gist.github.com/sbrajesh/2142009

    It hides subscribers, I am sure you can adapt it to hide your desired levels

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Replies not unhidding when click on Show All Comments #12590
     Abe
    Keymaster

    Hi sharmstr, Seems like commenting that line is the best option. We tried different CSS approaches but this one seems the cleanest one.

    Yeah.. it needs some upgrading indeed …

    we’ll get back to you regarding the rtmedia video. Thanks

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Uploaded video via activity stream not displaying #12589
     Abe
    Keymaster

    We are working on it since we have planned an update for tomorrow.

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Free Trial With Credit Card ? #12588
     Abe
    Keymaster

    Hi, we haven’t implemented this and you should try asking PMPRO support for a solution.

    Cheers

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Register if younger than 18 #12587
     Abe
    Keymaster

    Hi, Please see this topic that limits it to 14 years old: https://archived.seventhqueen.com/forums/topic/change-min-age-year-profile-fields-should-be-updated-automatically/#post-2043

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Sweetdate – WordPress #12584
     Abe
    Keymaster

    Please mark the reply as private since we(support admins) are the only who can see that response.
    if you prefer email: themesupport@seventhqueen.com

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Where to change breadcrumb background color? #12582
     Abe
    Keymaster

    yes indeed the background color in the Alternate section 🙂
    We wanted to make sure the theme it is customizable enough and we needed the alternate colors for some elements to make sure everything looks neat in any combination

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Paid Membership Pro not working #12581
     Abe
    Keymaster

    It has nothing to do with woocommerce. It won’t affect the restrictions, you can leave it installed or uninstalled. See the documentation related to Memberships and install Paid Memberships Plugin

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: about restriction~ #12579
     Abe
    Keymaster

    Hi, We are not aware of such plugin but please try searching for one on the internet

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: PaidMemberships Pro translation #12578
     Abe
    Keymaster

    Also please update to latest theme version

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Where to change breadcrumb background color? #12577
     Abe
    Keymaster

    Thank you for your appreciation.
    That color comes from the Alternate color section in Theme options – Styling options – Alternate

    To apply a different style than in the alternate color please follow @sharmstr advice

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: PaidMemberships Pro translation #12576
     Abe
    Keymaster

    Hi, The Free and the Select strings.
    Free comes from PMPRO plugin and you should search it in the plugin translation.
    Select comes from the Sweetdate theme and you should search it in the theme translation.

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: logo and menu area #12574
     Abe
    Keymaster

    Hi, Normally the menu height included also the logo height. you can put the logo to be positioned absolute but can’t say it will look nice. Give us a link to your site

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Membership Levels ? #12573
     Abe
    Keymaster

    Hi, After you have installed Paid Memberships Pro please go to WP admin – Memberships. See the included documentation on more details on configuring the plugin.
    Restrict pages/posts from their edit page

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Limit characters in password #12572
     Abe
    Keymaster

    please search for a WordPress plugin for that. this one seems to support it but also contains other features that you might not need: http://wordpress.org/plugins/login-security-solution/

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

    in reply to: Facebook Registeration #12571
     Abe
    Keymaster

    Hi, See this tutorial please: http://www.hyperarts.com/blog/how-to-create-facebook-application-to-get-an-app-id-for-your-website/

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

    ---
    @ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.

Viewing 40 posts - 7,081 through 7,120 (of 8,607 total)

Log in with your credentials

Forgot your details?