Forum Replies Created
-
Author
-
bkozlowskiParticipant
The Recent Posts Widget is in the /lib/ folder. I need to change the size of the thumbnail by making the following changes:
Line: 75 $image = aq_resize( $img_url, 400, 150, true, true, true );
How do I add this change to my child-theme?
Thanks!
bkozlowskiParticipant@isidore – Thank you for the feedback regarding ThemeKraft’s plugin. I went to bed last night with the intention of testing it today and can now skip that process. I also, can’t wait for the KLEO dev team to implement this and will be creating some custom code myself. I’ll post it here when I get it wrapped up.
February 18, 2016 at 18:42 in reply to: Modifying kleo/lib/plugin-woocommerce/config.php Best Practices for Child Theme #104790bkozlowskiParticipantHi Laura, I can create the code myself and just wanted to know what the best practice for handling a function in the “lib” folder is?
bkozlowskiParticipantAny updates on this post? Has KLEO been updated to handle full integration between Woo/Buddypress? I’d like to sync Woo Memberships & Woo Subscriptions.
bkozlowskiParticipantYeah, it kinda sucks. It’s such a great theme in so many ways, but the developers behind it developed it in a way that makes it near impossible to improve upon the page speed. I’ve been using it for a couple of years and every post regarding page speed is basically met with crickets or half ass workarounds that don’t address the issue.
January 13, 2016 at 01:33 in reply to: Reset Password Missing Link in Email ( kleo_lost_password_ajax ) #98187bkozlowskiParticipantOK – It appears that the link was wrapped in < >. Once removed the link appears correctly in emails.
This problem revealed another problem though. It appears this function bypasses the normal default WordPress email, preventing the styling to be added from my Mandrill plugin. Is there a way to use the standard email instead of the one contained within this function?
January 13, 2016 at 00:54 in reply to: Reset Password Missing Link in Email ( kleo_lost_password_ajax ) #98180bkozlowskiParticipantCOPY CODE"message": { "html": "Someone requested that the password be reset for the following account:\r\n\r\nhttps://sistershipcircle.com/\r\n\r\nUsername: brenttest\r\n\r\nIf this was a mistake, just ignore this email and nothing will happen.\r\n\r\nTo reset your password, visit the following address:\r\n\r\n<https://sistershipcircle.com/wp-login.php?action=rp&key=8lF35dOkERhaLAbqGTFE&login=brenttest>\r\n", "subject": "[Sistership Circle] Password Reset",
bkozlowskiParticipantI agree, this theme is very bulky and calls way to many scripts and css files. It would be nice to be able to combine these into one or two.
bkozlowskiParticipantIt appears as though
$template_classes .= ' inline-meta';
is not being added to the post?
bkozlowskiParticipantI experienced the same issue. I fixed it by checking and verifying all my stripe and WooCommerce settings.
bkozlowskiParticipantI loaded the 2015 Theme and everything works perfect. Definitely a theme issue.
February 26, 2015 at 18:59 in reply to: Exclude a Category from Woocommerce Product Categories Widget #47826bkozlowskiParticipantI’ve tried loading a fresh copy of KLEO and am still having the problem. It appears the categories are being excluded when the widget is set in the “primary” sidebar. When I add the widget to the “Shop” sidebar I am having the problem.
I think it has something to do with the lib/woo-commerce-plugin/config.php ?
Please advise.
Thanks!
-
AuthorPosts