Forum Replies Created
-
Author
-
June 9, 2016 at 16:51 in reply to: Members: how to list them “alphabetically” and not by “last active” ? #125033
Radu
ModeratorNot marked as solutionJune 8, 2016 at 19:58 in reply to: Members: how to list them “alphabetically” and not by “last active” ? #124936Radu
ModeratorNot marked as solutionRadu
ModeratorHi, Please check in main files archive that you have downloaded form themeforest in a folder named html landing page
Cheers
June 8, 2016 at 18:17 in reply to: Members: how to list them “alphabetically” and not by “last active” ? #124901Radu
ModeratorNot marked as solutionRadu
ModeratorPlease check if you have any update available for visual composer and K-elements in wp-admin -> appearance -> install plugins, press update for plugins that have this messages under title, especially for Visual composer and K-elements Let me know Cheers R.Radu
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, Try to do this Go to wp-content/themes/kleo/kleo-framework/lib/function-facebook-login.php And around line 267 you will have to comment with two // before the variable this wp_new_user_notification( $user_ID, wp_unslash( $user_pass ) ); See attached Cheers R.June 8, 2016 at 16:53 in reply to: Image Upload Stopped Working on Avatar and Gallery since updating wordpress #124878Radu
ModeratorHi, This it means this is not related to kleo theme, but enable wp debug to can figure out what causes this 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
define( 'WP_DEBUG', true );
- After this line add this:
define( '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 photo upload with the debug on and then check the debug.log file and let me know what error appears. CheersRadu
ModeratorHi again The things are simple, Create a new page where you will paste the shortcode for forum index and set template full width for that page Then go to wp-admin -> theme options -> bbpress -> bbPress Pages Layout* choose with sidebar - > save changes And make sure if you don't have any cache plugin, empty cache and deactivate it if you have one. That's all Tested and it works Cheers R.Radu
ModeratorGood
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