Forum Replies Created
-
Author
-
Radu
ModeratorHi,
I see,
We don’t have a plug and play or easy solution to provide in that matter, but there it’s a simple guide about how to do that on buddydev.com : https://buddydev.com/buddypress/add-extra-links-to-buddypress-user-profile-menu-buddypress-group-menu/
All the snippets can be added into child theme wp-content/themes/kleo-child/functions.php
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 solutionRadu
ModeratorI see,
In this case, if you notice exactly the conditions how this issue can be reproduced on other windows devices 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,
Kleo posts module doesn’t have count views function, you should search for a plugin that can do that.
For the moment we don’t have a custom code / quick solution for that
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket 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,
Ok let us know
Have a nice day
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Use this CSS to increase the dropdown width
COPY CODEform.custom div.custom.dropdown.open.expand ul { min-width:305px !important; }This will be applied for all dropdowns cuz there is no way to select only that.
The universities field cannot be turned into autocomplete cuz the autocomplete it’s specific for city/location.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Can you confirm if the solution works?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 27, 2017 at 17:16 in reply to: TinyMCE: Failed to load plugin url k-elements//admin/tinymce/plugin.js #165392Radu
ModeratorNot marked as solutionRadu
ModeratorI saw how it behaves… but I don’t know if this can be easily integrated, please provide and FTP credentials to see it’s an easy way to do this.
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 see that message when I log out from your site,
What are log out button yo using?
Anyway, that text cannot be found on Kleo theme
Did you have tried to de-activate all plugins except BuddyPress and to sign-out again.
That message will continue to appears ?
Update theme to latest version.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Just tested and it works,
If you will add a form to a new page or existing one the alert it’s shown

Inside the theme options JS I have this
COPY CODE<script> jQuery(document).ready(function() { document.addEventListener( 'wpcf7submit', function( event ) { if ( '10032' == event.detail.contactFormId ) { alert( "The contact form ID is 10032." ); // do something productive } }, false ); }); </script>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,
Try to add this CSS to quick CSS area
COPY CODE#undefined-sticky-wrapper { max-height: 110px; }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,
For the moment we don’t have a code snippet or a quick solution to provide but we will take this into consideration.
We will let you know when we do something about this.
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 wp-admin credentials, not works, let me know the correct ones, but meanwhile you can try to check the form id from your homepage it’s the same as it’s in MailChimp plugin -> forms or if you are using the MailChimp Visual Composer element make sure to have it selected (see below screenshot)

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,
Try to use this function instead of that one, now it’s used the kleo_modal_login_redirect filter it should redirect in this way.
https://pastebin.com/raw/i9hvNDDw
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
ModeratorCheers
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 the delayed response,
KLEO theme supports only 3 levels and if you need one more, there is no quick solution to provide or plug and play or easy solution for that.
But if you want to do it from here you can edit the depth menu from this file : /wp-content/themes/kleo/page-parts/general-header-section.php
To can have this modification update proof please copy it to /kleo/wp-content/themes/kleo-child/page-parts/ and make the changes in child theme

After that you should create entire css for level 4 case
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 de-activate all plugins except buddypress, rtmedia, visual composer and k-elements.
Then try to re-upload again the image and check it the image remains, also if you have the child theme installed and active de-activate it and check again.
Also, try to update theme to latest version
Let me know
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorI see you have solved
the home register 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
ModeratorBut the button item last menu item in the second header.
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,
For the scroll issue and sticky footer, try to update the theme to latest version we have updated the scrolling logic and sticky footer.
For the BuddyPress iccons use this css
COPY CODE#buddypress div#item-nav ul li a { font-size:20px !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
ModeratorNOTE : Child theme needs to be installed and activated.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Add the attached files to : /Applications/XAMPP/htdocs/kleo/wp-content/themes/kleo-child/page-parts
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 solutionAttachments:
You must be logged in to view attached files.Radu
ModeratorHi,
Just set a higher resolution of the photos (carousel size) but move the image carousel it in a row where you can control the width of the row ( by adding paddings to row or dividing into three columns ) that contains the carousel having good resolution on images.
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 edit the page and add into the kleo accordions sections an text block in that you witll “write” a space (space bar) and that’s all
Module haves a default text

+ add new element inside every accordion
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 see that,
I’ve figured out why….
The WC vendors pro causes that, it loads select2 library and the select2.min.css it’s used by the social articles plugin, in this way the styles for the select2 from WC vendors pro are overwriting the select2 social article CSS.
https://5firemen.com/wp-content/plugins/wc-vendors-pro/includes/assets/css/select2.min.css
If I empty this file via inspect element in chrome it looks like this

Try to ask WC vendor pro team to target the select2 only it’s used by prefixing those selectors with .woocoomerce from example or other parent div.
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,
Now it appears on login page
Take a look,
I’ve modified a core file of the theme and this will be included in next theme update.
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

