Forum Replies Created
-
Author
-
SQadminKeymaster
Hi, Unfortunately we don’t have one but you can try the wordpress plugin repository.
Something like this might help: http://wordpress.org/plugins/currency-converter/Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHello,
Here is a nice chat plugin: http://buddydev.com/plugins/bp-chat/ that we took into considerationHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou can put the buttons from header:
COPY CODE<?php if (function_exists('bp_is_active')): ?> <li class="relative"><a href="<?php bp_loggedin_user_link(); ?>" class="tiny secondary button radius"><i class="icon-user hide-for-medium-down"></i> <?php _e("PROFILE", 'kleo_framework'); ?></a><div class="kleo-notifications"><?php if( bp_is_active('messages') && messages_get_unread_count() > 0 ) { ?><a href="<? echo bp_loggedin_user_domain().'messages/'; ?>" data-width="210" title="<?php _e("New messages", 'kleo_framework');?>" class="kleo-message-count has-tip tip-left"><?php echo messages_get_unread_count(); ?></a><?php } ?><?php if (bp_is_active('friends') && bp_friend_get_total_requests_count() > 0): ?> <a href="<? echo bp_loggedin_user_domain().'friends/requests'; ?>" data-width="210" title="<?php _e("Friend requests", 'kleo_framework');?>" class="kleo-friends-req has-tip tip-right"><?php echo bp_friend_get_total_requests_count(); ?></a><?php endif; ?> </div></li> <?php endif; ?> <li><a href="<?php echo wp_logout_url(get_bloginfo('url')); ?> " class="tiny button radius"><i class="icon-off hide-for-medium-down"></i> <?php _e("LOG OUT", 'kleo_framework'); ?></a></li> <?php else: ?> <li><a href="#" data-reveal-id="login_panel" class="tiny secondary button radius"><i class="icon-user hide-for-medium-down"></i> <?php _e("LOG IN", 'kleo_framework'); ?></a></li> <?php if(get_option('users_can_register')) { ?> <li><a href="#" data-reveal-id="register_panel" class="tiny button radius"><i class="icon-group hide-for-medium-down"></i> <?php _e("SIGN UP", 'kleo_framework'); ?></a></li> <?php } ?>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 1, 2013 at 18:18 in reply to: Profile Search Results Color & Group Counter Carousel Color #1127SQadminKeymasterHello,
sweetdate is your theme located in wp-content/themes/sweetdate
You can browse the files using FTP and go to that location to edit the file. Also if you have a cPanel hosting account you can use the web File browserThank.
Don’t forget to rate it if you like our work 🙂Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterUpdate 1.4.1 is already out. If you put your username and API key in Sweetdate -> Miscellaneous it should appear in your Admin at Updates
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterUPDATE V1.4.1 = 31.07.2013
Changes:
+ Option to switch from rounded to squared avatar images
* Delete account option fix
* Search form – fixed a problem when if an option for the age field wasn’t selected
* Members directory – Now when you click all members, it removes the search strings and shows all members; the same happens with the Friends tab.
* Theme options – sortable fields width fix in Chrome
* Nice ajax search popup effect added
* Sticky menu bug fix on bbPress topic page
* Login modal text color wasn’t changing to match the site color
* Fixed an issue with Buddypress private group’s memberships that wasn’t loading the request formFiles modified:
/assets/styles/responsive.css
/assets/styles/app.css
/assets/scripts/app.js
/bbpress/css/bbpress.css
/custom_buddypress/_inc/css/default.css
/custom_buddypress/bp-functions.php
/custom_buddypress/kleo-bp-search.php
/footer.php
/framework/classes/SQueen.php
/framework/constants.php
/framework/functions/breadcrumb.php
/framework/frontend.php
/framework/helpers.php
/framework/load.php
/framework/options/css/options.css
/framework/theme_options.php
/functions.php
/header.php
/languages/en_US.po
/groups/single/home.php
/page-parts/general-login-modal.php
/members/single/settings/delete-account.php
/registration/register.php
/style.cssHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterUPDATE v1.4 = 17.07.2013
+ Ajax search form in main menu – Opens a nice popup to search site content
+ Sortable search form fields – Drag/drop your fields to appear on the form just the way you want
+ Search form displays default values – these are set from User profile fields
+ Option to Enable/Disable Facebook user registration and allow only Facebook login
+ Fixed privacy fields displayed on members directory. This fixes a Buddypress default issue
+ Top-Bar menu transparency fallback for IE8
+ Possible to change members carousel text in search form with an action
+ Possible to change members type in search form carousel with an action – newest, active, popular
+ Fixed members carousel style in Members Search Form Widget
+ Posts carousel shortcode – you can show specific post types and post formats
+ Facebook Register account -> redirects you to edit your profile if an account is created using Facebook
+ Member statistics shortcode – generate statistics based on user profile fields
+ Modified Country profile field into a selectbox with predefined list of countries
+ Filter to change heart icon on images hover
+ Option to Enable/disable BP-Album all over the site
+ NEW Car-Sharing Theme demo
* Styled some Woocommerce elements to match site design
* Packed some javascripts for better performance
* Fixed wide video to display correctly on status updates
* dynamic circle color for matching made same as main site color
* Recently active Groups shortcode adjustments for image
* Style adjustments to radio and checkbox search form field types
* Top-Bar menu small pading issue for IE8
* Mobile top bar – Fixed an issue when clicking on the menu it was taking you at top of the page
* Layout page – width fix for nonresponsive version
* Fix for some image height in activity list
* Fix for croping avatar in mobile versionHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterUPDATE v1.3 = 07.06.2013
+ Fully customizable search fields for the two form types
+ Sticky header menu. We have added the option to enable/disable the nice sticky header menu.
+ Woocommerce shop integration – An easy way to sell your products.
* Tabs fixed alignment for active tab
* Bugs and fixesFiles modified:
* header.php
* framework/constants.php
* framework/frontend.php
* framework/helpers.php
* framework/load.php
* framework/options/default.php
* framework/theme_options.php
* framework/shortcodes/tinymce/config.php
* framework/shortcodes/tinymce/plugin.js
* framework/widgets
* functions.php
* members/members-loop.php
* members/index.php
* members/members-loop.php
* members/single/profile/edit.php
* members/single/profile/profile-wp.php
* members/single/member-header.php
* assets/scripts/foundation.min.js
* assets/styles/responsive.css
* assets/styles/app.css
* custom_buddypress/_inc/css/default.css
* custom_buddypress/bp-functions.php
* functions.php
* page-parts/home-search-form.php
* style.css
+ custom_buddypress/kleo-bp-search.php
+ function-woocommerce.php
+ woocommerce/
+ sidebar-woocommerce.php
+ product-searchform.phpHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterUPDATE v1.2 = 07.02.2013
+ Support Simple Ads Manager plugin. Easy add advertisment to your website.
* Fix for thumb on whats new buddypress profile page
* Custom styling on small devices(below 480px) for forum replies
* Fixed Google Analytics validation problem
* Check if buddypress groups component is active for groups shortcode
* Added a “br” tag in footer only for mobile
* Check if is admin to include shortcodes button
* Extra styles for Buddypress blogs sectionFiles modified:
– custom_buddypress/_inc/css/default.css
– assets/scripts/foundation.min.js
– assets/styles/responsive.css
– framework/theme_options.php
– custom_buddypress/bp-functions.php
– footer.php
– blogs/blogs-loop.php
– blogs/create.php
– blogs/index.phpHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterUPDATE v1.1 = 06.28.2013
* Home page icons resize on mobile
* Check if Private messages buddypress component is enabled to display notifications in header
* Updated to latest version en_US.mo and en_US.po filesHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThanks for your suggestion. We will add a topic with that
The looking for that is a Group in Users -> Profile fields. To change the group you want to show there is a piece of code in the sweetdate-child/functions that you need to uncomment and change the Group name you want to use.
It looks like this:COPY CODEadd_filter('kleo_extra_tab1', 'custom_tab'); function custom_tab() { return 'Base'; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Update to the latest version of the theme and see if it works.They need to set the Avatar from Profile -> Change Avatar
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
We will take this in consideration and add a quote shortcode in the next update we’re releasing this month.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 1, 2013 at 11:51 in reply to: Profile Search Results Color & Group Counter Carousel Color #1113SQadminKeymasterHi,
Add this to your quick css section from Sweetdate -> Styling optionsCOPY CODE.pink-text {color: #F00056}
Replace the hex with your color.
In sweetdate/assets/scripts/app.js at line 300 change it to be like this:
COPY CODE'fgColor': kleoFramework.mainColor,
it will take the background color of your main button
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymaster1. I don’t know what you mean but icon should be
COPY CODE<i class="icon icon-heart"></i>
if you want to hide icons on sticky add a css rule:
COPY CODE.sticky .icon {display:none;}
2.
Add this to your child theme functions:COPY CODEfunction kleo_button_video( $atts, $content = null ) { extract(shortcode_atts(array( 'url' => '#', 'style' => 'standard', 'size' => 'standard', 'round' => '0', 'icon' => '' ), $atts)); if(strpos($url,'?') !== false) { $url .= '&wmode=transparent'; } else { $url .= '?wmode=transparent'; } $before = ''; $after = ''; if (!empty($icon)) { $icondata = explode(',', $icon); //if position is set if(isset($icondata[1])) { if ($icondata[1] == 'before') { $before = '<i class="icon-'.$icondata[0].'"></i> '; } else { $after = ' <i class="icon-'.$icondata[0].'"></i>'; } } } $output =''; $vid= esc_attr(trim(preg_replace('/[^(\x20-\x7F)]*/','', $content))).rand(99,999); $output .= '<a data-videoid="'.$vid.'" class="play button'.($size != 'standard'?" ".$size:"").($style != 'standard'?" ".$style:"").($round == '0' ?"":" ".$round) .'" href="'.$url.'">' . $before . do_shortcode($content) . $after .'</a>'; $output .='<!--Video - Hidden by default--> <div id="markerPoint-'.$vid.'"></div> <div id="'.$vid.'" class="kleo-video"> <div class="central"> <a href="#" class="videoClose"><i class="icon-off icon-2x"></i></a> <div class="videoLoad flex-video widescreen"> <!--YOUTUBE EXAMPLE-->'; $output .= '<iframe src="'.$url.'"></iframe>'; $output .= '</div> </div> </div> <!--end video-->'; return $output; } add_shortcode('kleo_button_video', 'kleo_button_video');
3. Add this to your functions:
COPY CODEadd_filter('widget_text', 'do_shortcode');
4. You can edit members/single/member-header.php to add custom code in the profile header.
5. I don’t know what you mean 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
It should work now. We have tested it.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
We will check no. 2. thanks
3. We will do some test.
4. Change your permalink structure for that in Settings -> PermalinksHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJuly 31, 2013 at 21:24 in reply to: Profile Search Results Color & Group Counter Carousel Color #1101SQadminKeymasterHi,
Those pink texts are all hyperlinks and share the same color. You can change color from Seetdate/Styling options/Main section/Primary color.We already changed this on one of our demo: http://seventhqueen.com/demo/sweetdatewp/
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Here are the colour combinations:
Import them form Sweetdate -> Import/Export -> ImportCar-sharing style:
http://pastebin.com/pvRCsyBSModern:
http://pastebin.com/3vQcss1zCAUTION: You’ll lose all your previous settings
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterI don’t think it is something about the theme but more something with your plugin. Make sure you are using latest plugin version because this one seems weird.
We have planned to release it in August.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
You can modify members/index.php template somewhere around line 72 and make a condition to show the members loop, something like this:COPY CODE<?php if ( is_user_logged_in() ) { locate_template( array( 'members/members-loop.php' ), true ); } else { //other content for non-logged in users } ?>
Hope it helps
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Thanks for your suggestions
For point 4 you can add extra fields using an array in your sweetdate-child/functions.php inside the kleo_remove_actions functionCOPY CODE$kleo_config; $kleo_config['bp_members_loop_meta'] = array( 'I am a', 'Marital status', 'City' );
These are the default ones. You can modify them or add extra fields.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
As soon as we decide on the features we will include in the update we will let you know. Being involved with the updates we can’t do any custom work for now. ThanksHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterGreat. I am glad it is all good now.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterOk, That request is cashed so it shouldn’t caused problems but I am glad you resolved it.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Are you reading the included documentation? The documentation is also available here:
https://archived.seventhqueen.com/documentation/sweetdatewp/#!/demo_content
You don’t need to open the xml file. You just need to import it like it says in the documentation. Please read carefully.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
You need to change this in template file: ../sweetdate/page-parts/general-register-modal.php around line 24.Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHI Pulla,
1. Yes, it’s possible but you need to change more template files to achieve this. Be careful with these files and always make backup first 🙂
a). Change “four” to “three” in sidebar.php – around line 15 and
../sweetdate/footer.php – around line 37b). Change “eight” to “nine” in fallowing:
../sweetdate/page-templates/left-sidebar.php – around line 34
../sweetdate/page-templates/right-sidebar.php – around line 30
../sweetdate/footer.php – around line 44
../sweetdate/sidebar.php – around line 15../sweetdate/page-parts/general-before-wrap.php – around line 31
../sweetdate/sidebar-woocommerce.php – around line 15
../sweetdate/page-parts/buddypress-before-wrap.php – around line 272. To have menu below the logo instead of on right side you need to change “eight columns” to “twelve columns” class in header.php – around line 145.
3. Sweetdate theme is build on Zurb Foundation framework and not on Bootstrap. You have docs for Foundation here http://foundation.zurb.com/old-docs/f3/
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi Nicholaus,
Please reffer to this topic: https://archived.seventhqueen.com/forums/topic/google-mapRegards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou can try Theme my login plugin.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Probably something from the server but try editing: sweetdate/page-parts/general-login-modal.php
You should use the child theme for changes. Take the file above and copy it in the same exact location in your sweetdate-child activated theme and modify it there.change line 6 with this one:
http://pastebin.com/GD3pL8FZ2. Add this to Sweetdate -> Styling options -> Quick css
COPY CODE.form-search.custom input[type="text"] {color:#ccc}
Change the #ccc color with your own
We will generate this color to match with others in 1.4.1 versionHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
To select the default option for comments when a new page is created you need to go to Settings -> Discussion -> Allow people to post comments on new articlesFor individual page/post, edit the page and you have the Discussions box where you can check/uncheck “Allow comments”.
If you can’t see the Discussion box in your page, enable it from Screen Options ( the top of the page )Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterOK so in your templates make sure to keep the logic like this:
For example if the href is something like this: href=”#looking-for” then the corresponding li should have the id=”looking-forTab”Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
I see you already added it to Membership suggestions. We will take it in considerationHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThank you very much.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Yes it is related to the anchor. I have just checked it and worked if I am logged in on your site.
You can change the Looking for tab with another Profile Group by adding this in your functions.php:COPY CODEadd_filter('kleo_extra_tab1', 'custom_tab'); function custom_tab() { return 'Base'; }
You can add your changes to the template members/single/member-header.php
Also I guess you are using a plugin since some things are changed in the profile and registration.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
You need to do it from css to match the our form style.
To keep the same width of as the original form you could wrap the shortcode like this:COPY CODEfunction render_user_search() { if (is_page_template('page-templates/front-page.php') AND sq_option('home_search',1) == 1) { echo '<div class="twelve columns"> <div class="row"> <div class="five columns">'; echo do_shortcode('[my_shortcode]'); echo '</div> </div><!--end row--> </div><!--end twelve-->'; } }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterGreat. It is configurable from Appearance -> Widgets
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Read this article from mailchimp website:
http://kb.mailchimp.com/article/can-i-shut-off-the-e-mail-that-asks-people-for-confirmation-that-they-want-Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterI am glad you worked it out. To make the homepage just like ours you have the code included in documentation at the Pages and Menu section to copy in your Home page.
Also you can import the demo content to have the site as a starting point just like our demo.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts