Forum Replies Created
-
Author
-
Radu
ModeratorMost probably you have dome something wrong, so please try again, re-upload the parent theme files over the existing one, and add the custom icons to child theme, let me know if it works if not i will take a closer look via fTP
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’ve said replace instead remove so please remove that code from quick css area, it should be ok.
Let me know
R.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorDo you have somehow php7 ? if yes try to switch to 5.6
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 that you are using wpengine try to implement this : https://archived.seventhqueen.com/documentation/kleo#wp-engine
Also try to update buddypress to latest version
I don’t think is a theme bug because the registration/activation pages works on my install with latest version of buddyapp.
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,
If it’s something related to the memory allocation follow this : http://seventhqueen.com/blog/code-snippets/increase-php-memory-limit-in-wordpress.html
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,
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.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionJune 30, 2016 at 19:58 in reply to: Since updating Kloe ” fatal error” message in my account” #127598Radu
ModeratorNot marked as solutionRadu
ModeratorHi,
Try with this css
COPY CODE#buddypress div.profile .dl-horizontal dt { width: auto; float: left; margin-right: 10px; }Add the css to wp-admin-> theme options -> general settings -> quick css
Let me know
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
What theme version do you have ? if you don’t have 4.0.8 you will have to update the theme to 4.0.8 and the bundled plugins.
You will have to update theme to 4.0.8 and after most important is to update Visual Composer, K-elements and Revolution Slider from wp-admin -> appearance -> install plugins, press update for these plugins.
We have two methods for update
1. Automatic theme updates:
β Go to WP admin β Theme options β Theme Update
β Enter Themeforest username and API KEY
β Save the options
β Go to WP admin β Dashboard (link should be like: /wp-admin/update-core.php) and you should see the theme there if there is a new update available
β Click the checkbox next to it and click to Update themes2. Manually update theme by FTP.
β Connect to your server.
β Go to wp-content/themes/ and copy βkleoβ folder to your computer so you have a backup of your old files.
β Extract kleo.zip that you have downloaded from Themeforest. Make sure the resulting βkleoβ folder has a style.css in it. Delete on your server all files inside wp-content/themes/kleo and then copy all files inside βkleoβ folder to your server in wp-content/themes/kleoImportant note : After you update the theme to latest version 4.0.8 please update the bundled plugins especially Visual Composer, K-elements and Revolutions slider.
https://archived.seventhqueen.com/documentation/kleo#updates
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,
Replace this from your Theme options -> general settings -> quick css
COPY CODE.wp-post-image { max-width: none !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,
The only way to view your wbesite how it looks days before is to revert a backup from your hosting provider, if is only a menu problem where some links has been deleted accidentally you can look at this tutorial to can rebuild your menu https://archived.seventhqueen.com/kleo/article/kleo-wordpress-theme-create-new-menu-modify-demo-menu
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,
Do you have visual composer and K-elements updated ? Please check in wp-admin -> appearance -> install plugins if you have any update notice for k-elements or/and visual composer. if you have, update it
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,
Please add this line in wp-content/themes/kleo-child/functions.php
COPY CODEadd_filter( 'kleo_theme_options_ajax', '__return_false' );try again
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,
Also you can try to add this line in wp-content/themes/kleo-child/functions.php
COPY CODEadd_filter( 'kleo_theme_options_ajax', '__return_false' );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 changed fonts from wp-admin -> theme options -> fonts and they are not changed please check if in that page http://s17696.p20.sites.pressdns.com/advanced-pla/ backend for custom heading elements or other elements that allow you to change the font family.
If you have any cache plugin make sure you empty the cache after this kind of modification
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 see that, if you de-activate all plugins except visual composer and k-elements you are able to perform search from sidemenu ?
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 follow this : https://buddypress.org/support/topic/bp-profile-redirect-question/ it contains multiple solutions please try some of them
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,
Unfortunately we don’t have a quick fix for to provide to you and this is not a easy to acheive and it will require some time to implement such as function, please search/ask this on the buddypress forums maybe this solution is already provided there.
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,
Add this code to your child theme functions.php ( wp-content/themes/buddyapp-child/functions.php )
COPY CODEfunction add_header_sidebar_register_page () { if (bp_is_register_page() || bp_is_activation_page()) { /* remove sidemenu */ add_action('kleo_after_body', 'kleo_show_side_menu', 99); /* remove header */ add_action('kleo_header', 'kleo_show_header', 99); } } function init_add_header_sidebar_register_page (){ add_header_sidebar_register_page(); } add_action('init', 'init_add_header_sidebar_register_page');Add this css to child theme ( wp-content/themes/buddyapp-child/style.css )
COPY CODE@media(min-width:990px) { .registration.register #buddypress.kleo-login-wrap { margin-left: 250px; }}That’s all
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorOk
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
ModeratorI will close this ticket,it becomes unrelated to the topic title.
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorHi,
No, without child theme files.
That’s are the steps…. if continue to not work try to applies those directly in parent… to see if it works, you can revert theme to original files by re-upladi the parent theme over the existing files of kleo
Pay attention to files path
Try again please and 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,
1. I don’t know its not part of the theme, try to de-activate all plguins to see by who is caused, it’s probably to be caused by post hit counter
Let me know
2. According the change log :
β NEW FEATURE: Customize blog image sizes for each type of blog display. See the new options in Theme options -> Blog -> Image settings
If you will go to wp-admin -> theme options -> general settings -> Image settings [ This is a new feature in 4.0.8 version ] your issue to be caused by these Standard Image Width and Standard Image Height values, replace with your desired img size, note your actual image sizes form carousel and add it to the new theme version.
IMPORTANT : After all these, you will have to regenerate thumbnails with this plugin : https://wordpress.org/plugins/regenerate-thumbnails
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorHi,
From what i know latest version can be downloaded from your theme forest account -> downloads
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 fill with empty spaces…. if i give you a rule to be applied from example min-height:200px; on the mobile this will shown odd.
Let me know if it’s ok for you to fill that with empty spaces to match same height
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