Forum Replies Created
-
Author
-
RaduModerator
Hi,
Yes, but please provide that page url.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Just add this CSS snipppet to you Kleo Theme Options ( Wp-admin -> Theme Options -> General Settings -> Quick CSS )
COPY CODE@media screen and (max-width: 480px) { .kleo-quick-contact-wrapper { display: block !important; } }
Let me know if it works.
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
That it’s a default kleo functionality
I’ve made a little CSS hack that stops the animations
Add this CSS to your Wp-Admin -> Theme Options -> General Settings -> Quick CSS.
COPY CODE.kleo-transform .one-by-one-animated .start-animation .el-appear, .kleo-transform .kleo-thumbs-animated.th-appear img.start-animation, .kleo-transform .start-animation.el-appear { -webkit-animation: none; -o-animation: none; animation: none; opacity: 1; -moz-transform: none; -webkit-transform: none; -o-transform: none; transform: none; }
Tell me if you want to stop animations only from homepage.
Let me know if it works.
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionAugust 10, 2015 at 19:05 in reply to: Black lines on homepage when i click view site from dashboard #72465RaduModeratorHello,
Can you provide the page url please?
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Sorry to say but there is no other layout available for megamenu.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
With loco translate you can change strings, not only translate.
You can edit certain string very simply with Say Whay? Plugin https://wordpress.org/plugins/say-what/
Uninstall loco translate, install sayWhat plugin, then go to http://yourdomain/wp-admin/tools.php?page=say_what_admin -> Add new ( look at screenshots )
You can translate any text from website by adding in this filed Original string the text that you want to edit/change , in this filed Text domain you need to put kleo_framework,text content – leave blank, in this filed Replacement string put your text that will replace the text from original string.
Let me know if it works.
Best Regards
Radu
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.RaduModeratorHi,
1. You are no need for any change in core ( wp-includes/l10n.php ) put back the original file.
2. Put the language files in this path : wp-content/languages/themes/
3. Go to Wp-Admin -> Settings -> General -> Site Language ( select chinese )
It should work.
Let me know if it works.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi Denizalp,
That plugin it uses bootstrap core classes for customize which is not ok.
I’ve made a little hack css that it allow to keep kleo original button aspect.
COPY CODE.btn-default {background-color:transparent !important;background-image:none;}
Add the code from above to kleo-child/style.css or in theme options -> general settings -> quick CSS
Let me know if it works.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
I’ve tested again and the “Apply to become a vendor” text not appears on top, only bottom appears.
Add this css to hide the “Your account has not been yet approved….” text from top
COPY CODEbody.page-id-7168 p:first-child{ display:none; } body.page-id-7168 br.clear { display: none; } body.page-id-7496 p:first-child { display:none; } body.page-id-7496 br.clear { display:none; }
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
I’ve found a great plugin that i think it’s ok for you.
https://wordpress.org/plugins/agreeable/
I’ve tested the plugin and it works.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorI will respond you here,
You need to do some research how to configure and optimize w3 total cache.
I’ve that you don’t have minified your resources ( css/js ).
Another guide here : https://gtmetrix.com/wordpress-optimization-guide.html
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
If you contact your hosting company tell them about the form behaviour ( last week it works and now not works )
Regarding that plugin look here http://coffee2code.com/wp-plugins/configure-smtp/ at Frequently Asked Questions, its simple to configure this, you need to fill this fields with correct details.
Please show to your hosting provider this screenshot and ask them to provide necessary data.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Read this topic it’s very related, here you will find some guides about optimization.
https://archived.seventhqueen.com/forums/topic/site-loading-time-10-seconds
Best regards
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
I’ve see that the plugins is premium and i cannot reproduce issue locally.
Can you give me the site URL, to provide you a CSS fix ?
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
After deleting pages pages goes to trash, you have deleted the trash ?
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
It’s no need to change permalinks structure it’s enough to press save permalinks and it works.
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi Jerryd,
Try to do this
Make sure that your language files have this prefix :
kleo_framework-zh_CN.mo
kleo_framework-zh_CN.poPut the language files in this path : wp-content/languages/themes/
wp-content/languages/themes/kleo_framework-en_EN.mo
wp-content/languages/themes/kleo_framework-en_EN.poRelated issues and fixes here : https://archived.seventhqueen.com/forums/topic/kleo-translation-update-proof
Best Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorThis is the theme behavior to use theme registration process not default wordpress sign-up process.
Do you really need the wordpress standard registration process ? /wp-signup.php
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Google it shows what conditions must meet and how to fix the problems.
Should Fix:
- Enable compression
- Optimize images
- Minify JavaScript
- Eliminate render-blocking JavaScript and CSS in above-the-fold content
-
Consider Fixing:
- Leverage browser caching
- Minify CSS
- Minify HTML
Doesn’t matter if you have a shared hosting, or a vds with 2,4 or 8 cores and 2,4,8,16,32 or 64GB of RAM if the setup is not correctly.
I’ve searched on google for your and i found this guide, http://www.wpseotricks.com/w3-total-cache-best-settings/ i recommend you to follow that steps.
Another important thing is to remove query strings from static resources than that resources can be cached, here it’s a plugin that do that https://wordpress.org/plugins/remove-query-strings-from-static-resources/ test it, or add this function to your kleo-child/functions.php via FTP the path is wp-content/themes/kleo-child/functions.php
COPY CODE//Remove query strings from static resources function _remove_script_version( $src ){ $getMyUrl = site_url(); $check = strpos($src, $getMyUrl); if ($check !== false) { $parts = explode( '?', $src ); return $parts[0]; }else{ return $src; } } add_filter( 'script_loader_src', '_remove_script_version', 15, 1 ); add_filter( 'style_loader_src', '_remove_script_version', 15, 1 );
If you are not satisfied use something like cloudflare / CDN, or you can install directly google pagespeed apache module it optimize automatically majority part of issues. https://github.com/pagespeed/mod_pagespeed
I hope that these informations helped you.
Best regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
What place would you like to occupy the job manager?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorGreat,
Thank you for posting your solution.
The topic will be marked as resolved.
Have a nice day
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
I’m glad you have solved the issue.
I’ll mark as resolved the topic.
Regards
RAdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorCan you provide me, a screenshot that it shows me what do you want to hide ?
Rdu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
I think that top notification it’s generated by a plugin, i think the plugin is WC Vendor,
I’ve made a little hack that hide that notification in that page
COPY CODEbody.page-id-7168 p:first-child{ display:none; } body.page-id-7168 br.clear { display: none; }
Add that CSS snippet to Wp-Admin -> Theme Options -> General Settings -> Quick CSS. or in kleo-child/style.css
Let me know if it works.
Best regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorIt’s possible that the issue with email to be caused by your hosting service.
Can you elaborate little ? what plugin is complicated ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorRead here :http://blog.maximusbusiness.com/2013/04/bp-profile-nav-positions-names/#change-subnav-tab
Let me know if this was helped you.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorCan you provide me admin credentials ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorRegarding to buddypress tab ordering read here : https://bp-tricks.com/snippets/code/arrange-group-profile-navigation-menu/
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorRegarding to renaming activity to wall try this
COPY CODEfunction change_activity_title($data) { if( $data == 'Activity' ) { $data = 'Wall'; } return $data; } add_filter( 'bp_get_directory_title', 'change_activity_title' );
Let me know if it works.
Regards
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
The problem is caused by the mail settings , install this plugin https://wordpress.org/plugins/wp-mail-smtp/ and configure it, then the mail function it should work.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
COPY CODE.dwqa-single-question .dwqa-question .dwqa-author img { -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; } .dwqa-list-answers .dwqa-author img { -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; } .dwqa-comments #dwqa-respond img { -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; }
Let me know if it works.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYou have the page assigned from buddypress settings ?
Wp-Admin -> Settings -> Buddypress -> Pages -> Register -> Assign register page.
Let me know if this solve your problem.
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
You have .po and .mo files ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorIn this case, instead of custom heading module, add a Text Block widget then go to text area not visual see screenshot.
That’s all.
NOTE : The H6 Element needs to have your font family selected and set from General Theme Options.
Best Regards
Radu
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.RaduModeratorHi,
Disable plugins that not comes with the KLEO theme.
Re test after
Let me now if it works.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Try this CSS
COPY CODE@media (max-width: 737px) { input { font-size:16px; } }
Some discussions about this.
http://stackoverflow.com/questions/2989263/disable-auto-zoom-in-input-text-tag-safari-on-iphone
https://jonassebastianohlsson.com/blog/2013/11/25/how-to-stop-zoom-in-on-input-focus-on-mobile-devices/Let me know if it works.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
You can do it easy
Go to your page back-end and add from visual composer Custom Heading module
Just quick view the module settings you should know how to do it.
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
If you access http://wp-play-around/register/ the registration form doesn’t appear ?
Regards
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts