Forum Replies Created
-
Author
-
Radu
ModeratorHi,
The photo in the post it’s sized at 1024×475 https://embassymarine.org/wp-content/uploads/2017/03/site-1024×475.png
Maybe that you said it’s pixelated but isn’t, if you want a higher image size look in wp-admin -> theme options-> blog -> Image size settings
Single post & Standard Blog – Image Width* and Single post & Standard Blog – Image Height*
Or if you have some image optimization plugin look at the settings, also if you have cloudflare look in settings for image compression or optimization
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 file content : wp-content/themes/buddyapp/lib/theme-functions.php
with this one : https://pastebin.com/raw/FBC2uq98
This will be fixed in next theme update
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,
Can you give the credentials to can view the site pelase ?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorTry to update theme and plugins, try to de-activate all plugins and enable back again.
Try to enable wp debug to see if some error it’s displayed.
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.
If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.
After you have disabled the plugins try to see if the error persists.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorSalut,
YEYY,
O zi frumoasa va doresc
Radu.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Sincerely i don’t understand what you want to achieve, and provide also a link to the horizontal search
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
The theme supports that see the attached screenshot
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,
How should the event page look? do you have a screenshot or a live demo of that view?
On mine the event page looks like this :

I cannot see things messed up so hard.
Try to uncheck those options : https://seventhqueen.com/public-files/radu/Settings__Kleo_Development__WordPress_2017-04-20_18-10-12.png
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 20, 2017 at 17:51 in reply to: Kleo bbpress main index sidebar but the rest of forum full screen #159108Radu
ModeratorHi,
Add this function to wp-content/themes/kleo-child/functions.php
COPY CODEfunction bbpress_custom_layout() { if (is_bbpress()) { if ( bbp_is_forum_archive() ) { kleo_switch_layout('left'); }else{ kleo_switch_layout('full'); } } } add_action('wp_head','bbpress_custom_layout',22);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,
On the submit report page the captcha it’s displayed normally as it should, not dissappears.

VIDEO : https://drive.google.com/file/d/0Bxo5b6iHWRMwM0FiMC1Rd3NUdlk/viewMaybe there it’s a browser caching issue? Did you have tried from another browser ? or from incognito mode ?
For placing captcha in register page you can use this plugin : https://wordpress.org/plugins/wp-recaptcha-bp/
For arranging the button clear use this CSS
COPY CODE.g-recaptcha {width: 100%;display: inline-block;}The CSS will be added to wp-admin -> theme options -> general settings -> quick CSS
NOTE : Child theme needs to be installed and activated.
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,
@MCDeditora, Make sure to have child theme installed and activated.Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorNo problem
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 again,
Did you have “played” with the options form wp-admin -> settings -> discussion ?

Check the options form there, with default theme it’s the same ?
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorTry again with this one in quick css area
COPY CODE#buddypress div.item-list-tabs ul li.last select option[value=rtmedia_update] { display: 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 avatar isn’t clear when upload and cropping ? or in the directory?
Anyway you should try see and try this guide to increasing BuddyPress avatars it’s here: https://premium.wpmudev.org/blog/how-to-change-the-default-buddypress-avatar-sizes/
That codes should pe pasted in child theme functions.php file ( wp-content/themes/kleo-child/functions.php )
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,
Solution offered in this reply : https://archived.seventhqueen.com/forums/topic/how-to-create-a-link-or-shortcut-for-new-article/#post-158965
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
Moderator@gibbywilson
Hi,
Update theme and wp to latest versions
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionApril 19, 2017 at 20:34 in reply to: How create overall site breadcrumb that includes all page levels – issue with Home #158973Radu
ModeratorAs how I said kleo follows the permalink structure and I recommend you to test the plugin and to configure it: https://ro.wordpress.org/plugins/custom-permalinks/
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 you had installed peters redirect only for redirecting users to their profiles after they login you can use this one instead of peters https://wordpress.org/plugins/bp-redirect-to-profile/
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
Moderator@MarioRocha
Hi,
Please open a new ticket concerning that issue specifying your URLhttps://archived.seventhqueen.com/add-ticket
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Maybe because of memory allocation?
Turn on the debug to see what’s wrong there
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.
If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.
After you have disabled the plugins try to see if the error persists.
If says something about memory follow this solution : seventhqueen.com/blog/code-snippets/increase-php-memory-limit-in-wordpress.html
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,
We already work on this, at the end of the week a new theme update will be released concerning thisCheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorGreat
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,
Sorry for the late reply, that’s because the easter holiday
Use this function, it will generate a link with add new article text
COPY CODE//Shortcode for generating new article url social article add_shortcode( 'add_new_article_link', 'add_new_article_link_handler' ); function add_new_article_link_handler(){ $link = home_url('/members/' .bp_core_get_username( get_current_user_id() ) . '/articles/new/' ); return "<a href='".$link ."'> ".__('New Article', 'social-articles')."</a>"; }OR
‘
[kleo_button title="Profile" href="##profile_link##profile/edit/" style="custom" type="app" title_alt="Update Your Profile" icon="pencil-1" uppercase="yes" letter_spacing="" custom_text="#ffffff" custom_border="#3b9b9b" custom_background="#bbbbbb"]‘This will generate the logged in profile link URL /edit
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,
Use this solution : https://archived.seventhqueen.com/forums/topic/how-to-minimize-the-preview-of-blog-in-home-blogpost#post-158945
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorHi,
Cannot reproduce, see this video: https://drive.google.com/file/d/0Bxo5b6iHWRMwVzl6UzdKRWZwZVk/view
Most this issue it’s caused by some customization or by some caching on your browser, try from another computer or from incognito, as you can see i cannot reproduce that.
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,
This kind of debugging it requires more time and this is not a theme problem it’s a something custom, even if the snippets was provided by us in combination with other changes can cause this kind of issues, I recommend you to hire a developer for fixing all of those custom things…
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. Try to de-activate/activate buddypress plugin try also to update the plugin if it’s not updated same issue discussed on buddypress forums : https://buddypress.org/support/topic/new-user-registration-problem-invalid-activation-key/page/2/
2. Try with this plugin : https://fur.wordpress.org/plugins/export-user-data/
3. Try to use and configure this plugin : https://ro.wordpress.org/plugins/wp-mail-smtp/ if it’s the same ask the hosting provider to change your IP most sure this it’s the issue
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,
Copy this file: /wp-content/themes/kleo/buddypress/activity/entry.php
to : /wp-content/themes/kleo-child/buddypress/activity/entry.phpPaste this content in child theme location : https://pastebin.com/raw/x0Z6wX2Y
If the folders doesn’t exist in child create those
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,
Done,
Please check it, limit can be changed from /wp-content/themes/kleo-child/functions.php

Replace 350 with your desired number or characters
Code below:
COPY CODEif ( ! function_exists( 'kleo_excerpt' ) ) { function kleo_excerpt( $limit = 50, $words = false ) { /*Force excerpt length*/ $limit = 350; $from_content = false; $excerpt_initial = get_the_excerpt(); if ( $excerpt_initial == '' ) { $excerpt_initial = get_the_content(); $from_content = true; } $excerpt_initial = preg_replace( '<code>\[[^\]]*\]</code>', '', $excerpt_initial ); $excerpt_initial = strip_tags( $excerpt_initial ); /* If we got it from get_the_content -> apply length restriction */ if ( $from_content ) { $excerpt_length = apply_filters( 'excerpt_length', $limit ); $excerpt_initial = wp_trim_words( $excerpt_initial, $excerpt_length, '' ); } if ( $words ) { $excerpt = explode( ' ', $excerpt_initial, $limit ); if ( count( $excerpt ) >= $limit ) { array_pop( $excerpt ); $excerpt = implode( " ", $excerpt ) . '...'; } else { $excerpt = implode( " ", $excerpt ) . ''; } } else { $excerpt = substr( $excerpt_initial, 0, $limit ) . ( strlen( $excerpt_initial ) > $limit ? '...' : '' ); } return '<p>' . $excerpt . '</p>'; } } function kleo_new_excerpt_length( $length ) { return 350; }Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionApril 19, 2017 at 17:53 in reply to: Bug Internal Error 500 Index line 1 Using shortcode [product_page id=” “] #158940Radu
ModeratorYes,
You’re welcome
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