Forum Replies Created
-
Author
-
July 19, 2017 at 15:23 in reply to: Visual Composer 5.1.1. likes to have conflict with KLEO theme 4.2.7 en 4.2.8. #167933
Radu
ModeratorNot marked as solutionRadu
ModeratorYou’re welcome
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,
Add this code to functions.php
COPY CODEfunction check_is_register_page() { if(is_page('register') && !is_user_logged_in()) { echo 'This is my custom message for the register page for guest users'; } } add_action('bp_before_signup_profile_fields', 'check_is_register_page');It will display a message for guest users. Message by referring location isn’t possible at this moment.
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,
Just I’ve investigated that,
If you click on the checkbox after max 1 second the box it’s checked, after that if you click again after almost 1 second the box will be un checked.
This it’s happening because there are happens an ajax call and it waits for the response from the server side.
So if a user wants to invite user/users can do this without any problem.
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 snippet provided by that develooper cannot work on directory cuz adding a member type name to the body class it’s useless since the class should be added to the each memory box.
Just create a file named members-loop.php in /wp-content/themes/kleo/buddypress/members/ and paste the next content in it https://pastebin.com/raw/LvnMy818

CSS.
COPY CODE.directory.members .member-type-player .item-avatar { border-color: #00b9f7 !important; } .directory.members .member-type-manager .item-avatar { border-color: red !important; }Cheers
RHi 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,
Sorry for that it seems those aren’t any more available for free download, let me know the packages that you need to provide to you here.
In future, we will include that directly in theme package.
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
You’re welcome
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 identify what causes that by de-activating all plugins at once then check and enble plugins back one by one until you find the ‘problematic’ plugin
At this moment the search form from the homepage looks broke

But the search it works, if I click search the next result page it’s displayed.

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 no problem
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 logic and conditions that you have recommended for us cannot be implemented thru the theme cuz it depends on every user project, so my advice for you it’s to implement yourself the logic that you needs.
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,
Please let me know if you encounter the same issue on our demo.
https://seventhqueen.com/themes/kleo/default-shop/
Anyway if you log in from the same PC on both accounts it means that it uses the same cookies for the cart products, try the same using default wp theme, if it’s the same it’s caused by woo-commerce.
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,
Please until the next update it will improve the live messages feature and will be displayed like the cart icon

Then shouldn’t be a problem.
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,
To can use kleo portfolio visual element first you should make sure that the module it’s activated from wp-admin -> theme options -> modules and speed.

then adding from visual composer Portfolio element you will have all available configurable fields.

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,
I cannot provide you a CSS Cuz I don’t know how it behaves right now, I need to see the live site to can help you with something since this it’s already customized and our support cannot offer support for customizations requirements.
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,
Make sure to have wpglobus translate options plugin installed
https://ro.wordpress.org/plugins/wpglobus-translate-options/
That text is saved in options
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,
Just add this code to JavaScript code from wp-admin -> theme options -> general options
COPY CODE<script> jQuery(document).ready(function() { document.addEventListener( 'wpcf7submit', function( event ) { if ( '10032' == event.detail.contactFormId ) { window.location.href="http://google.com"; // do something productive } }, false ); }); </script>Replace 10032 with the form id, it redirects after submit it works I’ve tested
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Let me know if you see the same on our demo : https://seventhqueen.com/themes/kleo/members/kleoadmin/ and if you encounter the same using default wp theme.
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
ModeratorHi,
I cannot fix your optimization for google, cuz the support service doesn’t include services like that, but for that, we have a great tutorial article: https://seventhqueen.com/blog/code-snippets/the-definitive-wordpress-speed-guide-step-by-step-easy.htmlRelated to the facebook button is open from the pop-=up using desktop/tablet/mobile in what condition this will won’t open?

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 snippet had been tested before providing it, but check if you have a retina version of the logo, and delete it. also make sure to have child theme installed and activated.
If it’s the same provide FTP also
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorGreat
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,
Please check now I’ve re-maked the content.php template.
Let me know
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
What’s the page URL where user it’s redirected if done’t have mermbership ?
In this way, i can do a condition and to add a message to that page via PHP.
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
ModeratorOK,
No problem
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
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 seen that, I will show that to the master designer and also I will add it into the buglist.
We will get back to you
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI see you don’t need any snippet to adds that, it seems Kleo adds that already, I’ve tested with this plugin https://wordpress.org/plugins/bp-member-type-generator/ I’ve created a type named player
And then I’ve added this CSS
COPY CODE.member-type-player #item-header-avatar { background: red !important; }And the border was colored

For additional member types colors just add a new rule like :
.member-type-student #item-header-avatar { background: yellow !important; }The css will be added to wp-admin -> theme options -> General settings -> Quick CSS 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,
From what I saw now the pop-up it’s opening, so all good right?

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,
Just copy this file : /wp-content/themes/sweetdate/content.php to /wp-content/themes/sweetdate-child/
Then in the child location open the file content /wp-content/themes/sweetdate-child/content.php
Instead of
Use the next code
Replace 200 values with your desired dimensions.
That’s all
See also the screenshot

NOTE : Child theme needs to be installed and activated.
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

