Forum Replies Created
-
Author
-
Abe
KeymasterI think we already did this process in another post of your in the past. What happened with the 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.Abe
KeymasterHi, for the Group avatar issue see this fix until next theme update: https://archived.seventhqueen.com/forums/topic/group-avatar-crop-tool-broken
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
KeymasterUntil you find something and don’t want users to have problems try installing http://wordpress.org/plugins/bp-disable-activation-reloaded/
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
KeymasterThank you very much for that. We appreciate that and we are glad to have you as a customer.
Do you have Gravity Forms User Registration plugin? we have seen an similar issue on buddypress site and should be fixed in 2.1 version. More on the fix: https://buddypress.trac.wordpress.org/ticket/5563
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
Keymastermake sure you have the theme updated to the last version.
PS: just a reminder that you need a different license for each theme install.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.Abe
KeymasterHi Denis,
You shouldn’t have purchased Visual Composer since it is bundled in the theme also. We provide the exact plugin but you don’t have access to their support and also the updates come once with new theme version.
Do you have any other plugin installed related to Visual composer?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, Thanks @guy_fraser for your detailed response.
If you use a caching plugin that could be the problemHi 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
KeymasterAll the times are related to Buddypress, even the online function used to display the status. see if you have a caching plugin or try on Buddypress forums if anybody had that problem
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
KeymasterI can’t modify theme files as I would need FTP access. Try to replace this file content with the one attached wp-content\themes\kleo\assets\js\app.js
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.Attachments:
You must be logged in to view attached files.Abe
KeymasterThe search is saved in the link so when you reload you will have the same exact search parameters as before page load. CLicking All members is not intended to remove the search parameters
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 options does not come with the theme so you need a custom solution or an already available plugin to achieve that
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 changed the link for the next theme update to: $message = apply_filters( ‘retrieve_password_message’, $message, $key, $user_login );
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
KeymasterHi,
1. Please see this topic to change those field names: https://archived.seventhqueen.com/forums/topic/member-directory-page-about-me-text-does-not-display2. Do this by adding a custom CSS in Sweetdate – Styling options – Quick css:
COPY CODE.search-item .avatar { width: 140px; height: 140px; } .search-item .avatar img { width: 140px; }
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 have added another option to the kleo_bp_activity_stream shortcode to also enable/disable the post form. Also the favourite icon is now visible.
This will be visible in this theme update.
Also for you we have created a quick shortcode to display the whole activity page, that will be also available in next theme version so on update make sure to remove the below code so it won’t give you an error. Add the code to kleo-child/functions.php. Use the shortcode as [kleo_bp_activity_page]
COPY CODE/** * Buddypress Activity page. */ function kleo_bp_activity_page( $atts, $content = null ) { ob_start(); bp_get_template_part( 'activity/index' ); $output = ob_get_clean(); return $output; } add_shortcode('kleo_bp_activity_page', 'kleo_bp_activity_page');
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 comes from a javascript function from wp-content\themes\sweetdate\assets\scripts\app.js
You need to search the function circularMatch and change ‘max’:100, to whatever value you needHi 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, Based on this topic: https://archived.seventhqueen.com/forums/topic/member-directory-page-about-me-text-does-not-display you should change ‘About me’ to ‘None’ for example or any other value that is not a field name.
Also this CSS hides that info:
COPY CODE.search-body { 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.May 14, 2014 at 17:03 in reply to: Show new members in search without them having to login errors ? #17870Abe
KeymasterSee the updated code from the initial topic: https://archived.seventhqueen.com/forums/topic/show-users-in-site-right-before-account-activation
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 a KLEO topic but my code is for Sweetdate. Please create a new topic in Sweetdate theme. We will close this section. Also share 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 solution---
@ SeventhQueen we do our best to have super happy customers. Thanks for being our customer.Abe
KeymasterAdd a class, let’s say bordered-image and we will style it properly when we see it live
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, Thanks for the feedback
1,2 can you please share a screenshot to better understand?
3. We have fixed it and will be available in this month update
3. From what section?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.Abe
KeymasterHi, That should be related to your main section background color. Try to set a value if you don’t have 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 @kriscone
This is the right CSS. Use Chrome inspect element to find specific elements in your site
COPY CODE.top-links { display: none; }
I don’t understand where should the transparency apply but you have styling settings for buddypress profile area in Sweetdate – Buddypress
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.May 14, 2014 at 16:24 in reply to: Login modal not exposing issues with passwords/admin ajax permissions #17852Abe
Keymaster2.6.1 is the latest. Re-download the theme. Like I said above is a problem with your configuration since wp-admin/admin-ajax.php needs to be accessible and it is not
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
KeymasterAll of that is by default with the theme if you follow the video tutorial exactly. Make sure to replicate all the steps. The popup will be active once you enable registration on your site from WP admin – Settings – General
The register page is mapped to BuddyPress component from Settings – Buddypress – PagesHi 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 @makiL
Try contacting the plugin developer for Social Articles related settings.
Not to have the image stretch on the whole container, add this css in Theme options – Quick css:COPY CODEimg.attachment-kleo-full-width { width: auto; }
If you are referring to Social articles then I don’t think you can add more images, ask the developer
The name of the author should appear also in the single article page, to the left of the image
Edit the menu from WP admin – Appearance – Menus
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.Abe
KeymasterHi, We fixed this and will be available in next theme version. Until then replace file contents with the ones attached: – wp-content\themes\kleo\buddypress\members\single\profile\edit.php
– wp-content\themes\kleo\buddypress\members\register.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.Attachments:
You must be logged in to view attached files.Abe
KeymasterThat is related to Buddypress and how it interprets the online state based on last activity. Try looking on Buddypress forums. 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.Abe
KeymasterUnfortunately wp-review plugin is causing problems in the whole site and not just the theme options since it has a JavaScript issue. I have disabled it right now and if you want to use it try to contact the plugin developer to fix 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.Abe
KeymasterHi, the link is not good since you had the preview in the Themeforest iframe.
Our groups page is the one defined in WP admin – Settings – Pages and by default it should have the link /groups
Those pages are just custom pages with shortcodes added elements.I see you are using the hierarchy plugin so you should contact the plugin 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
KeymasterMarking the reply as private will make the reply visible only to admin so don’t worry
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 @guy_fraser
you should have access now. let me know if it is ok.
We already have that plugin and it make the job a lot easier.Thanks again
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
KeymasterThose topics should have all you need to add the CSS but here it is again:
COPY CODE.social-header.header-color, .social-header.header-color a { background: #333333 !important; color: #FFFFFF !important; }
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, This is related to a hosting settings so please talk at your hosting company to increase PHP memory limit to 128 MB recommended.
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.Abe
KeymasterHi, You didn’t have bbPress plugin installed when doing the import and that is why related bbPress content couldn’t import.
Wordpress importer probably haven’t updated the compatibility with WP 3.9.1 but it should work so just ignore that
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
KeymasterI just said in my reply above 🙂 let me know what you don’t understand
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, Searching the net found to be a Woocommerce problem and old WordPress version used:
I’ve seen this with other WooCommerce issues – an older version of WordPress. Just upgrade WordPress and that should solve that.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 use the Map shortcode from the VIsual composer and get the link from google maps like and should look like
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 a KLEO theme topic.
For Sweetdate we wanted to be visible since lots of users said their members can’t see where to change the profile picture from
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, Maybe you have a wrong code in sweetdate-child/functions.php. Try setting WP_DEBUG to TRUE in wp-config.php to see site 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.Abe
KeymasterKleo is 1.4.2 and sweetdate is 2.6 sorry
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