Forum Replies Created
-
Author
-
dlx
ParticipantHi Radu!
I don´t use [kleo_login] any more because it caused problems some month ago so users could not login anymore. So I switched to the BuddyPress Login widget which is placed in a sidebar. This sidebar is placed by the VC Dynamic Sidebar element on the page.
I know this sounds a bit complicated but it was the only way to have a stable login – until Kleo 4.4.2 was released.
Maybe the reason why is the changes you did for Gutenberg…
Best regards,
Jandlx
ParticipantYes, of cause it is working because I downgraded to 4.3.13 – as I wrote above.
I can’t wait for a reply while no user of the community can login. Hope you understand this…dlx
ParticipantHi!
How can we disable this by a function on the child theme in functions.php?
I´ve tried this:
add_action( ‘wp_head’, ‘remove_my_class_action’ );
function remove_my_class_action(){
global $kleo_theme;
remove_action( ‘wp_head’, array( $kleo_theme, ‘render_css’ ), 15 ) );
}But it causes an error 500
May 4, 2017 at 22:31 in reply to: TinyMCE: Failed to load plugin url k-elements//admin/tinymce/plugin.js #160459dlx
ParticipantHello Laura, seems you have a bug in the theme - the url with double slashes causes the problem. I have a security setting in the htaccess to prevent double slashes because this can be used by hackers for URL based exploits. I deactivated this protection now but it´s really important you fix the code that loads the tinymce. Hope this will help to find the problem. To check this you can add this to the .htaccess: RedirectMatch 403 \[ <IfModule mod_rewrite.c> RewriteEngine On RewriteBase / # stopp double slashes in URLs RewriteCond %{THE_REQUEST} ^[A-Z]+\ /(([^/\ ]+/)*)/+([^\ ]*) RewriteRule ^ /%1%3 [L,R=301] </IfModule> Best regards JanDecember 15, 2016 at 10:20 in reply to: Kleo Posts Carousel Settings – images are not optimized for SEO #147111dlx
ParticipantHello Laura,
the images are already scaled down using CSS – and that´s the fault. CSS only affects the
-
display
of the images, but their
-
size
remains the same. And that´s why Google Page Speed marks all images of the carousel as not optimized – that´s bad for SEO.
You should really contact a developer of the theme. This has to be fixed because it´s bad for the SEO of Kleo.
Best regards,
JanDecember 14, 2016 at 14:09 in reply to: Kleo Posts Carousel Settings – images are not optimized for SEO #147013dlx
ParticipantHello Laura,
yes, you are right – that´s the same like using ShortPixel Image Optimizer, EWWW Image Optimizer Cloud or similar. But that´s not the problem! The ratio of the images (width x height) are bigger than they need. The images are 480×270px big although they are displayed at 215×121px. So it would be great a ratio for the pictures that are displayed on the carousel could be set.
Best regards,
Jandlx
ParticipantHi Radu,
ok, I´ll ask the plugin author to provide that information for you!
Could you please tell me with of the Kleo files contain the login form (lightbox)?Best regards,
Jandlx
ParticipantHi Radu,
is it possible to open this threat to the public so the author of the WPBruiser plugin can see and answer the questions? I think it´s best you two get connected – could be a win win for Kleo and WPBruiser.
Best regards!
Jandlx
ParticipantHi Laura!
In the Emails section there are the mails for BuddyPress but the reset password email can´t be found there. I think this email is generated by WordPress – not BuddyPress.
Best regards,
Jandlx
ParticipantHi Radu,
I´m sorry, but I can´t reinstall everything from scratch and loose all content. The DB type already was utf8_general_ci – checked this again. And I´m pretty sure the order during the install has been WP, Kleo, BuddyPress and RTmedia at the end.
So this error has to have a different cause.
Best regards,
Jandlx
ParticipantHi Radu!
Thanks for your help – this worked perfectly!
Also the file cover-image-header.php in /wp-content/themes/kleo/buddypress/members/single/ had to be changed (maybe this helps if anybody else has the same problem).Have a great day!
Jandlx
ParticipantHello Radu,
thanks for your help! I was asking for a solution for the functions.php because of an other reason: Badwords or Spam that´s posted by members. For the displays in the activity stream I already have a solution (Content Censor Plugin) that works fine but does not filter the displays in the member listing or member profile.
So I need an other solution to remove the content from the site – and remove it from the html also.
Is there anything I can edit in the (child-)template or add to the functions.php?
Hope you have an idea for this!Best regards,
Jandlx
ParticipantThanks a lot! This is working on Kleo also – no problems.
Women: [kleo_bp_member_stats field="gender" value="woman"]
Men: [kleo_bp_member_stats field="gender" value="man"]Women online: [kleo_bp_member_stats field="gender" value="woman" online=true]
Men online: [kleo_bp_member_stats field="gender" value="man" online=true]dlx
ParticipantAh, ok – I expected the smilies to be displayed in the text input field, too.
Now I see the codes (e.x. :bye: :good: :negative: ) there. But that´s fine for me.Thanks for your help!
Jan
dlx
ParticipantHi Radu,
thanks for your help!
Just to note: The first block of code on https://archived.seventhqueen.com/kleo/article/add-extra-profile-fields-show-certain-profile-fields-member-directory is not being displayed in full. So it´s a bit tricky to copy the content there. An update of the page would surely help.Thanks a lot!
Jan -
AuthorPosts