Forum Replies Created
-
Author
-
CatalinModerator
Hello,
Please send me the link to the profile you tested to be able to replicate your issue.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
The message from your first print screen comes from HTML validation message. To change it please take a look at this link:
The mailchimp widget can be found at:
..\sweetdate\framework\widgets\widget_mailchimp.php
The second screenshot message is generated by mailchimp API and cannot be found in theme files.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
You can add this code in your style.css file from your child theme:
COPY CODEbody.home-page .row { width:100% !important; }
Let me know if this works.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Add this code in your style.css file from your child theme folder:
COPY CODE.navbar-transparent .navbar .navbar-nav > li > a:hover { border-bottom:1px #fff dotted; line-height:20px !important; } .kleo-main-header .navbar-collapse > ul > li > a { line-height: 20px !important; }
Let me know if this works.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
The register form has variable fields based on admin configuration so showing that in a popup would imply finding the right proportions for the layout. This is why the login popup contains a link to the register page.
If you want to add register form in login popup implies custom work. The register page template can be found here:
..\themes\kleo\buddypress\members\register.php
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
You need to copy this file:
..\sweetdate\page-parts\home-register-form.php
to your child theme folder keeping the same folder structure
and add this line:COPY CODEif ( is_user_logged_in() ) return "";
after first line of code from the file (“<?php” – line)
Let me know if this works.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
The fields can be created in (Users > Profile fields) – see S1 and S2 screenshot.
The fields visibility from the homepage search form, registration page and members page can be set from (Sweetdate > Buddypress) – see S3 and S4 screenshot.
The type of form that you can display in homepage can be set from (Sweet>Homepage) see S5 screenshot.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.CatalinModeratorHello,
That feature enables you an bpAlbum admin panel from where you can set limits for pictures uploaded by users in their albums.
Setting a number of pictures/member for every membership implies custom development work and we may consider adding this in a feature update of the theme.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Please take a look at this link:
http://wordpress.org/plugins/pmpro-email-templates-addon/
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Try this instead:
COPY CODE.button:hover, .button:focus, .form-search .button, .form-search .button:hover { your css code }
Add this in your style.css file from your child theme.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHi, Enabling the facebook regisration from Theme options- Miscellaneous will automatically add the Facebook button int the registration page and in the sidebar widget “Buddypress Login”.
The registration page will show fields added by you in the Base group from Users – Profile fieldsCheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
You need to activate the BuddyPress menu from theme options in WordPress admin panel menu area. Take a look at my screenshot.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.CatalinModeratorHello,
Please senn me a link to a page where you have spotify embedded to be able to give you a solution for your request.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Please take a look at this:
http://wordpress.org/plugins/widget-logic/
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 7, 2014 at 17:14 in reply to: Please re-connect your facebook account as we couldn't find your email address. #25022CatalinModeratorHello,
You need to configure your Facebook application right. Take a look at this link:
http://thechamplord.wordpress.com/2014/01/16/getting-the-facebook-app-id/
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Add this code in your functions.php file from your child theme folder:
COPY CODEfunction add_phone() { echo '<p>Phone number</p>'; } add_action( 'kleo_after_breadcrumb','add_phone');
You will need to add some css code to style it based on your theme design,
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 7, 2014 at 16:42 in reply to: Revolution slider animation is not working on the new Chrome #25012CatalinModeratorHello,
You need to update the plugin manually by downloading the last theme version and check the plugin in the theme folder.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
I tested your issue on our servers and the link points to the right post page. Your issue comes from a plugin you installed. To figure that out you need to deactivate all your plugins and activate them one by one to see which one causes your problem. Please let me know what plugin is that.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
The ability to post and sell products as a marketplace implies custom code based on WooCommerce plugin.
Take a look at his plugin, it may help you:
http://www.woothemes.com/products/product-vendors/
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Right now this functionality is not available but we will consider this in a future theme update.
Also, please take a look at his plugin, it may help:
https://wordpress.org/plugins/infinite-scroll/installation/
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Please send me admin credentials to your website to be able to check that out. Reply as private for security reasons.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorcheck permalinks settings, those should be set to default.
also send me a link to your website to take a look.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
I checked on test environment with Kleo 1.6.2 and k-elements 1.6 installed and everything works right in visual composer.
The problem may come from an installed plugin. To test that deactivate all the plugins except the ones recommended by the theme and activate it one by one and see which one causes the problem. Let me know the result.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Add this code in your style.css file from your child theme:
COPY CODE.wp-caption.aligncenter { clear: none; }
We will add this fix in the next theme update also, thanks for pointing this to us.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Take a look in (Settings > General) at “Email address” field.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Hi,
Those are generated by Buddypress and you can change them by adding this code to wp-content/plugins/bp-custom.php. If the fie doesn’t exit create it:COPY CODEfunction kleo_change_profile_tab() { global $bp; $bp->bp_nav['profile']['position'] = 10; $bp->bp_nav['activity']['position'] = 20; $bp->bp_nav['friends']['position'] = 30; $bp->bp_nav['groups']['position'] = 40; $bp->bp_nav['blogs']['position'] = 50; $bp->bp_nav['messages']['position'] = 60; $bp->bp_nav['settings']['position'] = 70; } add_action( 'bp_setup_nav', 'kleo_change_profile_tab', 999 ); define( 'BP_DEFAULT_COMPONENT', 'profile' );
Change the order in the above arrays if you like.
Let me know if this helps.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratordid you deactivated the quick-status plugin?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
We are aware of this bug and this will be fixed in the next update of the theme that will be available tomorrow.
Thanks for pointing this to us.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratortake a look at my screenshot.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAttachments:
You must be logged in to view attached files.CatalinModeratorHello,
You can disable those two plugins and configure your theme without them for sure.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Please take a look at this link:
https://archived.seventhqueen.com/forums/topic/make-revolution-slider-full-width
Let me know if this helps.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Those users probably haven’t logged it at least once and have some activity in your site.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
You need to copy this file:
..\themes\sweetdate\page-templates\right_sidebar.php
to your child them keeping the same folder structure and modify this rows:
COPY CODE<div id="main-content" class="eight columns"> <?php add_filter('kleo_sidebar_class', create_function('', 'return "four";')); ?>
instead of eight you can put nine and instead of four you can put three… you will need to restyle some widgets tho.
Let me know if this works.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Sending notifications with last 5 registered users with avatars and their names implies custom code. This is an interesting functionality we may consider in future updates of the theme.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Add this:
COPY CODE[kleo_h1] It all starts with a <img src="path to your image" /> [/kleo_h1]
You can use an inline style for the img tag… XXpx needs to be adjusted based on your needs.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Please be more specific about the text you want to modify its size to be able to provide you a solution.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Add this code in your style.css file from your child theme folder:
COPY CODE.widgets-container #baba-2 ul li:before { display:none !important; }
Let me know if this works.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Add this code in your style.css file from your child theme:
COPY CODE.picture-gallery a.picture-thumb img { border-radius: 0 !important; }
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionCatalinModeratorHello,
Please take a look first in the documentation folder from the .zip you receive when purchasing the themE.
Thank you,
CatalinHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts