Forum Replies Created
-
Author
-
RaduModerator
Hi,
It’s very ok what you done by using child instead parent for customizations,the issue occurs in child theme because there it’s used an old template for buddypress profile or for buddypress cover, if you had overwritten that certain file in child theme in the past (versions before) now the buddypress has changed the initial template file and our parent theme updated them to not be outdated, so in your child theme most sure it’s a outdated one or more buddypress profile related files. You may need to re-do the modifications but using current parent theme files copying them in child.Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Deleted,
Have a nice weekend
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
I was able to login without issue in 1 secondLet me know if you had solved meanwhile.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
OUr theme just follows the permalinks structure, there it’s no pre-made code that allows you to do that modifying kleo breadcrumbs logic, this may be achieved using a plugin or something that allows you to build the permalink trail as you need.Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Try to update the theme to the latest version : http://seventhqueen.com/public-files/radu/KLEO_-_Pro_Community_Focused_Multi-Purpose_BuddyPress_Theme_by_SeventhQueen_2018-11-16_15-56-47.jpg
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Can you provide an account to test that ? (in a private reply)
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
You just add that before… and after exactly like in screenshot
try with this instead
if ( is_single() ) {
?>
Back
}For such as custom code help you will have to hire a developer to can help you to achieve your custom needs.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 15, 2018 at 17:58 in reply to: Some translateable strings in single.phph (Members Single Message) are ignored #213461RaduModeratorHi,
Yes.
This will be for the next version : https://pastebin.com/raw/eZ7qP6A9
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 15, 2018 at 17:51 in reply to: After login and after logout redirection is not working and bbpress text filed will support HTML format. #213458RaduModeratorHi,
1. Personally i thnk it may come from fabook app settings , i cannot reproduce this isse on our theme demo while loggin with facebook. I just tested and cannot see anything related to the issue that you report, URL doesn’t not contain false or something.
2. I’m not sure if they can work one with another, from role manager you can check where the visual interface to be shown, but i’m not sure if this will work with bbpress, i’ve warned you that for any problems with visual compsoer on bbpress we cannot support them since our theme was not thinked to run in this way. I recommend you to ask both, visual composer and bbpress teams if they works toghether.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 15, 2018 at 17:43 in reply to: Anyway to make” Default Featured Image Placeholder” support for CPT? #213457RaduModeratorHi,
For me it not works in Chrome
Also it works on safari
IE i don’t have on macbook.
I think there it’s something wrong with the certificate.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
It works now
Did , you had solved meanwhile ?
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Please replace this file content : wp-content/themes/kleo/lib/theme-functions.php
With the content of this one : https://pastebin.com/raw/e96gKWiA
Now the portfolio category list will shows categories names but in shortcode it will use slug and this should solve the issue.
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 solutionRaduModeratorThe cover photo it’s keepen if you will use parent theme instead child.
So the issue comes from child theme most sure some outdated templates.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
My solution fix the problem, on our demo isn’t updated yet.
In future update will be fixed, until then to can fix that issue you will have to replace the file content.
On my end using the fix
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
I have access but i cannot edit any file only to view, i need to edit files for debugging procedure.
It looks like you gave me access to the reseller panel not the logoacademy.nl account, anyway it would be better FTP or access to the panel that allow to edit files.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 14, 2018 at 16:50 in reply to: After login and after logout redirection is not working and bbpress text filed will support HTML format. #213420RaduModeratorHi,
1. I recommend you to deactivate all of them excluding buddypress, k-elements and visual composer, then try to login again see the issue persists, if no enable all plugins back one by one while you check until you find the plugin that causes that, if yes the issue may be from the facebook login app settings(see the screenshot)
link : https://developers.facebook.com/apps/
2. Check under wp-admin -> Visual Composer -> Role manager.
NOTE : Kleo theme was not designed to work with visual builder under bbpress, so for the possible css/layout issues or similar we cannot fully support them, anyway it should behave ok.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 14, 2018 at 16:40 in reply to: Some translateable strings in single.phph (Members Single Message) are ignored #213419RaduModeratorTry to change
from
_e(‘Load more’, ‘k-elements’);
to
_e(‘Load more’, ‘kleo_framework’);Then re-sync/rescan po/template file in loco translate and let me know if the strings appear in kleo theme after.
For the “Conversation between” translation issue i think you have an outdated template since on current messages single.php file doesn’t contain identically if else statement see the current content file here : https://pastebin.com/raw/6Xh9c9TX
In first instance try replace this file content : wp-content/themes/kleo/buddypress/members/single/messages/single.php
with the content of this : https://pastebin.com/raw/6Xh9c9TX
Or if you don’t have latest theme version update it 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. Mark as a solutionRaduModeratorHi,
Tried to debug the issue, i had activate the theme and got 500 internal server error, please provide ftp access to can debug further.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Great
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 solutionRaduModeratorHi,
I see that, tried right now to debug the issue, cannot figure out for the moment, i will look at this with the core developer it may need access via FTP in theme directory and in k-elements directory.
Can you check the same with the language plugin disabled ?
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 solutionRaduModeratorHi,
I was able to change the avatar and it stays it’s not changing after refresh
http://vegamities.com/membres/dbo754820435/profile/change-avatar/#item-nav
Check the forum page the sidebar appears now, there you whousl install sidebar generator.
The footer text it’s builded with blogname+blogdescription+ current year dynamically, kind off.
To can change that you need to add the next code :
COPY CODEif ( ! function_exists( 'kleo_copyright_text' ) ): /** * Add footer text */ function kleo_copyright_text() { //echo '<p>' . __( "Copyright", 'kleo_framework' ) . ' © ' . date( "Y" ) . ' ' . get_bloginfo( 'name' ) . '. <br class="hide-for-large show-for-small"/>' . get_bloginfo( 'description' ) . '</p>'; //echo '<p>' .$yourphpcodevariable. ' Copyright </p>'; echo '<p>' .__('Copyright 2018') . '</p>'; } endif; add_action( 'kleo_footer_text', 'kleo_copyright_text' );
To child theme functions.php in wp-content/themes/sweetdate-child/functions.php
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
We are using ReduxCheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorYou’re welcome
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorGlad if you had solve it, we had developed a new theme that contains also two complementary fields.
It will be released in future.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Cannot see any displaying issue with the rev slider on iphone
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionNovember 13, 2018 at 14:10 in reply to: Anyway to make” Default Featured Image Placeholder” support for CPT? #213352RaduModeratorHi,
Did you receive the same using any other theme right ?This meaning that it’s not a theme related issue.
So updating the theme will not change the certificate working mechanism or updating the certificate,i recommend you to ask the certificate responsible person i think the hosting service.
Try to change the certificate type, ask the hosting support about that.
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Can you screenshot please with the problems that you are seeing as guest ?
I cannot see anything broken on my end
The issue may be the caching plugin that caches to hard, if you turn off the plugin you still see that broken ?
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRaduModeratorHi,
Try to re-save permalinks from wp-admin -> settings -> permalinks -> save changes.
Make sure to have all things wp, updated, theme, plugins. Check plugins update under wp-admin -> appearance -> install plugins.
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 solution -
AuthorPosts