Forum Replies Created
-
Author
-
September 5, 2016 at 18:08 in reply to: Auto Logout que lasts less than 30s sometimes a little more #134990
Radu
ModeratorAccording to this : https://archived.seventhqueen.com/forums/topic/my-wordpress-is-currently-with-an-auto-logout-que-lasts-less-than-30s there it’s no theme related
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 5, 2016 at 18:07 in reply to: Auto Logout que lasts less than 30s sometimes a little more #134989Radu
ModeratorHi,
Actually, I’m not able to login… the ajax from ajax login it returns -1 response instead 1 also the default WordPress login links are not working… wp-login and wp-admin
If you have used some plugins that change the default logic of wp login try also to de-activate it and test again, actually de-activate all plugins except : pmpro ,buddypress,revolution slider, k-elements.
There it’s no problem between pmpro and kleo.
Personally i think that problem it’s caused by changes of the login links…
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 5, 2016 at 17:55 in reply to: Blog Page Doesn’t have Wide Template and has lost Theme Styling #134988Radu
ModeratorHi,
For customizing the blog page you should go to wp-admin -> theme options -> blog and check and uncheck what you need for the playlist page there it’s used the default visual composer post grid and you should add form visual composer post grid and that’s all in the page that you need
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
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 solutionRadu
ModeratorHi,
I don’t need the transient cleaner, for the mobile, a notification system can be facebook style… with a number of notifications over an icon we don’t have a quick solution for this.
Have you installed that plugin to can bypass that problem ?
Provide FTP and admin credentials to investigate more..
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’ve investigated and regarding that fields that you are not able to translate it…and i saw that fields are related to the BuddyPress, not from kleo_framework where you are trying to translate it, so try to translate in buddypress.po/mo related files
Cheeers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 5, 2016 at 17:32 in reply to: Slider Revolution main background images ideal size settings #134982Radu
ModeratorHi,
That white space between the slider and the menu it’s generated by the ubermenu and with this CSS you can fix that
COPY CODE.ubermenu.ubermenu-main { padding: 0 !important; margin: 0 !important; } .header-scrolled .ubermenu.ubermenu-main { padding: inherit !important; margin: inherit !important; }For the slider problem, i think you should set a min height 600 or your desired value also, make sure you have selected standard type of slider

———————

Official revolution slider documentation : https://www.themepunch.com/revslider-doc/slider-revolution-documentation/
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorThat it’s the correct selector, provide admin credentials to take a closer look please
try to copy again the code maybe you have paste with some wired characters before or after check, please , now i’ve checked and i cannot see that css loaded into your site so, paste it again and save theme options it should work
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 method instead please, copy and paste the html code into a text widget and put it where you need in footer and edit the links from our to yours then add the css into wp-admin -> theme options -> general settings -> quick css you will be able to increase or decrease the icons size modifying the font size value.
HTML
COPY CODE<ul class="footer-kleo-social-icons"> <li> <a target="_blank" href="https://twitter.com/SeventhQueen" rel="nofollow"> <i class="icon-twitter"></i> </a> </li> <li> <a target="_blank" href="https://www.facebook.com/seventhqueen.themes" rel="nofollow"> <i class="icon-facebook"></i> </a> </li> <li> <a target="_blank" href="https://dribbble.com/seventhqueen" rel="nofollow"> <i class="icon-dribbble"></i> </a> </li> <li> <a target="_blank" href="https://plus.google.com/+Seventhqueen" rel="nofollow"> <i class="icon-gplus"></i> </a> </li> </ul>CSS
COPY CODEul.footer-kleo-social-icons li { display: inline; } ul.footer-kleo-social-icons li a i { font-size: 26px; margin-right: 10px; }Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionSeptember 5, 2016 at 17:01 in reply to: Problem With buddypress member search (Multi Select Box) #134971Radu
ModeratorHi,
Just I’ve looked at that and i can see all countries, tell me what browser and what version and what OS are you using
https://drive.google.com/file/d/0Bxo5b6iHWRMwSElZOHlmVXNsejQ/view
I think it’s a css 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, I've modified the content-image.php directly from the editr form wp admin, so there are the rest of the templates that i have modified and you should overwrite the original theme files in wp-content/themes/kleo/ This will be also fixed in next theme update. I've created this post for testing propouses : http://sebastienperrault.com/test/ as you can see it uses visual composer and an image at the top and it stays normally Cheers R.Radu
ModeratorOk no problem
R.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI've commented this code//add_filter( 'woocommerce_checkout_fields' , 'custom_override_checkout_fields' );
so the custom_override_checkout_fields function will not run, I recommend you to start a collaboration with a web developer for such as situations. Cheers R.September 1, 2016 at 20:11 in reply to: My WordPress is currently with an Auto Logout que lasts less than 30s #134619Radu
ModeratorNo 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
ModeratorTested and it works, try to de-activate all plugins and check again
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
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 solutionRadu
ModeratorHi,
By adding this css
COPY CODEli.kleo-user_avatar-nav a img { border-radius: 0 !important; }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 make some changes to the menu from wp-admin -> appearance -> menus add a dummy menu item and save menus again, then if isn’t any difference launch customizer and do some changes and check again. if this not solve your problem try to re-upload the theme
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 1, 2016 at 19:55 in reply to: Problem With buddypress member search (Multi Select Box) #134602Radu
ModeratorHi,
So you already have tested like this : De-activate child theme by leaving only the Kleo theme activated, then from wp-admin -> plugins -> de-activate all, except buddypress and bp profile search
If you still have same issue, provide admin credentials and FTP to investigate this… but try what i’ve suggested first
Cheers
R.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 1, 2016 at 19:49 in reply to: My WordPress is currently with an Auto Logout que lasts less than 30s #134599Radu
ModeratorThis it means that has nothing to do with Kleo theme and it’s a plugin 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,
You can change the max container width using this CSS
COPY CODE@media (min-width: 1440px) { .container { max-width: 1680px; } }Replace 1680px with your desired value.
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,
Unable to connect….
COPY CODEConnection timed out after 20 seconds of inactivity Error: Could not connect to server Status: Waiting to retry... Status: Resolving address of sharemit.net Status: Connecting to 104.27.128.129:21... Status: Connection attempt failed with "ETIMEDOUT - Connection attempt timed out", trying next address. Status: Connecting to 104.27.129.129:21... Error: Connection timed out after 20 seconds of inactivity Error: Could not connect to server Status: Disconnected from server Status: Resolving address of sharemit.net Status: Connecting to 104.27.129.129:21...Please to the next, go to wp-content/themes/ delete KLEO theme and re-upload it again from wp-admin -> appearance -> add new and activate it and check again.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 1, 2016 at 19:01 in reply to: My WordPress is currently with an Auto Logout que lasts less than 30s #134589Radu
ModeratorHi,
If you deactivate that plugin everything it’s ok ? If yes, enable plugin back and activate 2016 theme that default wp theme and check again to see if you will be logged out.
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,
Where i can see that in your site, I’ve seen in footer but it seems to have added by you manually , show me how the shortcode renders that icons + text for you to can investigate
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi, The orders tab appears on member profile if you have WooCommerce installed and this option on ( Wp-admin -> theme options -> woocommerce -> Manage account in Buddypress* ON) but i think this isn't what you need and i think you should use this kind of plugins: https://themekraft.com/products/woocommerce-buddypress-integration/ / https://themekraft.com/products/bp-wc-vendors/ Cheers R.Radu
ModeratorHi,
The quick css feature it works….from example if you will add this css to wp-admin -> theme options -> general settings -> quick css
COPY CODEform.kleo-contact-form button { background: red !important; color: #fff !important; }The quick contact submit button should look like this

Let me know if this works
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorIf you are pleased with the support service please very much to leave a short review … few words about your experience with the support service.
https://themeforest.net/item/kleo-next-level-wordpress-theme/reviews/6776630
Thank you in advance
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, i see the screenshot, even you de-activate all plugins and child theme you have same issue ?
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