Forum Replies Created
-
Author
-
Radu
ModeratorI saw in staging site the cover works normally now, it means it’s caused by some plugin or by something from child theme, enable those one by one to identify who causes 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
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
ModeratorOk…
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 7, 2016 at 17:41 in reply to: Slider Revolution main background images ideal size settings #135278Radu
ModeratorHi,
I saw in your child theme that you have a value that limits the header height but with this property the slider on scroll down then top will looks ok
COPY CODE.header-two-rows #header .sticky-wrapper { height: 190px !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,
You should this kind of code in wp-admin -> theme options -> general settings -> javascript code
COPY CODE(function($){ $('#text-16').affix({ offset: { top: 600, bottom: 0 } }); })( jQuery ); </script>and instead of text-16 you should add the div id of the element that you want to float.
In the below screenshot you will see how you can find the elemnts id using google chrome inspector

Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket 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 solutionSeptember 6, 2016 at 18:33 in reply to: After update to Kleo 4.1.3 Members page not display member #135149Radu
ModeratorHi,
They are fake members right ?
Try to use this function
COPY CODEadd_action('bp_core_activated_user', 'kleo_add_member_activity'); function kleo_add_member_activity($user_id) { add_user_meta( $user_id, 'last_activity', date("Y-m-d H:i:s")); }But if you have 2 millions users it will take a while… to process this
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorUsing a separate image file no quick solution for this but if you want i can provide you a css rule that “resizes” the logo from initial file
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,
You can create fields groups (like about me ) and fields inside of them from wp-admin -> users -> profile fields.

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://archived.seventhqueen.com/forums/topic/how-can-register-japanese-font
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorHi,
I don’t understand where exactly that appears , can you please provide a screenshot ? and what you want to remove? provide screenshots with marrks and live url links please
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorPlease follow these steps to enable wp debug, to can see what errors appears in error log
- 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
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 6, 2016 at 18:19 in reply to: Reset password link from wp-login to 404 (possibly linked with 4.1.3) #135143Radu
ModeratorNice
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 6, 2016 at 18:19 in reply to: Reset password link from wp-login to 404 (possibly linked with 4.1.3) #135142Radu
ModeratorNice
Cheers
RHi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorIf not provide admin credentials from staging , the credentials that you have already provided doesn’t work
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorIf you de-activate child theme it works ?
If you de-activate all plugins except buddypress it works ?
If you de-activate all plugins except buddypress and child theme it works ?
R.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorUnable to view, I’ve said to provide to me credentials to can see it if the community it’s private
R.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 6, 2016 at 18:10 in reply to: High volume of fake account creation with Facebook registration #135137Radu
ModeratorThere are lot of plugins that take care of that, you should test 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
ModeratorYes, replace border:0; with border:2px solid #ddd;
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,
Even with this plugin you encounter the same ? https://wordpress.org/plugins/buddypress-sitewide-activity-widget/ it should not it generates sitewide activity loop
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solutionRadu
ModeratorHi,
COPY CODEStatus: TLS connection established. Command: USER kleo@sharemit.net Response: 331 User kleo@sharemit.net OK. Password required Command: PASS ****************** Response: 530 Login authentication failed Error: Critical error: Could not connect to server Status: Disconnected from serverIf you install now kleo 4.0.8 instead the current version you have a single menu right ? you can find an older theme version in themeforest package, if you will install an older theme leave it to can test something with old version
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 solutionSeptember 6, 2016 at 17:17 in reply to: Problem With buddypress member search (Multi Select Box) #135130Radu
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
ModeratorMake sure in that another site you have child theme installed and activated also pay attention to the folder name from child theme to be k_elements not k-elements
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorPlease show me the link where it shows that error and an account if the community it’s private
cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorAdded on the buglist we will let you know when it’s fixed
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionRadu
ModeratorThe facebook login it behaves like that because maybe the user will complete the profile fields and other informations
You can try this function…
COPY CODEfunction custom_redirect_link_facebook_login(){ global $post; $reloadcurrentpage = get_permalink( $post->ID ); return $reloadcurrentpage; } add_filter('kleo_fb_register_redirect','custom_redirect_link_facebook_login', $user_ID);PS : I haven’t tested, 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,
The error it’s still there, do you have somehow another address in wp-admin -> settings -> general -> WordPress Address (URL) and Site Address (URL) than http://cvwidget.hustco.wpengine.com/ ?? I think from this reason the error is shown make sure to have same address in fields
First we need to get rid of that error to can investigate further
Cheers
R.Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionSeptember 6, 2016 at 16:31 in reply to: CPT using standard single.php doesn’t have access to post layout [more] #135112Radu
ModeratorYou’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