Forum Replies Created
-
Author
-
Abe
KeymasterHi @ututorco
See this topic to add more tabs next to profile image. Those in fact are profile groups and you add them by their name
https://archived.seventhqueen.com/forums/topic/how-to-add-more-tabs-next-to-the-profile-imageHi 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.Abe
KeymasterIn the package downloaded inside the Plugins folder you have js_composer.zip. Delete the old plugin and add new one.
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.Abe
KeymasterHi, That text can be changed from a file template located in wp-content\themes\sweetdate\page-parts\home-register-form.php
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.April 15, 2014 at 02:05 in reply to: members counter reset after multinetwork setup. How to change? #15125Abe
KeymasterHi, I don’t know what you mean with Reseting the website. The count relates to Buddypress functions and should display correctly. Maybe it takes the multinetwork users.. Try activating the Buddypress plugin inside that site and not Network activated
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.Abe
KeymasterWe will take a look at the forum view and see what we can do.
Can’t really say about the Wall plugin. Try to inspect those elements and see if you can apply some CSS to fix itAs for the Group image, you can add this css to your Sweetdate – Styling options – Quick css box:
COPY CODE@media (max-width: 480px) { #item-header-avatar.group-avatar .avatar { max-height: 150px; max-width: 150px; } }
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.Abe
KeymasterHi, You can disable the top bar and let the main header to go top, that way you won’t have to make layout changes. Go to Header options – Display top bar – OFF
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.Abe
KeymasterIf you are talking about the color for the “All Members” text add this CSS to customize it:
COPY CODEdiv#main ul.sub-nav li a, #subnav ul li a { border-radius: 1000px; color: #6F6F6F; text-decoration: 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.Abe
Keymaster@rweiss, you should copy the templates to your child theme and modify them there.
@cjmelo, make sure you translate Buddypress plugin since those strings come from BuddypressHi 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.Abe
KeymasterSharing might help other looking for the same solution
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.Abe
KeymasterThat is just an example and you need to edit it to match you needs. Try searching for a plugin that changes WordPress default emails. That code replaces the default activation email with the text you see there, “‘Dear USER_DISPLAY_NAME …”
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.Abe
KeymasterHi, We are glad you like it 🙂
Yes it uses the Shop sidebar and you can change each Woocommerce page template from the specific page.
We are looking over the found issues and come with a fix.Thanks
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.Abe
KeymasterProbably it does not the sidebar styling. Inspect the element using Chrome browser or Firebug for Firefox to see the element class and add a CSS rule to the image like border-radius: 50%;
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.Abe
KeymasterHi, Try to talk at your hosting and increase your PHP memory limit to 128 MB recommended size
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.Abe
KeymasterYou can remove the database from your server and create a new one and just do a clean WordPress install, just like the first time you installed it
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.April 15, 2014 at 00:03 in reply to: rtMedia Masonry and Featured Image as Profile Background #15106Abe
KeymasterLet us know if we can help since we wanted to include that functionality in the theme also. Thanks @sharmstr
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.Abe
KeymasterThat appears because you are using Paid memberships Pro. Disabling the plugin that will go also. If you need the plugin but want that to dissapear, add this code to your child theme functions.php
COPY CODE//Remove membership info from profile page add_action('after_setup_theme', 'kleo_remove_membership_info'); function kleo_remove_membership_info() { remove_action('kleo_bp_after_profile_name', 'kleo_membership_info'); }
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.Abe
KeymasterHi, That will send a site notice that appears when in the Buddypress Login widget, in the sidebar. It does not send a private message
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.Abe
KeymasterHi, Please follow sharmstr suggestion. We will create a section in the documentation with all shortcodes attributes
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.Abe
KeymasterSee this topic to customize those tabs: https://archived.seventhqueen.com/forums/topic/how-to-add-more-tabs-next-to-the-profile-image
To change just the name displayed and not the group name, modify the name attribute of the array, example:
name’ => __(‘Looking for’, ‘kleo_framework’),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.Abe
KeymasterThe registration page template to edit is located in wp-content\themes\sweetdate\registration\register.php
The login modal template is located in:
wp-content\themes\sweetdate\page-parts\general-login-modal.phpTo change the Facebook button you have to add this function in your sweetdate-child/functions.php
COPY CODEfunction fb_button() { ?> <a href="#" class="facebook_connect radius button facebook"><i class="icon-facebook-sign"></i> <?php _e("LOG IN WITH Facebook", 'kleo_framework');?></a> <?php }
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.Abe
KeymasterIt breaks the script since you have JavaScript errors. See it in your browser console:
TypeError: this.each is not a function
…data(“bs.modal”),g=a.extend({},b.DEFAULTS,e.data(),”object”==typeof c&&c);f||e.d…Also for the scripts to load in the footer you must add them a TRUE parameter like this example, otherwise they will load in the header:
COPY CODEwp_register_script( 'bootstrap', get_template_directory_uri() . '/assets/js/bootstrap.min.js', array('jquery'),KLEO_THEME_VERSION, true );
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.Abe
KeymasterHi, You must have the child theme active if you want the changes to be active.
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.Abe
KeymasterIn May most probable
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.Abe
KeymasterHello, Yes we will add it in to take site colors from Theme options
ThanksHi 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.Abe
Keymasterin the code above modify remove the space from the php opening tag, first line
The editor does some strange voodoo to those php starting tags 🙂
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.Abe
KeymasterHi, That could be related to a small custom size for the thumb set in wp-content/plugins/bp-custom.php
Check that file and you should have like this:COPY CODE<?php if ( !defined( 'BP_AVATAR_THUMB_WIDTH' ) ) define( 'BP_AVATAR_THUMB_WIDTH', 120 ); //change this with your desired thumb width if ( !defined( 'BP_AVATAR_THUMB_HEIGHT' ) ) define( 'BP_AVATAR_THUMB_HEIGHT', 120 ); //change this with your desired thumb height if ( !defined( 'BP_AVATAR_FULL_WIDTH' ) ) define( 'BP_AVATAR_FULL_WIDTH', 580 ); //change this with your desired full size,weel I changed it to 260 <img src="http://buddydev.com/wp-includes/images/smilies/icon_smile.gif" alt=":)" class="wp-smiley"> if ( !defined( 'BP_AVATAR_FULL_HEIGHT' ) ) define( 'BP_AVATAR_FULL_HEIGHT', 580 ); //change this to default height for full avatar
If the file isn’t there, create it and add the code above and you should try uploading a new avatar
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.Abe
KeymasterHi, It is related to WordPress default email sent. Try this plugin: http://wordpress.org/plugins/welcome-email-editor/
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.Abe
KeymasterWe are doing some tests and try to replicate that. We will keep you posted
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.Abe
KeymasterHi, We haven’t seen a proper plugin and that is why we are working on the side to a plugin that will try to as a solution to those problem. We can’t say when it will be available.
As administrator you have access to user profiles from front-end and also can edit them. Make sure to active the Admin bar and that will give you some options to edit profile when viewing one or just go to /members/username/profile/editHi 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.Abe
KeymasterHi, That is handled by buddypress and you can adjust that using the ‘bp_get_message_thread_excerpt’ filter.
Code example added to sweetdate-child/functions.php to adjust the length:COPY CODEadd_filter( 'bp_get_message_thread_excerpt', 'kleo_custom_message_length'); function kleo_custom_message_length($text) { return substr( $text,0 , 10 ); }
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.Abe
KeymasterHi, Is this a Sweetdate theme topic? It is added to Kleo theme
Are you talking about the Buddypress widget “Who’s Online” ? In Sweetdate that widget appears rounded. Please be more specific about the section, in what page or sidebarHi 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.Abe
KeymasterThere are plenty of resources on the internet. Just doing a google search found: http://taptappress.com/docs/code-snippets/buddypress-allow-youtube-embed-in-profile-field/
That works with a field named “youtube”
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.Abe
KeymasterIt says that you have to put it in sweetdate-child/functions.php That is on your server in wp-content/themes
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.Abe
Keymasterhi, You can make that change. That change will be done in the GEO MY WP plugin, not the theme. In the next update, probably in May, we will included some changes too but we worked with GEO MY WP plugin developer and he included the changes for sweetdate in the plugin.
The integration was done mainly in the plugin and it will remain that wayHi 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.Abe
KeymasterThat should be related to the plugin. Try asking the developer
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.Abe
KeymasterHi, It comes recommended with the theme and it is Paid Memberships Pro. See the documentation
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.Abe
KeymasterThis is the CSS to add and modify the colors to change that notice:
COPY CODEdiv#message.updated p { background-color: #8FF57A; border-color: #80CF70; color: #1A6A00; }
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.Abe
Keymaster1. Like it says, the url you configured don’t match the domain of your site
2,3. please create only on topic with the same question: https://archived.seventhqueen.com/forums/topic/four-more-questions4. You can change all the colors of the elements using CSS rules by inspecting the element using Chrome browser or Firefox Firebug.
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.Abe
KeymasterHi guys, we are still doing some tests with the integration to check searching members function. Our initial tests were positive but if you find any others 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 solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterHi, That should not be related to the hosting if the page already loaded and should be related to your computer,browser
About the big hesitation when you click a button — to add a friend or to post a comment, this could be related to the server but can’t tell why it all loads quickly and that don’t
We do not have a document for setting up BUddypress with caching plugins. Try WP Super Cache since it is a good plugin and easy to setup
More on APC here: http://www.php.net/manual/en/intro.apc.phpHi 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