Forum Replies Created
-
Author
-
AbeKeymaster
Hello, I see what you need but you will need some help from a developer to achieve that(try microlancer). You can also check out this plugin that has conditional fields: BuddyPress user account type PRO (allows different user types)
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterAlso http://www.sex4fun.it/membri/scambisti/#le-mie-foto has 4 photos that can’t be seen because of the minify script errors
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterYou have added a minify plugin that causes some errors. Please disable that.
I have added a photo to my profile and the tab shows: http://www.sex4fun.it/membri/abe/#le-mie-fotoHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, Some strings may be part of other plugins, here Buddypress probably. Using Codestyling localization plugin you can translate the theme and plugins also.
After you translate the strings don’t forget to click the button to generate the .mo fileHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, You do not have to edit .po file. You have multiple options to translate wordpress themese:
– using Poedit software by translating the .po file and will result a .mo file that goes to sweetdate/languages/ folde– simpler way with Codestyling Localization plugin. this will generate the .mo file for you by clicking the button after you translate all strings
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHello,
You can add the states as dropdown from the admin menu Users – Profile fields but it will be a huge job to add all states manually. Other thing is that they won’t have any relation to the country.
To have states depend on the country selected you need to develop a Javascript solution. It is not an easy job so you probably will need help of a developer from microlancer.com or similar.Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, These are the attributes you can add and their default values:
cat = ‘all’ – you can add categories ids separated by comma(,)
limit = 9,
post_types = ‘post’
post_formats = ‘all’You will have make your own custom changes and redefine the shortcode function kleo_articles( $atts, $content = null ) located in wp-content/themes/sweetdate/framework/shortcodes/shortcodes.php
You will copy that function to your sweetdate-child/functions.php and modify it there. That will override default function.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHello, Please make sure you have the latest theme version installed
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, I don’t think you can query public groups. Anyway, if you want to change something, the shortcode is located in custom_buddypress/bp-functions.php kleo_recent_groups function
resources: http://codex.buddypress.org/developer/loops-reference/the-groups-loop/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, You should inspect plugin code and add some conditionals to check for membership with this function
pmpro_hasMembershipLevel(array(1,2))Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, use the bpAlbum included which is not so rich in features. You can try different plugins our there like Buddypress Activity Plus
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.January 5, 2014 at 00:26 in reply to: BP-Album Image path issue when using sub-folder wordpress install #9130AbeKeymasterHi, I am here to help and you are making a confusion since your site is http://urbanswingster.com there is no way your wordpress is installed at: http://urbanswingster.com/wp
You say it is installed at http://urbanswingster.com/wp but is not
Change your urls to http://urbanswingster.com/ from Settings – GeneralHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, Google-ing found this: http://webdeveloperswall.com/snippets/buddypress-remove-email-id-from-private-messages
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, Already a sticky topic with this question:
https://archived.seventhqueen.com/forums/topic/hide-non-paying-members-from-site
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterGreat 🙂
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, We just updated to 3.4.5 and edit page looks good
For styling we will take a look a let you know if we can help somehow.
@nicholaus1221 related to 403 forbidden errors try to check also with the hosting company. You could try to re-save your options from Settings – Permalinks maybe it helpsHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, If you updated your plugin you should make those changes again to plugin files
What is “Lisää kuvia tai videoita”? please put screen-shots or linksHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterTo have it the first one I guess you can change this line
$menu = $menu . $profilelink;
with
$menu = $profilelink . $menu;Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, That is not available by default. You will have to develop it to include such functionality or try searching for a buddypress plugin. Indeed it is a nice feature
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, This was the reply for you: https://archived.seventhqueen.com/forums/topic/match-numbers#reply-9022
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterI updated @IamJAX code. now it should be fine
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi,
1 and 5. This code will show bpAlbum images in the tab even when you have rtMedia
COPY CODEadd_action('after_setup_theme','kleo_my_custom_tabs'); function kleo_my_custom_tabs() { global $bp_tabs; $bp_tabs = array(); /* Bp-Album tab */ $bp_tabs['bp-album'] = array( 'type' => 'bp_album', 'name' => __('My photos', 'kleo_framework'), 'class' => 'mySlider' ); $bp_tabs['looking-for'] = array( 'type' => 'cite', 'name' => __('Looking for', 'kleo_framework'), 'group' => 'Looking for', 'class' => 'citetab' ); $bp_tabs['base'] = array( 'type' => 'regular', 'name' => __('About me', 'kleo_framework'), 'group' => 'Base', 'class' => 'regulartab' ); $bp_tabs['social'] = array( 'type' => 'regular', 'name' => __('Social', 'kleo_framework'), 'class' => 'regulartab' ); }
2. My answer is there 🙂
5. Not such an easy way but see this topic and adapt it to your needs. You require some PHP knowledge: https://archived.seventhqueen.com/forums/topic/hide-members-real-names
6. css works. make sure to get the whole code. to reduce the height even more add also this css:
COPY CODE.search-item .date { display: none; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, You can add your own profile fields from WP admin – USers – Profile fields and edit each field or add new ones.
To limit message see this 3rd party paid plugin: http://buddydev.com/plugins/bp-private-message-rate-limiter/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, you have 3 missing brackets in your code. I modified it directly in our above code
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, Right now that can’t be achieved. You need to develop a custom solution that will involve CSS with media queries and probably some Javascript.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHello,
They should appear where you put them 🙂 strange
Try to update the plugin with the latest version included in our latest theme release. You have a Plugins Updates folder in the main archive downloaded from Themeforest.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.January 4, 2014 at 22:20 in reply to: Make groups and profiles only visible for logged-on users #9109AbeKeymasterHi @studiblog and @hdanny83
The normal behaviour is to get redirected to the Membership levels page. You are encountering an error if you see a blank page. To show the errors in that page please enable debugging in wordpress by settings WP_DEBUG to TRUE in wp-config.phpI tested this and can’t reproduce this problem. Give us the errors that appear. Also make sure you have the latest theme installed
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterthis is how it should look like:
COPY CODEfunction kleo_img_rounded( $atts, $content = null ) { extract(shortcode_atts(array( 'src' => '', 'class' => '', 'url' => '#' ), $atts)); $output = '<div class="circle-image '.$class.'">'; $output .= ' <a href="'.$url.'" class="imagelink" data-rel="prettyPhoto[gallery1]"> <span class="overlay"></span> <span class="read"><i class="icon-'.apply_filters('kleo_img_rounded_icon','heart').'"></i></span> <img src="'.$src.'" alt=""> </a> </div>'; return $output; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, Those settings from Settings > Privacy are not for making you profile private or not. Those come from rtMedia plugin and sets your default visibility for media.
Other setting in Users > Profile Fields are related to profile fields visibility
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, Follow this similar topic and change with your field name: https://archived.seventhqueen.com/forums/topic/hide-fields-in-profile-accordion
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, Please replace this file content wp-content/themes/sweetdate/framework/functions/breadcrumb.php with this one to fix the breadcrumb problem: https://archived.seventhqueen.com/files/breadcrumb.txt
To change the word I think the best way is to use Translation method. Translate buddypress plugin in English using Codestyling Localization
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, We found this but applies to Profile – Settings page http://wordpress.org/plugins/buddypress-password-strength-meter/
Try searching for a plugin for this
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHello, Send us an email at themesupport@seventhqueen.com with the attachment to see what you want to achieve.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, Make sure to have the latest theme version.
In Sweetdate – Memberships what you check it is what you restrict, so to restrict you need to check Not logged in and Not membersHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHello, You can set which page shows all of your posts from Settings – Reading and select your Posts page, Blog for example. After that, the Blog page will display all of you posts.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, Update already released and here is the change log https://archived.seventhqueen.com/forums/topic/sweetdate-updates-change-log#reply-9044
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, Sweetdate doesn’t have this functionality but you can hire a developer to create it for you. Try Microlancer service
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterYou have added two active tabs. You should only have one:
[kleo_tabs]
[kleo_tab title="Sexiest Member" active=1] The sexiest creature on the planet… [/kleo_tab]
[kleo_tab title="Funniest Member" active=0] This funny guy or girl…. [/kleo_tab]
[kleo_tab title="Best Profile" active=0] The prize for the best overall costume…. [/kleo_tab]
[/kleo_tabs]Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, Those are added by CSS and you will overwrite the styling with CSS added to Sweetdate – Styling options – Quick css. THis is the css you need to change it to a star.
COPY CODE#activity-favs:before { content: ""; }
Here are all Fontawesame icons you can use: http://fontawesome.io/3.2.1/cheatsheet/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.AbeKeymasterHi, Reduce it with this CSS code added to Sweetdate – Styling options – Quick css and customize your width
COPY CODE.contain-to-grid .top-bar { width: 280px; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer. -
AuthorPosts