Forum Replies Created

Viewing 40 posts - 2,601 through 2,640 (of 2,655 total)
  • Author
  • in reply to: How to change start side? #192
     SQadmin
    Keymaster

    Great. Glad we could 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: How to change start side? #190
     SQadmin
    Keymaster

    Please read carefully what I said earlier:
    Go to Settings -> Reading -> Front page displays: Select “A static page” and select your Home page.

    Also please enable all your Buddypress components in Settings -> 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: Menu Dropdown Issue: ipod – iphone #188
     SQadmin
    Keymaster

    This functionality is normal. If you have a dropdown then the first level should have a “#” link.
    Normally the top link should be named “Back” instead of the actual name.
    We will include this in our next minor 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: How to change start side? #187
     SQadmin
    Keymaster

    You can import the demo content to generate all the pages just like our demo(check out theme documentation).

    To create only home page follow the steps I said above and paste this in your Home 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: Sweetdate WP Feature Requests #184
     SQadmin
    Keymaster

    We are including in this week update a search form in the header, after the menu. This will search in post and pages(default wordpres search)

    To change the home page form you can edit page-parts/home-search-form.php.

    To change user fields you should go to Users -> User profiles

    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: Captcha Registration Popup #177
     SQadmin
    Keymaster

    Hi,
    You can use this plugin instead:
    http://wordpress.org/plugins/buddypress-recaptcha/

    It adds the captcha to the register page not the modal.

    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 change start side? #175
     SQadmin
    Keymaster

    Hi,
    Go to Settings -> Reading -> Front page displays: Select “A static page” and select your created Home 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: How to create register page same demo #174
     SQadmin
    Keymaster

    Hi, Be sure to have only one Register page in Pages. Then assign it to buddypress template from Settings -> Buddypress.

    Also edit the menu to include that 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: Sweetdate WP Feature Requests #182
     SQadmin
    Keymaster

    We will do some tests and try to include it in our next updates.

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

    For now you need to edit the same template as above to match your needs.

    We are releasing an update this week to change that from admin

    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: Hompage Image: Hide For Mobile or Below Search #164
     SQadmin
    Keymaster

    Hi Ed, go to admin and insert de the following code into Sweetdate/Styling options/Quick css textarea:

    @media only screen and (max-width: 767px) {
    #header { background-image: none;}
    }

    Let me know if this helps you.
    Regards,
    Robert

    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: Filter settings #157
     SQadmin
    Keymaster

    We are releasing an update to customize search box by existing profile fields. So you can wait for the 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: Google Analytics code fail #156
     SQadmin
    Keymaster

    Hi,
    This seems to be a bug in 1.1 version. We will release this week an update to fix it but until then you should edit file: framework/theme_options.php around line 164
    replace this:
    http://pastebin.com/GtEDaAad
    with this:
    http://pastebin.com/mEpV7Ary

    Regards,
    Gabriel

    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 Analytics code fail #155
     SQadmin
    Keymaster

    Hi.
    We will test this and will get back to you.

    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: Change: Search Fields – Profile Fields #154
     SQadmin
    Keymaster

    Hi
    This can be done with small changes in some files
    Untill the next update where you will be able to set the fields easily from admin please give us an email with ftp details and access to wp admin and we will make the required changes

    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 create register page same demo #153
     SQadmin
    Keymaster

    Hi
    This page is a template from Buddypress.
    You should create a Register page and then go to Settings – Buddypress and assign your Register page to buddypress Register page

    Fields that appear to the right of the form are defined in Users – Profile fields – Base group.

    Regards
    Gabriel

    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: Buddypress pages not showing #152
     SQadmin
    Keymaster

    Set pretty links in Settings – Permalinks
    Make sure you in Pages you only have one Members and Activity page
    In Buddypress settings assign your pages to Buddypress components.
    Make sure in Appearance – Menu you have added the correct pages 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: Suddenly not working processing within shortcodes, #151
     SQadmin
    Keymaster

    Check if you have installed any plugin or done any settings to affect that

    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: Filter settings #150
     SQadmin
    Keymaster

    Hi. A select or input 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: logo link #143
     SQadmin
    Keymaster

    Hi
    1. in header.php line 123 change:
    href=”
    with
    href=”

    change MY_URL with your desired url

    2.
    Make sure you have all strings translated. You can find the search form in page-parts/home-search-form.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: Search Filter on translated theme #142
     SQadmin
    Keymaster

    This was a problem about translated strings.

    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 Filter on translated theme #141
     SQadmin
    Keymaster

    For homepage search form:
    You have to edit page-parts/home-search-form.php for any customizations.
    I have done this for you and commented those 2 options.

    Also modified functions-shortcodes.php and custom-buddypress/bp-functions.php and resolved members online 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: Avatar images not showing over the website #140
     SQadmin
    Keymaster

    I spent some time to check this and seems you messed up with avatar settings from Settings -> Discussion -> Avatars
    Here you have unchecked the option “Display avatars”

    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: Avatar images not showing over the website #136
     SQadmin
    Keymaster

    Ok. Will check

    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 Filter on translated theme #134
     SQadmin
    Keymaster

    We will check it on your website

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

    Hi
    Please give us a link to your website

    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 create child theme page #130
     SQadmin
    Keymaster

    Hi
    In the archive from themeforest,in wordpress folder you have sweetdate-child theme. Activate this theme.
    To modify a page just copy it from the parent theme to your child folder in the exact folder structure and change it the way you like.

    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: Default tab view on members page #127
     SQadmin
    Keymaster

    This change needs to be done in members/single/member-header.php
    Which one do you want as default?

    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: replacing homepage picture #122
     SQadmin
    Keymaster

    Hello opingus3,
    You can replace any image or background from Sweetdate/Homepage & Sweetdate/Styling option panels.
    What do you mean exactly with distorted background, please attach a screenshot.

    For about us page you can copy-paste the following code http://pastebin.com/hrbqTJZb from our page but you still need to reproduce carousel images to load your own images. You can do this easily inserting imageslider shortcodes http://d.pr/i/muHn

    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 dots from album picture title #121
     SQadmin
    Keymaster

    If you remove the title lenght limit, some formatting issues may appear.

    To change that, edit the file “album\pictures.php”, line 35 & line 41, and change the php function inside the A tag from bp_album_picture_title_truncate() to bp_album_picture_title()

    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: Cutting text while viewing on iPhone 5 #117
     SQadmin
    Keymaster

    Edit footer.php (best practice is to have a child theme, and copy the footer.php file into your child theme folder):
    – go to line 98 and add the BR tag with the following classes “hide-for-large show-for-small”
    http://d.pr/i/f4dC

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

    Try adding your users from the register page. Buddypress gets users that have activity on the website.

    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: Some setting I confuse #113
     SQadmin
    Keymaster

    To hide wp admin bar go to Admin -> Sweetdate -> Miscellaneous -> Admin toolbar set to off

    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: Just noticed this, privacy issue #112
     SQadmin
    Keymaster

    Hi,
    We look into this problem and we will back soon with an answer.

    Regards,
    Robert

    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: Some setting I confuse #109
     SQadmin
    Keymaster

    Hi,
    1. For changing color in homepage you have Color option in: Styling options/Header section.
    2. For setting top, center you have Homepage/Homepage settings.
    Remember that are two images that you can set in homepage header: a background image behind the main image and the main image (sweet couple in our demo).
    3. The problem with the members page is because buddypress already created your members page, and you did yourself another one, so you only need to delete /members-2 page, and add to your menu the page that buddypress created on install /members

    Regards,
    Robert

    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: Offtopic – email notification #102
     SQadmin
    Keymaster

    Hi dreni, we deactivated this feature, I think it’s ok now.

    Regards,
    Robert

    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: Cutting text while viewing on iPhone 5 #100
     SQadmin
    Keymaster

    This is fixed in v1.1. Please download the latest version

    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,
    Please give us a link to your website to see where the problem is. If you don’t want it public, email us at: 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
    in reply to: homepage error #98
     SQadmin
    Keymaster

    Version 1.1 was released which fixes messages_get_unread_count() error

    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: I got error from wp-admin #97
     SQadmin
    Keymaster

    Version 1.1 was released which fixes messages_get_unread_count() error

    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 - 2,601 through 2,640 (of 2,655 total)

Log in with your credentials

Forgot your details?