Forum Replies Created
-
Author
-
April 29, 2014 at 14:42 in reply to: Suggestion: Make search popup look nice like contact popup #16390
Abe
KeymasterThank you. We will try adding more style to 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.Abe
KeymasterNice suggestions. We wrote them down 😀
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, Yes just go to Plugins – Add new – search for rtMedia
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
Keymasteralso I tried recovering the user/password on your site for themesupport@seventhqueen.com but says the user does not exist
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
KeymasterDo you have any idea why it shows No such file or directory? on 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
Keymasternice 😉
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, Just edit the Home page and in the content you will see a shortcode:
[kleo_call_to_action bg=”http://localhost/sw/wp-content/uploads/2013/06/map-bg.png”%5D
Remove the bg attribute so it looks like:COPY CODE[kleo_call_to_action]
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 tested a Classifieds plugin. maybe other users who did can share their experience.
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 will get rid of the inline custom CSS in version 2.7. Until then you can add your CSS without !important in the Quick css box under Sweetdate – Styling options
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 the way it works but Buddypress rewrites the page title for the activity. Your members and groups should be fine with the modified 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
KeymasterWe will include that functionality also in a future version of the theme
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 profile search you have the homepage search which gives you advanced options to search for based on users profiles. See our demo: http://seventhqueen.com/demo/sweetdatewp/
The search form can be configured from Sweetdate – Homepage and Sweetdate – 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
KeymasterBuddypress is only going to show activity that has taken place after Buddypress has been installed. It will show you any activity after the plugin install
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
We will take a look at it and see what we can do. Thanks for the suggestionHi 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
KeymasterWhere are you choosing the homepage background from? There is no option to set the background just for homepage except by editing that specific 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, Right now you can just replace theme files but we are adding in v 1.5 an admin option to add custom fontello files so you won’t have to replace theme files anymore
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,
Can you please give us more informations ( browser used, link) or maybe a screen shot?
Also you can import the slider we have included located in the Demo content folder of the Main package downloadedHi 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, Right now you can just match fields with their same value based on this example: https://archived.seventhqueen.com/forums/topic/match-numbers
If you want other logic then just copy function bp_members_search to your child theme/functions.php and change it to match your needs
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 the topic that shows you how to adjust your matching system: https://archived.seventhqueen.com/forums/topic/match-numbers
Based on that, your code to add in child theme/functions.php should be like the one below but I don’t know what type of fields you have added and their exact names so please change the field names to the appropriate ‘single_value’ or ‘multiple_values’ array and set their percentage impact
COPY CODE//change matching system add_action('after_setup_theme','kleo_my_match'); function kleo_my_match() { global $kleo_config; $kleo_config['matching_fields']['starting_score'] = 1; //If we want to match by members sex. values: 0|1 $kleo_config['matching_fields']['sex_match'] = 1; //required for initial match. If the sex preference matches it will continue to the specified fields below $kleo_config['matching_fields']['sex'] = 'I am a'; $kleo_config['matching_fields']['looking_for'] = 'Looking for a'; //sex percentage $kleo_config['matching_fields']['sex_percentage'] = 49; //single value fields like select, textbox,radio $kleo_config['matching_fields']['single_value'] = array ( 'Sexual Orientation' => 20, "Another field name" => 10 ); //multiple values fields like multiple select or checkbox $kleo_config['matching_fields']['multiple_values'] = array ( 'Interests' => 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, the menus resizes based on the screen size and not on the menu size.
You need to edit a theme file to change the screen size when the mobile menu appears.
Edit wp-content\themes\kleo\assets\css\app.css at line 4057 change 991px to a smaller size if you need:COPY CODE/* Test Change breakpoint */ @media (max-width: 991px) {
Remember to make this change after every theme update since it will get overridden by the new theme files.
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
KeymasterBuddypress has it’s own components name which you can change. See: https://archived.seventhqueen.com/forums/topic/pag-navigation-bug/#post-1882
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
KeymasterStrange, we will check with Buddy 2.0 and see how it goes. It should not be theme related
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
Keymasterhave you checked the Transparent header from those pages edit?
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
KeymasterRight now you need to change this file wp-content\themes\kleo\lib\item-likes.php on line 29 when it checks if the type is post. We will try to make it more customizable in the next update
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
KeymasterThanks for posting this. We will analyze them and see what we can do
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
KeymasterGreat. nothing special about the height, I just tested it and that size looked good
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 have that in mind but probably somewhere in May it will be available
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 releasing 1.4.2 version tomorrow which also included that fix
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
KeymasterThere is another setting in Theme options – Buddypress that shows only on Buddypress pages. Change that too
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 @designing put the credential here and mark the reply as private. we closed the other topic since it was similar to this one and to keep the discussion in one place
thanks @sharmstr for your answers 😉
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
Keymasterwp admin no show should do the job or this tiny little code added to child theme/functions.php
COPY CODEadd_action( "init", "kleo_blockusers_init" ); function kleo_blockusers_init() { if ( is_admin() AND ! current_user_can( "administrator" ) AND ! ( defined( "DOING_AJAX" ) AND DOING_AJAX ) ) { wp_redirect( home_url() ); exit; } }
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, Unfortunately that can’t be done with default theme functionality. You can only add a WordPress Menu widget from Visual composer but will look like the menu in the sidebar
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, Sitewide activity name comes from Buddypress and you can change it by translating Buddypress strings. See: http://codex.buddypress.org/getting-started/customizing/customizing-labels-messages-and-urls/
I have changed a bit the code for breadcrumb so it will show the correct name for the members and group pages if you rename the pages assigned to Buddypress and the activity translated as instructed above. Until next update please replace this file content wp-content\themes\kleo\kleo-framework\lib\function-breadcrumb.php with the the one from the attached file. Members page will only take the name of the assigned one and won’t show it’s parent 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.Attachments:
You must be logged in to view attached files.Abe
KeymasterHi, If you want to change the link of the logo you can edit this template file wp-content\themes\kleo\page-parts\general-header-section.php line 81
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 Paul, Please see my reply here to achieve that: https://archived.seventhqueen.com/forums/topic/membership-auto-in-registration/#post-5411
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 codes from this topic will help: https://archived.seventhqueen.com/forums/topic/membership-auto-in-registration
but users will be assigned a membership and on login they won’t be redirected at the membership page. You need to work on a redirection code with some conditions to achieve thatHi 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 did some test and try adding this CSS in your child theme/style.css or in WP admin -Theme options – Quick css:
COPY CODE.kleo-navbar-fixed .page-boxed .kleo-main-header, .container, .kleo-page { width: 1200px; } body, html { overflow-x: inherit; }
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 have tried everything and cannot reproduce that. I will try again on your install. Can you provide FTP access?
You local install was a clean one from the beginning?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, give us the details in this topic of yours for woocommerce: https://archived.seventhqueen.com/forums/topic/woocmmerce
Topic closed
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 27, 2014 at 11:40 in reply to: Change Min Age Year & Profile Fields Should be Updated Automatically #16192Abe
KeymasterPlease see the attached file instead
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