Forum Replies Created
-
Author
-
SQadminKeymaster
Have you followed the steps to add those files to your theme directory?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
It seems that you don’t have a home page. You need to create a “Home” page then go to Settings -> Reading and select it from the dropdown as your static pageHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
This is fixed in upcoming 2.0 version. We are trying to release it at the beginning of the weekHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYes we fixed this and we will include it in next week update. Thanks
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
To add something next to the form you’ll have to edit a template file located in page-parts/home-search-form.php
Add the content after line 5Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 30, 2013 at 23:10 in reply to: Change Min Age Year & Profile Fields Should be Updated Automatically #2043SQadminKeymasterHi,
This code attached added to sweetdate-child/functions.php will restrict the age from 14.To resolve the other problem you will have to make the changes in the database because values of the profile fields are stored in the DB.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.SQadminKeymasterFollow this topic also:
https://archived.seventhqueen.com/forums/topic/having-problems-setting-setting-up-the-siteHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Do you get any error?
Check if articles and pages are created.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
We’ll take a look at this and let you knowHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
In the Profile fields page you have more Group fields. YOu are probably looking only at Base Group
Second question I don’ t understand. If you are referring to the Home search form then you can configure it after you have added your profile fields. After that just go to WP Admin -> Sweetdate -> Buddypress and check the fields you want to appearHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
http://wordpress.org/plugins/bp-profile-message-ux/ is a nice plugin. We will take a look at it,
Buddypress Wall should work. Make sure you have followed the instructions above.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThanks alim.jivraj
Those instructions should help you build a site like our demo.
If there is anything you can’t find please let us know.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterPS. Support is best offered here on the forum. There is no point of keeping the conversation in 2 places since the time of response is the same on the comments page of the item.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
You might have missed the details after the pastebin link.
So you need to go to WP Admin -> Sweetdate -> Import/Export -> Import from text
Paste the text from this link for Car sharing style: http://pastebin.com/pvRCsyBS and click Import
That is all you need to do.CAUTION: You’ll lose all your previous settings by performing this action
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Please go to Settings -> Permalinks and resave the settings. This is an issue with rtMedia being fresh installedHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterPaste it over the old code but if you modified your field name for where users enter their description you need to update the code to match your change(change “About me” to whatever your field name is).
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYes exactly. Good job
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
We have this in plan but it requires some programming to achieve that.
We can’t say a specific date when it will be available but we’ll let you know.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterIf you want it only for site admins add this code to sweetdate-child/functions.php
COPY CODE/* Amin bar only for admin */ add_action('after_setup_theme','kleo_my_bar'); function kleo_my_bar(){ if (is_super_admin()) { add_action('wp_footer','wp_admin_bar_render',1000); add_filter('show_admin_bar', '__return_true'); } }
Make sure to have the sweetdate-child theme activated for it to work
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionSQadminKeymasterHi,
You set the APP ID in Sweetdate -> Miscellaneous?
Set your site url in the Facebook Application
This error seems to come from Facebook and not wordpress related.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Please read this topic to style it as the car-sharing demo.
https://archived.seventhqueen.com/forums/topic/export-other-sweet-date-colour
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterGreat to hear that.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, When logging in with Facebook I think it just does a page refresh to authenticate the user
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
The register form takes colors from the primary site button set under Sweetdate -> Styling
So if you make your colors a different color, the form will be in the same styleHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThat normally works. Do you have any plugins that could set the admin bar?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Editing profle fields is done by going to WP Admin -> Users -> Profile fields.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
For most viewed you definitely need a plugin to count the views.
Most commented is not available trough shortcode right now.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
You can add the equivalent css to Sweetdate -> Styling options -> Quick css and it will override it’s original value:COPY CODE.top-bar { margin-top: 28px; }
We will include this in an update so it will automatically generate if the toolbar is on.
Thanks for pointing this out.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Adding the code to Quick css box won’t make it disappear after a theme update.
Sorry for the second question, I missed that.
Styling that profile area is possible from Sweetdate -> Buddypress -> Profile header backgroundHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Make sure to check the option to import activity posts for users.
This makes buddypress aware of the users.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterWe are doing our best to have it ready at the end of this month.
We’ll keep you posted.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Right now that is not available and there is no quick fix for it.
We have in plan to implement it but we can’t say a time frame
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterI don’t think that existing notifications qualify to be displayed in the menu that way.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Please take a look at this topic to customize the fields that appear under each profile name:
https://archived.seventhqueen.com/forums/topic/member-directory-page-about-me-text-does-not-displayHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi
If the solution above didn’t help sens us ftp and site access to themesupport@seventhqueen.comHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
You can disable the admin bar from WP Admin -> Sweetdate -> Miscellaneous -> Admin toolbar -> OffHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou need to have a Birthday type fields added to the user profile fields. Then, based on that the theme will know to calculate the age of the user and will allow you to search by that interval like in our demo.
The have the search interval like in our demo you must go to Sweetdate -> Buddypress and check the birthday field to show on the form. Then, a bit below, at “Select Age Range Field” choose from the dropdown the Birthday field and that will render the Birthday field like on our site.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHello st,
Right now that line doesn’t have a setting in the styling options.
You can style it by adding this to Sweetdate -> Styling options -> Quick css box:COPY CODE.top-links { border-bottom: 1px solid #HEX; }
Replace the #HEX with your color hex value.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterSure: themesupport@seventhqueen.com
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
You cant do that (3rd pasted code). Your using css as html.
Give your link a specific class and apply the css to it(this way it won’t apply to all links)
CSS:COPY CODEdiv.kleo-page header div.header-bg div#header div.row div.eight div.contain-to-grid nav.top-bar section ul#menu-new-menu.left li a.my-message-class {...}
PHP:
COPY CODE$profilelink .= '<li><a class="my-message-class" href="' . bp_loggedin_user_domain( '/' ) . 'messages" rel="nofollow">' . __('Messages','buddypress') . '</a></li>';
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts