Forum Replies Created
-
Author
-
Radu
ModeratorHi,
Make sure to have the option activated in wp-admin -> theme options -> social share

Let me know
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorThe content from here can be translated sure with WPML string translation

Personally i don’t know another solution to can translate those.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 18, 2017 at 20:18 in reply to: custom product categories displayed as the native product loop of the theme #150142Radu
ModeratorYou will have to use
COPY CODEfunction kleo_woo_body_classes_custom($classes = '') { if ( is_tax('subject') || is_tax('serie') ) { $classes[] = 'kleo-shop-cols-' . sq_option( 'woo_shop_columns', '3' ); } return $classes; } add_filter('body_class','kleo_woo_body_classes_custom');|| it’s equal with OR
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi, In first instance you should implement a code that checks if the user it's logged in or not and to be redirected to a certain page, please add this code from this URL to your child theme wp-content/themes/kleo-child/functions.php : http://wordpress.stackexchange.com/a/131926 you will need to change the redirect URL. Then if the user is logged in but doesn't have associated with his account an active membership package will be redirected to the pmpro levels page / https://archived.seventhqueen.com/general/article/restrict-users-access-whole-site-force-paid-memberships-pro-levels-page this code should be pasted in same location (wp-content/themes/kleo-child/functions.php from child theme) For redirecting user to his profile after login you can use this plugin : https://buddydev.com/plugins/bp-force-profile-photo/ this will force user to upload a profile photo. Having all of those you should be abe to achieve what you need Cheers R.January 18, 2017 at 18:38 in reply to: custom product categories displayed as the native product loop of the theme #150133Radu
ModeratorHi,
Try to add this function in your child theme functions.php
COPY CODEfunction kleo_woo_body_classes_custom($classes = '') { if ( is_tax('subject') ) { $classes[] = 'kleo-shop-cols-' . sq_option( 'woo_shop_columns', '3' ); } return $classes; } add_filter('body_class','kleo_woo_body_classes_custom');Let me know if this will work and the custom taxonomy will have same layout as default woocommerce shop page
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYou will have to search for a plugin like regenarate thumbnails but for buddypress one cuz the regenerate thumbnails like plugins it applies only for media associated to the posts and pages.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorGreat
You’re welcome
Have a nice weekCheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
You have modified the style of the default kleo shop layout and I’ve tried to figure out why it’s displayed like that but you modified to many selectors in kleo child.The support isn’t offered for custom modifications but I’ve looked at it and i cannot find a easy way to solve that.
On our demo the background of the label it’s changed
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Using the next code will generate the kleo animated number + the % sign at the end next to value.
COPY CODE[kleo_animate_numbers timer="500"]10[/kleo_animate_numbers]%Cheers
R>Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 18, 2017 at 17:19 in reply to: Featured photo in profile header / Specific fields in profile header #150124Radu
ModeratorHi,
By default, the fields from Base (primary group) are displayed on about me section from the profile

If you want to display a certain one use from example : member-header.php file under user nicename or wehere you need, it works i’ve tested on my local install.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorOk then
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
The sweetdate theme has a new theme update that includes the Instagram and youtube fields.Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI’ve added the woo commerce masonry layout ability to improvement list and for the VC shortcodes, this is not really possible since you de-activate the source of that shortcodes.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi again,
I need to take a look but the login credentials aren’t correct can you check pleasE?
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
I’ve added those codes into wp-content/plugins/bp-custom.php
COPY CODE<?php if ( !defined( 'BP_AVATAR_THUMB_WIDTH' ) ) define( 'BP_AVATAR_THUMB_WIDTH', 180 ); //change this with your desired thumb width if ( !defined( 'BP_AVATAR_THUMB_HEIGHT' ) ) define( 'BP_AVATAR_THUMB_HEIGHT', 180 ); //change this with your desired thumb height if ( !defined( 'BP_AVATAR_FULL_WIDTH' ) ) define( 'BP_AVATAR_FULL_WIDTH', 900 ); //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', 900 ); //change this to default height for full avatarAnd the changes are applied only for new avatar uploads. You can see on my profile the image size it;s increased, so for the new uploads the photo quality will be improoved

Cheers
R>Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorOk then, if all are right now
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorThe KLEO cannot have that option on login pop-up.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 17, 2017 at 19:57 in reply to: To Dos not working in header – Links for todos in menu #150030Radu
ModeratorHi,
The tasks can be created from wp-admin -> To-Do Items -> (Add New Item) and they will appears under the specific menu item, just this.. not other special operations.
see attachments
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
There is no quick solution to achieve that, I think there is more than some CSS I most probably also some JS it’s involved.For the moment no, i can move your ticket to feature requests if you want.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 17, 2017 at 19:08 in reply to: missing dot in sidebar – with Events Manager in Sidebar #150016Radu
ModeratorHi,
I need to see the live page with the sidebar and items that missing the dot, i need an account to can view your site, provide login details in a private reply
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
No,I don’t see the usability of using a captcha for login form. For the register yes but on login ? How captcha will helps you on login ?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorYes that it’s for sweetdate not for kleo.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
There is no quick solution to can change the grid on the author archive page..
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 17, 2017 at 17:55 in reply to: custom product categories displayed as the native product loop of the theme #150000Radu
ModeratorHi,
product_cat comes from Woocommerce plugin : /wp-content/plugins/woocommerce/includes/widgets/class-wc-widget-product-categories.php line 138
How did you have created shop categories? cuz creating categories from wp-admin -> Products -> Categories -> and those by default will look on three columns : https://seventhqueen.com/themes/kleo/product-category/clothing/hoodies/
The woocommerce layout can be changed from wp-admin -> theme options -> woocommerce

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
You can use this kind of plugins : https://wordpress.org/plugins/uk-cookie-consent/screenshots/
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Some elements are coming from visual composer but depend how you have built the page.
From what I see your homepage it’s built using visual composer and if you will de-activate it will display a white page… so if you want to use elementor instead the VC you will have to remove all VC elements from your active pages of your website.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorCan you confirm if the permalink structure breaks that ?!
Using default permalink setting will work ?
Provide the admin credentials in a private reply to take a look
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 17, 2017 at 17:28 in reply to: Featured photo in profile header / Specific fields in profile header #149996Radu
ModeratorHi,
YEs the path it’s correct ( wp-content/themes/sweetdate-child/members/single ).
This part of code isn’t part of our theme
COPY CODE<span class="pl-s1"> <span class="pl-k"><</span>?<span class="pl-c1">php</span> <span class="pl-k">if</span> ( bp_is_active( <span class="pl-s"><span class="pl-pds">'</span>activity<span class="pl-pds">'</span></span> ) ) : </span><span class="pl-pse"><span class="pl-s1">?</span>></span>The guidance from rtmedia site it applies only for wp default theme, where you want to run that code ?
Anyways the sweetdate theme already has a photos tab

You can use those codes “” in same file member-header.php
But make sure to have exact name fields like you have added in wp-admin -> users -> profile fields.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts