Forum Replies Created
-
Author
-
Radu
ModeratorHi,
Try to re-save permalinks from wp-admin -> settings -> permalinks -> save changes.
Try also to enable all components then re-save the permalinks and check again.
Try to de-activate child theme and try again.
Try also to de-activate rest of the plugins except BuddyPress and check again.
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 solutionJanuary 6, 2017 at 18:18 in reply to: Need to keep a small menu on a page with PHP action hook or CSS #149090Radu
ModeratorHi,
Kleo theme adds header-scrolled class when the scroll it’s performed in page but in this case the scroll it’s happens in a certain div not for body of the page, I hope it makes sense.
You can try to decrease the menu height using this
COPY CODE@media(min-width:992px){ .post-type-archive-gd_place #header .kleo-main-header .navbar-header,.post-type-archive-gd_place #header .kleo-main-header .header-banner, .post-type-archive-gd_place #header .kleo-main-header .primary-menu, .post-type-archive-gd_place #header .kleo-main-header .secondary-menu{ line-height:70px !important; height:70px !important; } }Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 6, 2017 at 17:37 in reply to: How can i add a customized top banner for each buddypress and bbpress page? #149087Radu
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 solutionJanuary 6, 2017 at 17:36 in reply to: Buddypress translation issues. Doesn’t translate all strings. #149086Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
I’ve find what causes the issue !

That js code causes that,i’ve delete it but i will paste the code here for later use if is need
COPY CODE<script type="text/javascript" src="//s3.amazonaws.com/downloads.mailchimp.com/js/signup-forms/popup/embed.js" data-dojo-config="usePlainJson: true, isDebug: false"></script><script type="text/javascript">require(["mojo/signup-forms/Loader"], function(L) { L.start({"baseUrl":"mc.us14.list-manage.com","uuid":"9328830d5883878c7d43ed3b3","lid":"e3d4f805a3"}) })</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
ModeratorYou’re welcome
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 I’ve tested using iPhone 6 thru chrome and I haven’t encountered any issue with that

https://seventhqueen.com/themes/kleo/members/demo/
Those two photos was posted thru iPhone 6 on chrome.
Let me know if you notice any bug and also let me know the exact steps to can reproduce that.
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 don’t have a solution with custom code, use plugin instead it’s same thing in this 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,
There is no quick solution for that, please take a look here : http://stackoverflow.com/questions/4993097/html5-display-audio-currenttime
Or you can use your solution but on every wp update to modify that file.
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 read this guide regarding the speed improvement : https://seventhqueen.com/blog/code-snippets/the-definitive-wordpress-speed-guide-step-by-step-easy.html
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi umutsun,
Thank you for providing this and for the nice words!
We will include this in future in theme package.
Best Regards
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 saw the .ini file the settings from file are ok to can KLEO run, but from my point of view the problem I think it’s caused by the resources (CPU) of the account that you have, you can ask the GoDaddy support to move you 1 day to a shared hosting environment (not WordPress managed) to test how it works.
The GD support should tell you if those errors are caused by a limitation of some resource, you can ask them to if that errors 502,503 are caused by the CPU limit ?
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
Have a nice week
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 5, 2017 at 19:42 in reply to: Restrict my site page exception not working for one page #148922Radu
ModeratorHi,
Please provide admin account and FTP login details in a private reply to can take a closer look at 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,
This should work by default but if not it means that there can be a server setting like wp memory limit to can identify what’s going on please update the theme to latest version 4.1.7 and the afferent plugins, you can check the plugin update status from wp-admin -> appearance -> install plugins.
If this is useless please follow these steps to enable wp debug:
- Connect to your server by FTP
- Look in root directory of your WordPress install and open wp-config.php
- Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
COPY CODEdefine( 'WP_DEBUG', true );- After this line add this:
COPY CODEdefine( 'WP_DEBUG_LOG', true );WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).
Repeat the described actions and then check the debug.log file and let me know what error appears.
if it’s something related to the php memory allocation you should follow this : http://seventhqueen.com/blog/code-snippets/increase-php-memory-limit-in-wordpress.html
Let me know
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Do you have solved with the register link?
What about the sidebar ? what you want to customize ?
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,
Replace css code with this
COPY CODE.top-bar ul.dropdown-menu.sub-menu.pull-left li ul { margin-left: 165px !important; } @media(max-width:991px) { .top-bar ul.dropdown-menu.sub-menu.pull-left li ul { margin-left: -165px !important; } }Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Yes, those can be caused by some caching plugins or security plugins or any other plugins, try to de-activate all plugins then enable back one by one to identify what causes that.
Or this can be caused by the changes from the child theme, try to switch to parent to test
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 problem it’s the width of the wrapper of the events page ?

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,
The 7thqueen account aren’t working,
The generated URL it seems to be generated correctly, on my local installation I have the email settings at that address http://localhost/kleo/members/test/settings/notifications/
You should have that to !

Make sure to have notification component enabled from BuddyPress settings

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,
The CSS that you have added in child theme it’s ok it’s loaded thru the print generation action but there it’s other issue, those should be investigated, we will talk with the developers tomorrow and i 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
ModeratorHi @danielmoral
Please write in English because I cannot understand the Spanish language.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 5, 2017 at 18:35 in reply to: Little help to set some thing that i coudn’t set by myself :) #148902Radu
ModeratorHi,
I cannot see the currency option in pmpro settings plugin.
Those are pmpro related questions, I recommend you to ask those questions to the pmpro forum support.
https://wordpress.org/support/plugin/paid-memberships-pro
OR
https://www.paidmembershipspro.com/support/Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 5, 2017 at 18:32 in reply to: How can i add a customized top banner for each buddypress and bbpress page? #148901Radu
ModeratorHi,
You’re welcome
Use this code instead: http://pastebin.com/raw/zXcqafT3
The first image link will appear on BuddyPress and the second on bbpress pages
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorHi,
You’re welcome
Please de-activate all plugins and check if this continue to happens, from what I see the settings for smooth scrolling area already made, I think the problem it’s caused by one of the plugins, on my local installation the smooth scroll works using kleo-scroll-to class.
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 solutionJanuary 5, 2017 at 17:37 in reply to: Essential Grid preventing Slider Revolution slides from linking #148897Radu
ModeratorHi,
Try to add this CSS to wp-admin-> theme options -> general settings -> quick css
COPY CODE.slidelink a { pointer-events: all !important; z-index: 99999; width:100%; height:100%; display: block !important; } .slidelink a:hover {cursor:pointer !important;}Let me know…
If this won’t make any difference please provide to me admin credentials to take a closer look.
Also if you use the same slider on another page the slides are clickable ?
This it’s happens only on pages where revolution slider and essential grid are used ?
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 again,
I’ve tested in detail this, with the plugins mentioned by you activated and I can see a problem with the menu assignation but sometimes it work sometimes not on the bp components pages, I need more time to can figure out what’s going on there
We will get back to you tomorrow
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,
Right now are pulled 12 posts to the blog page: https://www.stellarpeers.com/blog/ and from what I see they are in reversed chronological order with a small exception that the isotope change order or some elements dynamically that depend on by the element height.
You are referring the 6th element should be the 4th? this is the masonry behavior, let me know and explain me about how the posts aren’t displayed in reversed using 12 posts on blog 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
ModeratorNo,
The feature it’s included in our theme you can easy add an icon to any menu item like in the screenshot.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
1. CSS + Comment
COPY CODE/*START Two menus tweak*/ .header-flexmenu #header .kleo-main-header>.container { flex-wrap:wrap; justify-content: flex-end; align-items: flex-start; width: 100%; } .kleo-main-header.header-normal .navbar-header{ background: #cacaca; width: 30%; height: 100%; } .kleo-main-header.header-normal .navbar-collapse { background: pink; width: 70%; } .kleo-main-header.header-normal>.container .secondary-menu { background: green; width: 70%; transform: translateY(-50%); } @media (min-width: 991px) .kleo-main-header .nav.navbar-nav { max-height: 44px; } /*END Two menus tweak*/2. You can try that plugin but before that you can try to use the menu assignation feature by page from our theme

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,
Thank you for providing additional informations, i will add this to bug list and we will let you know when we start to fix 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 identify something wrong with the theme and i think the problem it’s somehow related to the server because the kleo theme and scrips cannot load the resources and it gives this error code : 502 and 503 and from what i see on the godaddy help area : https://uk.godaddy.com/help/website-errors-503-service-temporarily-unavailable-5089 it’s related to the server resources allocation.
Please read their article for that error, and you can try to open a ticket on their technical support to check if there is something from their side.
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 provide an account to can see how this it’s happens
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJanuary 4, 2017 at 18:23 in reply to: Importing Google my Maps with KML files to Directory fail #148745Radu
ModeratorNot marked as solution -
AuthorPosts