Forum Replies Created
-
Author
-
SQadminKeymaster
As for the images in the tabs we will take it in consideration
ThanksHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi
You should make sure the fields are deleted under Users – Profile fieldsAfter that they should not appear..
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterbp_get_profile_field_data( ‘field=Country ‘ ) for example gets a user country field
You can hook on this action:bp_after_member_header
This action will show content after the profile image and info tabsHope this helps
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi rmrenaud,
Right now you can’t do it from admin
You can change the path to your image in: ../themes/sweetdate-child/page-templates/contact.php at line 42 http://d.pr/i/xBcWPS: If you don’t want to lose the customization on theme update, activate the child theme and copy the template file in the same exact folder location in sweetdate-child and edit it there. You need also to clear browser cache or rename your picture.
Let me know if this helps you.
Best regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi liensenor,
Yes is possible but need to do hard changes to the template files. We plan to add Homepage Slideshow function in near feature, still testing some sliders from the market.
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
To get rid of 404 page go to Permalink Settings and do a “Save Changes” even if you don’t modify other settings. If this is not working try to change form some options and do a save again, rtMedia seems to have some issue with Permalinks on some servers.Let me know if this helps you.
Best regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterSasupo: 1.4 is not visible on backend?
What do you mean it is not visible?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi. We are changing our hosting account.
Please create them again since probably were created on the old server.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterI guess you have changed the hex colors with your own, right? π
And where did you put the code I gave you.
Please try to give as much detailsHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
When you are on the activity tab seems like you need to post the update… the upload is done after you click it
As for the 404 page error check this topic:
https://archived.seventhqueen.com/forums/topic/404-page-errorHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterIt should appear in Updates from WordPress. Send us an email with login details 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 solutionSQadminKeymasterHi,
Please use, for example, Firebug for Mozilla to inspect css
For the notifications add this to your style.css from sweetdate-child/style.css or to quick css section from Admin -> Sweetdate -> Styling options:COPY CODE.kleo-message-count { background: none repeat scroll 0 0 #F00056; } .kleo-friends-req { background: none repeat scroll 0 0 #01A8DA; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterIt is possible that your PHP version is lower than 5.3.
You can modify your 404.php page by copying it to your sweetdate-child theme and do this changes there:
Replace these 2 lines
add_filter(‘kleo_main_section_class’, function() { return ‘text-center’; } );
add_filter(‘kleo_content_class’, function() { return ‘twelve’; } );
withCOPY CODEadd_filter('kleo_main_section_class', 'custom1' ); function custom1() { return 'text-center'; } add_filter('kleo_content_class', 'custom2' ); function custom2() { return 'twelve'; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
You can change the function that renders the search form by adding this in sweetdate-child/functions.phpCOPY CODEfunction render_user_search() { if (is_page_template('page-templates/front-page.php') AND sq_option('home_search',1) == 1) get_template_part('page-parts/home-search-form'); }
Try changing get_template_part(‘page-parts/home-search-form’); with what you want to show. It you want to display a shortcode you can do this:
COPY CODEecho do_shortcode('[my_shortcode]');
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou should just the the Sex fields under Sweetdate -> Buddypress and after that change the shortcodes in the Homepage like this:
COPY CODE[kleo_status_icon type="Uomo" subtitle="Men online"]
Also do not change main theme files, activate the sweetdate-child theme
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi pulla,
1. You can disabe BP-Album from Sweetdate/Buddypres/BP-Album (ON/OFF)
2. To activate rtMedia you need to install first:
– Go to Plugins/Add New and search for “rtMedia”
– Install and activate
– Go to rtMedia Settings and activate your preferred optionsLet me know if this helps you.
Regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou can try with the new v1.4 and see if those profile fields appear in WPML strings
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterv1.4 is out. Make sure to upgrade.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterYou can upgrade to the new v1.4. See if it fixes your problem
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymaster1.4 is out. Please upgrade
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterVersion 1.4 is now available. Please upgrade and you’ll have the option to disable BP-Album
After that you can install rtMediaHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterCan you upload other files in posts or pages?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterNot yet. It is ready but it will take another 6 hours.
Thanks for your patience.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi rugwarrior,
I played with it and I think itβs ok now. It will be available in v1.4.Best regards,
RobertHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
If you have pasted the table from a document or a webpage then the table could have taken the styles from there. You can see the styles from the Editor in the Text tabHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
If you have changed some profile field names from Users -> Profile fields, users have to save the new one on their profile.
Also try setting the Matching fields from Sweetdate -> BuddypressHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThis is resolved in 1.4
It is coming in a couple of hours.
That was just a redirect that takes you to the page you were before loginHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Usually wp-content/uploads or if you changed the default one, the one you defined in Settings -> MediaHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterAs I can tell it is a problem with POST not being sent. Can you check sending some data trough a form on that server and see if it submits?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterThose fields come from the database and since they are added as english I have tried to add the generated string into a translation function. That means that you will have to translate all fields that are added as option to the fields.
I have added this in v.14 which is coming today those
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi guys
When you are viewing your own profile non of these option will appear πHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi.We are working to make the update today.
Also in V1.4 we have added a option to disable Bp-AlbumHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterFor Albums you should check on the server if you have the permissions to write files. Uploading should happen without your intervention to create folders or anything else
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
To use different walker class you can change with your own in header.php:COPY CODE<?php wp_nav_menu( array( 'container' => false, 'menu_class' => 'left', 'theme_location' => 'primary', 'fallback_cb' => 'sweetdate_main_nav', 'walker' => new sweetdate_walker_nav_menu) ); ?>
Instead of -> sweetdate_walker_nav_menu put your class name.
Then in your sweetdate-child you can duplicate our sweetdate_walker_nav_menu class and edit there.
Also we didn’t liked all those added classes and removed them but we left the commented like that adds the classes in functions.php ->COPY CODE//$output .= $indent . '<li id="nav-menu-item-'. $item->ID . '" class="' . $depth_class_names . ' ' . $class_names . '">';
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi
Profile fields can be changed from Users -Profile fieldsHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi. Thanks
I’ll add it in the initial fields importHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Monday we are releasing v1.4 which fixes this. Until then you can edit:
sweetdate/framework/inc/oauth-twitter-feed-for-developers/StormTwitter.class.php
replace this at line 9:COPY CODErequire_once('oauth/twitteroauth.php');
with
COPY CODEif (!class_exists('TwitterOAuth')) { require_once('oauth/twitteroauth.php'); }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterIt was a conflicting plugin that also used Twitter Oauth. It is fixed in upcoming 1.4 version
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSQadminKeymasterHi,
Make sure to get the already zipped files under WordPress subfolder.
You should have sweetdate.zip and sweetdate-child.zip
If you upload via FTP then extract files and upload the two themes under wp-content/themes
If you upload from WordPress Admin then upload the already .zip filesIf you can’t succeed give us an email with access to your site 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 solutionSQadminKeymasterHi,
When you upload the image you have image’s link like in the screenshot:
http://d.pr/i/KDgA
You need to copy/paste that link in the src attribute.Your link is probably with: /2013/07/foto-11.jpg instead of /2013/06/foto-11.jpg since uploads are categorized by date
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts