Forum Replies Created
-
Author
-
Abe
KeymasterHi @mogreen
Share with us your username and API so we can do a test and after we finish you can generate a new API. Theme should act as any other WordPress & Buddypress theme regarding speed. You should check your hosting since 6 seconds as I saw in another post of yours is really big and could not happen from the themeMark the reply as private.
Also for any issues you can create a new topic from this page at bottom: https://archived.seventhqueen.com/forums/forum/kleoHi 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 there,
You have some problems in that specific page since it is not the default theme behavior and something does not generate well. It should come from you added elements to the page maybe when you copy/pasted something. Also the revolution slider looks odd with a element “HOW IS YOUR CAR BODY WORK” inside it. Please try to review your home page to get rid of the errors.
Are you using Visual Composer to build your site?
As a last resort you can add this CSS but just as a temporary fix since it is not the normal theme behavior:
.navbar-transparent .template-page {
padding-top: 0;
}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 should put your geonames username in Sweetdate – Buddypress – Geonames username.
Select your City field in “City field”
Then if you have a country field just select that in “Country field”. If you don’t have a field for the Country for users to select in their profiles then ignore that setting and put your country code in “Country Code” as in http://www.geonames.org/countries/ That will probably be FRThat should be 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
Keymasterthis is for Sweetdate theme and just follow the instructions above https://archived.seventhqueen.com/forums/topic/problem-with-facebook-registraion/#post-17632 should work if you encounter that error as in the topic
Clear your browser cache
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@Maurice I think Robert meant to go in your wordpress admin – Activity
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 should be the code. make sure the child theme is active. Also the names provided but be exactly the group names as in USers – Profile fields
COPY CODE//my changes to profile tabs add_action('after_setup_theme','kleo_my_custom_tabs'); function kleo_my_custom_tabs() { global $bp_tabs; $bp_tabs = array(); $bp_tabs[] = array( 'type' => 'regular', 'name' => 'Basis informatie (Primary)', 'group' => 'Basis informatie (Primary)', 'class' => 'regulartab' ); $bp_tabs[] = array( 'type' => 'regular', 'name' => 'Over mijzelf', 'group' => 'Over mijzelf', 'class' => 'regulartab' ); $bp_tabs[] = array( 'type' => 'regular', 'name' => 'Op zoek naar', 'group' => 'Op zoek naar', 'class' => 'regulartab' ); $bp_tabs[] = array( 'type' => 'regular', 'name' => 'Lifestyle', 'group' => 'Lifestyle', 'class' => 'regulartab' ); $bp_tabs[] = array( 'type' => 'regular', 'name' => 'Physical', 'group' => 'Physical', 'class' => 'regulartab' ); /* rtMedia tab - only if plugin installed */ if (class_exists('RTMedia')) { $bp_tabs['rtmedia'] = array( 'type' => 'rt_media', 'name' => __('My work', 'kleo_framework'), 'class' => 'mySlider' ); } /* Bp-Album tab - only if plugin installed */ elseif (function_exists('bpa_init')) { $bp_tabs['bp-album'] = array( 'type' => 'bp_album', 'name' => __('My photos', 'kleo_framework'), 'class' => 'mySlider' ); } }
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 update. Until then you can set WP_DEBUG to FALSE in wp-config.php to hide the notices
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, Do you have the latest theme version? Give us a temporary access since that is an isolated case
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 “Age” label is used only in the Search form. You just need to rename the profile field since there is not a option for that. The links making from the profile data is done by BuddyPress so you need to find related resources on Buddypress 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
KeymasterProbably in June update, can’t say for sure right now
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
KeymasterPoint us to a specific button that does not get styled into your page and we will gladly show you a quick css 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
KeymasterHi, there is this topic in the FAQ section: https://archived.seventhqueen.com/forums/topic/extra-membership-restrictions-how-to
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, to hide the text under the avatar you need to add this CSS
COPY CODE#buddypress div#item-header div#item-header-content h4.user-nicename { display: none; } #buddypress div#item-header div#item-header-content span.activity { display: none; }
Any other customization done to the header template should be done in this file: wp-content\themes\kleo\buddypress\members\single\member-header.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
KeymasterHi, We don’t have such area but we are building a a Knowledgebase where we will include tips and similar things related to KLeo settings
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 @sharmstr
Indeed the theme is made compatible with the plugin but you need to install it firstHi 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
KeymasterWhat you did is not right since if you want to make theme updates without hassle you don’t need to touch any of theme files but use the child theme.
Also the theme colors should be set from Sweetdate – Styling options. If there is a color not styled using those settings then add a CSS to sweetdate-child/style.css to override theme style and not modify the theme file.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 don’t understand your question. Put the link to your page please
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 there, I just created a topic related to required settings for BWP plugin and it should fix the fonts issue: https://archived.seventhqueen.com/forums/topic/better-wordpress-minify-bwp-settings
All theme scripts can be loaded in the footer except for those two you’ll see in the topic above
bbPress like other scripts can’t really know where some specific elements will appear on what page so they load it all the time. Unfortunately it is somehow related also to wordpress design.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 should have used a child theme and modified the code by copying the file to the child theme.
” 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. “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
KeymasterUpdating the theme won’t ever affect database settings, pages or anything related to uploaded images. If you don’t set a logo then the default sweetdate will appear. Custom icons should be set by adding an image attribute to the status icon shortcode like image=”http://site.com/my-link-to-icon.png” and not by replacing theme included icons
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 misunderstood, you get the plugin updates but you get them by re-downloading the theme again from Themeforest, when a new them is available and manually update the plugin.
This is the way it works for bundled plugins and the plugin developers don’t give separate license code for that.
The only thing is that you get the plugin updates when theme updates are released. Currently in Kleo v1.4.2 you have Visual composer 4.1.2 included and in next theme update we will include the version available on that release dateHi 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 there, We have changed this for the next version so until then add this CSS to fix it:
COPY CODE.editfield .radio .label { margin-left: -20px !important; text-align: left; }
The CSS can be added to kleo-child/style.css or in WP admin – Theme options – Quick css
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 edit the specific menu item and add the html tag for the fontello icon before the menu name like:
COPY CODE<i class="icon icon-camera"></i> Page 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, All the changes done in the child theme won’t get replaced since the update is done only to the parent theme. Make sure the child theme is 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
KeymasterHi, Please see my topic here on updating the plugin since that should be a problem with an older version of Visual Composer: https://archived.seventhqueen.com/forums/topic/steps-to-update-kleo-theme
You need to re-download the theme from Themeforest to get the latest version of the plugin included in 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, Right now that is not included and we already discussed with you on another topic: https://archived.seventhqueen.com/forums/topic/turn-off-responsiblemobile-feature
We will do extra tests and let you 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
KeymasterWe will do some more tests and also look 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
KeymasterThis is the template responsible for editing profile page: wp-content\themes\sweetdate\members\single\profile\edit.php
Edit that and make your required changes thereCheers
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 @Dmarkham and @rishabhk
Please give temporary access to your site since this is a isolated case and couldn’t replicate on our testing environment. Mark the reply as private.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, Edit the menus from WP admin – Appearance – Menus. If you don’t see a Buddypress section to the left enable it from Screen options(top page to the right)
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. Closing topic.
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 @rweiss
I just checked and the login happens normally, no AJAX involved probably because you commented the line in app.js
Clear your cacheHi 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. Glad it is all good now 😉
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, If you enabled it from Settings – Buddypress – Settings it should appear like on the demo: http://seventhqueen.com/themes/kleo/groups
login with user: demo password: demo
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
KeymasterPlease share a link to the problematic page. make sure you haven’t enabled Transparent Main Menu in WP admin – Theme options – Header 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
KeymasterHi, You need to install Paid Memberships Pro plugin
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
Keymaster@rweiss it depends on you error. 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
KeymasterSo this is the topic to follow if you want to change the profile groups that show to the right of the image: https://archived.seventhqueen.com/forums/topic/how-to-add-more-tabs-next-to-the-profile-image
We already gave you this in another topic but creating so many with duplicate content will just end up loosing track
COPY CODEadd_action('after_setup_theme','kleo_my_custom_tabs'); function kleo_my_custom_tabs() { global $bp_tabs; $bp_tabs = array(); $bp_tabs[] = array( 'type' => 'regular', 'name' => __('My Profile', 'kleo_framework'), 'group' => 'Base', 'class' => 'regulartab' ); $bp_tabs[] = array( 'type' => 'regular', 'name' => __('About me', 'kleo_framework'), 'group' => 'About me', 'class' => 'regulartab' ); $bp_tabs[] = array( 'type' => 'regular', 'name' => __('Looking for', 'kleo_framework'), 'group' => 'Looking for', 'class' => 'regulartab' ); $bp_tabs['rtmedia'] = array( 'type' => 'rt_media', 'name' => __('My photos', 'kleo_framework'), 'class' => 'mySlider' ); }
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
KeymasterAnd please do not create duplicated topics 🙁 please
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