Forum Replies Created
-
Author
-
Radu
ModeratorHello,
Take a look at this guides
- http://code.tutsplus.com/tutorials/configuring-w3-total-cache-general-settings-i–cms-20920
- http://gtmetrix.com/wordpress-optimization-guide.html
Regards
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 the URL and an user and password to have access to messages.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorOk,
Make some test, watch the plugin behaviour with caching off/on, and tell me if some related problems appears.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
You have fixed the issue ? I see that the plugin shows only the selected language related articles, it was an issue caused by the cache somehow ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI looked at your site and i see no changes, make sure that the background fixed is disabled
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Go to that row settings and set fixed background disabled.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Can you provide a ftp account ?
Cheers
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 added this css code to your theme options -> general settings -> Quick CSS
COPY CODE.generic-button.block-this-user { position: absolute; right: 32px; bottom: 54px; }
The buttons are inline now
It’s ok ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorOr use sweetdate-child by placing the file in the next path : wp-content/themes/sweetdate-child/members/single/home.php
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorReplace that file wp-content/themes/sweetdate/members/single/home.php with attached file.
It should be your solution.
Cheers
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.Radu
ModeratorHello,
Use this css snippet.
COPY CODE@media (max-width: 991px) { .template-page, .sidebar, .sidebar-extra { display:block; width:100%; } .template-page.no-sidebar .wrap-content, .template-page.col-sm-push-3 .wrap-content, .template-page.tpl-3ll .wrap-content, .sidebar-main.sidebar-3rr .inner-content, .sidebar-extra.sidebar-3lr .inner-content, .sidebar-extra.sidebar-3rr .inner-content, .sidebar-extra.sidebar-3ll .inner-content, .template-page.tpl-3lr .wrap-content, .template-page.tpl-3rr .wrap-content, .sidebar-main.sidebar-3lr .inner-content, .sidebar-main.sidebar-3ll .inner-content, .sidebar-main.sidebar-3rr .inner-content, .sidebar-extra.sidebar-3ll .inner-content, .template-page .wrap-content, .sidebar-left .inner-content, .template-page.tpl-right .wrap-content, .sidebar-right .inner-content { padding-left: 0; padding-right: 0; } .template-page, .template-page.tpl-left, .template-page.tpl-3ll, .sidebar-extra.sidebar-3ll, .sidebar-extra.sidebar-3lr, .sidebar-extra.sidebar-3rr, .sidebar-right, .sidebar-main.sidebar-3rr, .sidebar-left, .sidebar-extra.sidebar-3ll, .sidebar-main.sidebar-3ll, .sidebar-main.sidebar-3lr, .sidebar-main.sidebar-3rr { border: 0; } }
Add the code to kleo-child/style.css or in Wp-admin -> Theme Options -> General Settings -> Quick CSS
It should work, i tested.
Cheers
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 a dummy account to can see pages and to test the css fix
Cheers
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 file ( header.php ) to your kleo child root directory.
Then in contact ,blog and member profile page the header will by hidden.
You can add or remove pages from line 69.
Example
COPY CODE<?php if (is_page (array( 'contact', 'blog' )) || bp_is_my_profile() ) {
COPY CODE<?php if (is_page (array( 'contact', 'another-page-slug' )) || bp_is_my_profile() ) {
Something like that,
Hope it's ok for you
Cheers
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.Radu
ModeratorMaybe in one month or something like that i don’t know to say you exactly.
Regarding to translation of your website, you can use loco translate to translate strings from theme & plugins, but if you do that you will not have possibility to switch languages..
You can use WPML but is a premium plugin.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorStrange behaviour,
On my side this is not happens, you have theme(3.0.1) and all plugins to latest versions ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorI see that register page on your website it works now, probably because the plugin is disabled.
Sorry to say but, this plugin needs some time to be integrated with the kleo theme, which is not a quick solution for this issue.
In future polylang plugin will be full compatible will kleo.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Can you provide the url ?
to understand : you want to have phone layout responsive behaviour on tablet ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorIf you have installed any other plugins that not comes with the kleo theme, try to disable them one by one to see if that plugin cause that issue.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi guys,
Try to do that :
Move and rename your languages files from:
wp-content/themes/kleo/languages/en_EN.mo
wp-content/themes/kleo/languages/en_EN.poTo:
wp-content/languages/themes/kleo_framework-en_EN.mo
wp-content/languages/themes/kleo_framework-en_EN.poIn order for the new location of the language files to take effect you will have to remove the files from the theme folder: “wp-content/themes/kleo/languages/”
It should work, i tested.
Let me know if it works for you.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
You still receive this error after you replaced item-likes.php file ?
About these
– Members page don’t display any members.
– Groups page don’t display any groups.
– Site-Wide Activity page automatic change by itself to Latest Site Activity.We will take this in consideration and i will notify you when a fix for this will be released.
Cheers
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 using this shortcode an it works/displays posts without any problems.
COPY CODE[kleo_news_focus name="News Test" featured="1" posts_query="size:4|order_by:date|order:DESC|post_type:post|categories:7,1"]
Make sure that K-elements and Visual Composer to latest versions, it should work.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorUse this CSS instead
COPY CODEbody.groups div#item-header-avatar { display: none; } body.groups.buddypress div#item-header div#item-header-content h4 {display:none !important;} body.groups.buddypress div#item-header div#item-header-content span.activity {display:none !important} body.groups.buddypress div#item-header .group-admins.col-sm-12 {display:none !important;} body.groups.buddypress div#item-header div#item-header-content p:first-child {display:none !important} body.groups .profile-cover-action { display: none; } .profile-cover-inner { } body.groups div#item-header { padding: 130px; } body.bbp-user-page .profile-cover-action { display: none; } .buddypress div#item-header .toggle-header .bp-toggle-less, .buddypress div#item-header .toggle-header .bp-toggle-more{ display: none; } body.bbp-user-page div#item-header-content { display: none; }
You can put the button join/leave group only if you modify php files.
You can add an CSS only for group pages by putting body.groups before initial css statement ex :
body.groups.buddypress div#item-header .group-admins.col-sm-12 {display:none !important;}
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorPlease add this line to your wordpress root installation in wp-config.php
define( ‘WP_DEBUG’, true );
https://codex.wordpress.org/WP_DEBUG#Usage
Reply when you do that.
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 that register page it’s assigned to buddypress by navigating to WP-Admin -> Settings -> Buddypress -> Pages -> Register -> Select Register page.
If this not solve your issue, please provide admin credentials to take a look.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
IF you have not made any modifications in child theme, try to delete the kleo child theme then reupload, and try to activate them.
If this not work, please provide admin credentials, to take a look.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorSorry,
The correct path is wp-content/themes/kleo/lib/
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorTry with this CSS
COPY CODE.social-header.header-color { background-color: #FFF !important; }
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorApply this CSS to kleo-child/style.css or in Theme Options -> General Settings -> Quick CSS
COPY CODE.offcanvas-right.offcanvas-type-default .offcanvas-sidebar, .offcanvas-right.offcanvas-type-overlay .offcanvas-sidebar { z-index: 1220; }
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Go to Wp-Admin -> Theme Options -> Header Options -> Main Menu Height -> put a lower size that 88
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHello,
You can use the snow effect in any pages/posts you want using one of these types of shortcodes.
[kleo_snow type="window"] – Will snow on entire page.
[kleo_snow type="column"] – Will snow only in column that contains the shortcode.
Just copy and paste that shortcode in your desired page.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorIt;s possible to provide URL and an account to can see the issue.
Make sure that buddypress have friend connections component CHECKED by going to : Wp-Admin -> Settings -> Buddypress | ☑ Friend Connections.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Sorry but this is not possible.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorIT’s possible to provide the URL ?
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 add a custom css class to that button or any widget from VC press ✎ (edit) the scroll down until you see Extra class name add here your desired class.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorUnfortunately this was not added to latest version, you should implement by yourself.
Sorry for inconvenience.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorPlease make a backup of item-likes.php file that are located to wp-content/themes/kleo/lib/incl/item-likes.php then replace this file with the attached file, it should to be fixed.
Let me know if is ok.
Cheers
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.Radu
ModeratorHi guys,
Please update the theme to Kleo to 3.0.1 and let us know if this is fixed.
Cheers
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 the URL if is not secret and a dummy account.
You have any cache plugin installed and active ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorThis is not help me so much…
Click right on that itcon that you want to hide then -> Inspect Element -> Then make a print screen to can see the element class/id (Google Chrome)
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts