Forum Replies Created
-
Author
-
SQadminKeymaster
But I already responded to you..
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterI gave detailed instructions. It is all there. . plugin name … where to add and what to add…I also added a screen-shot … I tkink is more than enough 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThe extra setting will appear just like existing restrictions in back-end Sweetdate -Memberships and front-end Levels page
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterWe can’t add that to main theme since you can override the normal registration that contains defined required fields. I’ll try to give you the changes you need to make
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi.
You are right. It was because they updated the templates.
It is fine now with latest v.2.2 and latest rtmedia plug inHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi.
Very nice plugin indeed. To integrate it with Sweetdate it has to save the results to the database After that you could easily query the dataHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterIf there was a topic on this you should have commented there instead of opening a new one.
CheersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi.
What exactly isn’t working?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterGOOD NEWS 🙂
WE managed to resolve this without core changes. Seems that the rtmedia team listened to our suggestions and added some filters that we could modify from our theme.
It will be available in v.2.2Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou go to the plugin menu and choose the Sweetdate theme and search for the string you are interested in
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterTo change the color you can remove the “alert” class to make it a default button or you can apply your own class and style it via css
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThat is not a ready to paste code. It requires some programming to accomplish what you want. I just gave you the path to follow.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterFixed in upcoming v.2.2. Make sure to have checked you receive an email from themeforest when the theme update is available.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 14, 2013 at 21:57 in reply to: Getting a 404 error for Reasons To Join and Contact Page #4390SQadminKeymasterThank you very much for this.We try to help as much as we can if we have the time even though some topics are off-topic.
To create a topic choose a theme from the right sidebar and at the end of the page, after the topics, you can create your own.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterTo translate bbPress you do not translate Sweetdate theme. You go and choose the bbPress plugin from the list and translate that
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou edit that file and search for the links you want to change. You just add those classes to the classs attribute. It is just a search operation..
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 14, 2013 at 21:51 in reply to: How to get rid of the ">" icons in the Footer that appear before each link? #4387SQadminKeymasterHi,
Add this css to Sweetdate – Styling options – Quick css:COPY CODE.widgets-container .widgets ul li:before {content: ""}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Add it just after the line with get_header(‘buddypress’) in wp-content\themes\sweetdate\members\single\home.php
<?php do_action('kleo_search_form_horizontal');?>
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterif you get an error you probably add it wrong. Not giving more details doesn’t help
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
When v.2.2 wil be out, you will able to do it by adding this to sweetdate-child/functions.php and settings how the restrictions will appear from Sweetdate – MembershipsCOPY CODEadd_filter('kleo_pmpro_level_restrictions', 'kleo_extra_pmpro_restrictions'); function kleo_extra_pmpro_restrictions($restrictions) { $restrictions[] = array( 'title' => __('Title that appears on Sweetdate - Memberships','kleo_framework'), 'front' => __('Description in the Levels page','kleo_framework'), 'name' => 'unique_identifier' ); return $restrictions; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi.“email adress allready in use” is not included
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Another couple of hours for testing. This is what it will include:
+ NEW SHORTCODE: Members – Display members list just like Members directory page anywhere you like
+ NEW SHORTCODE: Toggle
+ NEW FUNCTIONALITY: Ajax login from the popup window
– Fixed button from the register modal
– Optimized restrictions altgorithm that works with Paid Memberships Pro
– Fixed visual shortcodes white popup on some environments
– Fixed some Strict standard notices
– Groups page – fixed styling when group title was very long
– Fixed Add Friend, Public Message and Private message buttons, for not logged in users, to appear only when those components are activated
– Fixed Ajax pagination on members profile when search is active
– Fixed profile page rtMedia tab privacy in some cases
– Added action to show extra social icons
– Fixed Admin bar overlapping the sticky Main Menu when both were enabled
– Fixed revolutions sliders dropdown on theme options page when WPMU enabledHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
That allows only level 3 members. To allows admin change to:
if ( pmpro_hasMembershipLevel(array(3)) AND is_super_admin() ) {Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
That is part of the theme core framework . There is this filter added that you can manipulate:COPY CODEapply_filters( 'breadcrumb_trail_get_buddypress_items', $trail, $args )
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Add this css to Sweetdate -> Styling options – Quick css and change the color:COPY CODEa [class^="icon-"] {color:red}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi @mpaxton.
You need to edit page-parts/home-register-modal.php
Editing main theme files is not recommended if you want to easily update the theme with future releases. You should activate the sweetdate-child theme and copy there to the same folder structure any files you want to change.PS: Try disabling caching plugins of clearing browser cache
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, Yes we are packing it and doing some final test. Won’t take long. Today it will be sent for approval.
Thanks for understanding.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, I modified the above code to work whether you are logged in or not. Try again with it. You should add it to sweetdate-child/functions.php and you need to have the child theme activated.,
Give more details about IE, what version, what OS, 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 solutionSQadminKeymasterHi @adam,
You need to add this css to Sweetdate – Styling options – Quick css since it takes styling from the top-link section:COPY CODE.top-links a.button {color: #f00056;}
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
You can take advantage of the searching feature to do that and combine it with this plugin Menu Item Visibility ControlOnce you install that plugin you will have in Appearance – Menus a Visibility field for each menu.
You need to create two custom menu links one to show for Man one to show for Woman from here: http://d.pr/i/OU1i
In the link section you will add the path to the search directory when filtering by a specific search criteria(eq. searching for Man when you are creating the Woman menu)In the visibility field you need to add this and modify it accordingly with your field names and values:
COPY CODEbp_get_profile_field_data('field=I am a&user_id='.bp_loggedin_user_id()) == 'Man'
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterTHANK YOU VERY MUCH.
We really really appreciate your comments and we are glad to see people happy.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterIf you imported your users, in order for them to show in the buddypress search, they need to have an activity meta added to the user.
Add it with this php function in your import script:
add_user_meta( $user_id, ‘last_activity’, date(“Y-m-d H:i:s”));Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
That code hides only the admin with user ID = 1 by default
You need to modify this to match your ids:
$excluded_user=’1′;//comma separated ids of users whom you want to excludeHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 14, 2013 at 17:13 in reply to: Separate the text on top menu from the text in the form #4353SQadminKeymasterWith this you set the color for the form:
COPY CODE.form-search a:not(.button), .form-search.custom input[type="text"], .form-search.custom input[type="password"], .form-search.custom select { color: #000000; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
That is strange. Try to set WP_DEBUG to TRUE in wp-config.php and see if it appear any error in that popup.
Also you can try disabling some pluginsHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Try activating the album option from WP Admin – RtMedia – settingsHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionOctober 14, 2013 at 14:07 in reply to: Redirecting WordPress's Login page to a custom login page. #4349SQadminKeymasterTo update without losing your changes you have to use the sweetdate-child theme and to have there all your modified templates.
If you have looked at the existing anchor that triggers the login modal you would have seen it is like this:COPY CODE<a href="#" data-reveal-id="login_panel" class="tiny secondary button radius">LINK
So this is what you need to have: data-reveal-id=”login_panel”
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi Guys,
We have included the demo sliders in the main package: Main Files\Demo content\revolution_slider
You have there all you need to re-create our slider. Read the documentation or the readme.txtHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterTry adding this to wp-content/plugins/bp-custom.php
COPY CODEfunction bbg_change_subnav() { global $bp; $bp->bp_options_nav['activity']['friends']['position'] = 5; } add_action( 'bp_setup_nav', 'bbg_change_subnav', 999 ); function my_change_activity_default_subnav() { global $bp; bp_core_new_nav_default(array( 'parent_slug' => $bp->activity->slug, 'screen_function' => 'bp_activity_screen_friends', 'subnav_slug' => $bp->friends->slug)); } add_action( 'bp_setup_nav', 'my_change_activity_default_subnav' );
This is buddypress related. Please try searching of buddypress forums for similar questions
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi, The modal doesn’t take care of validation right now since the actual registration in done in the register page, the modal being just a middle step.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts