Forum Replies Created
-
Author
-
hbcondoParticipant
Why was this ticket marked as resolved? It was not resolved; editing the Kleo app.js file for one parameter is not a resolution and overriding the entire app.js file is not a resolution either. Please review the doAjaxSearch function again. Thanks.
hbcondoParticipantOkay, please let me know which template we can override to make this change. We also need to display custom text instead of the excerpt.
hbcondoParticipantThank you for the screenshot. It ended up being easier to override the kleo_clients.php shortcode template and pass-in the tooltip attributes of the the_post_thumbnail method as such:
<?php the_post_thumbnail( 'post-thumbnail', [ 'title' => get_the_post_thumbnail_caption(), 'class' => 'hover-tip' ] ); ?>
November 29, 2018 at 12:46 in reply to: Call to undefined function kleo_write_dynamic_css_file() #214397hbcondoParticipantSorry for not responding to this but I am in the process of switching hosting providers and will see if this error still continues with them or not.
hbcondoParticipantThen what does line 34 in kleo-framework/lib/function-breadcrumb.php perform?
$breadcrumb_filter = apply_filters( 'kleo_breadcrumb_data', $breadcrumb_filter );
hbcondoParticipantThanks for the link but this doesn’t answer my question. As I have asked before, please escalate this issue because the Kleo website still returns the same error and you never answered my question how 7th Queen allowed this error to begin with.
https://seventhqueen.com/themes/kleo/membership-account/membership-checkout/?level=2
hbcondoParticipantThis doesn’t answer my question. Please provide documentation on the kleo_breadcrumb_data filter or escalate to a developer who can reply on how to use it. Thanks.
November 7, 2018 at 02:14 in reply to: Call to undefined function kleo_write_dynamic_css_file() #212998hbcondoParticipantThank you for the zip; WordPress.com hosting does not provide FTP access. Can you by chance confirm which file(s) were updated in the parent theme so I can just update those? If not, I will upload the entire theme.
November 6, 2018 at 01:10 in reply to: Call to undefined function kleo_write_dynamic_css_file() #212913hbcondoParticipantHi, Abe. We updated to the latest Kleo version (v4.4) and re-installed the Kleo child theme but our hosting provider (WordPress.com) is stating that this same error is still occurring. It’s an issue because we have large traffic on our site and having this error occur over and over again is causing a performance degradation. Any insight on how to fix this in the Kleo code itself or just disabling dynamic CSS?
hbcondoParticipantThat’s not a confident answer and the Kleo demo site still gives the same error. Please escalate to someone at 7th Queen who is familiar with the changeset and report back.
https://seventhqueen.com/themes/kleo/membership-account/membership-checkout/?level=2
hbcondoParticipantCan you confirm this error has been resolved in v4.4? The changelog does not specifically mention this issue.
November 1, 2018 at 03:29 in reply to: Call to undefined function kleo_write_dynamic_css_file() #212554hbcondoParticipantThank you for the quick reply. My hosting provider WordPress.com provided me this error as they do not provide FTP or error log access. I’ve been running the theme successfully for months but this error just started a few days ago. I will try v4.4 of the Kleo theme as this is occurring with v4.3
October 31, 2018 at 23:56 in reply to: There is a new update released today. How do I update without affecting the site #212540hbcondoParticipantThis is not resolved. Another Kleo update was posted on the Evanto Market yesterday but the changelog web page only has the update from last month.
Please update the changelog web page when a theme update is available or provide the update details in Evanto so we know what’s going on.
hbcondoParticipantYes, I am referring to the meta description in the head tag. How can I change this without using a plugin? Where in the Kleo theme code is this set?
hbcondoParticipantThank you; I had theme options – header option enabled. Turning it off worked but it would help more if you provided a screenshot of this setting so it’s more clear where to look
hbcondoParticipantDo you know when the next theme update will be available? Moreover, I would really like to know why this error wasn’t identified by the 7th Queen team.
hbcondoParticipantThanks, I ended up overriding the php theme function kleo_switch_layout in my child theme function and altering the case ‘3lr’ with different numerical values for ‘col’ per the bootstrap docs. I did this so the right / extra menu is wider and the left / main side menu is smaller. Do you think this override will stay compatible with future kleo updates?
hbcondoParticipantThanks, can you please specify what code changed? The app.js file is huge and how would these modified files work in the Kleo child them? Or will 7th Queen be releasing a new version with this bug fixed?
hbcondoParticipantWhich file(s) were fixed? The zip contains all the kleo theme files! Please provide precise resolution instructions for this Kleo bug.
hbcondoParticipant7th Queen should update their Kleo login to be compatible with security, especially Jetpack.
hbcondoParticipantGo ahead and send the fixed files and I will try to get them added by WordPress.com.
hbcondoParticipantSorry but I am hosting on WordPress.com which doesn’t provide FTP.
Can you debug on the Kleo demo site since it’s the same issue?
https://seventhqueen.com/themes/kleo/membership-account/membership-checkout/?level=2[attachment file=210107]
Attachments:
You must be logged in to view attached files.hbcondoParticipantActually, it looks like I have the Prevent and block malicious login attempts option enabled within JetPack that is causing this behavior. How can I keep this security option enabled and still have the page reload?
September 20, 2018 at 04:03 in reply to: There is a new update released today. How do I update without affecting the site #209947hbcondoParticipantBut the Envato market plugin does not have a changelog and the previous changelog web page isn’t updated anymore. How are we supposed to know what bugs were fixed?
hbcondoParticipantSo the possibility is for us to maintain an entire copy of app.js, which is over 4000 lines of code, just to change one line of code in it? There’s no way to override just doAjaxSearch even though that function has a lot of logic in it?
hbcondoParticipantCould you please provide a code snippet of how to implement doAjaxSearch in a child theme js file? Thank you.
hbcondoParticipantThanks, but how is this technique going to allow us to specify our own minimum character count rather than using the hard-coded value of 3 in the minChars property? Please provide some insight on this requirement for us.
hbcondoParticipantWhat do you mean “should be able to use it”? I have to download the ZIP file posted here from over a year ago?
hbcondoParticipantOkay, what I ended up doing was adding this code to my child theme js file:
COPY CODE// turn off events initiated by KLEO.header.sideMenu $(".kleo-page").off("click");
hbcondoParticipantSee attached screenshots; this is reproducible on Kleo’s demo site. When the magnifying glass is clicked on and search criteria is entered, the search will not be initiated until at least 3 characters are entered.
Trying to review the code and the doAjaxSearch method in app.js has a property called minChars with a default value of 3. How do we specify a different value without changing the original code?
Attachments:
You must be logged in to view attached files.hbcondoParticipantWhat about for the Main Sidebar? Can that be converted to a mobile menu instead of being displayed at the bottom of the page on a mobile device screen?
hbcondoParticipantHi, I would also like to add the sidebar overlay as implemented on this demo page: https://seventhqueen.com/themes/kleo/feature-items/
Is this k-style-switcher plugin available with Kleo yet?
hbcondoParticipantWhy was this marked as resolved? You should at least mention that Kleo is using the (outdated) Magnific-Popup plugin or Bootstrap 3’s modal, which doesn’t work well with the Kleo theme 🙁
July 26, 2018 at 08:38 in reply to: Is it possible to add “activity” search context under Search context of theme option #204722hbcondoParticipantRadu, thank you for your reply. Why is the HTML and content hard-coded into the PHP code? This makes it difficult to understand and maintain; if an update to Kleo is made then we would have to update this code manually?
July 17, 2018 at 23:16 in reply to: Is it possible to add “activity” search context under Search context of theme option #204121hbcondoParticipantHi, Laura. I ended up reviewing the
kleo_ajax_search
function in theme-functions.php and found that there is no condition for authors. Is there a way to update or override this code so the search results includes only authors? I would also want to change the text displayed if no results are found, how can this be done?As for the search context not working, the main search bar is not submitting the context form data parameter while the search icon in the top right does.
July 17, 2018 at 05:48 in reply to: Is it possible to add “activity” search context under Search context of theme option #204042hbcondoParticipantI have a similar question…is it possible to add Authors to the Search context select list? Also, I installed the Pinterest homepage demo data and no matter what search context is specified, it is always search everything.
Attachments:
You must be logged in to view attached files. -
AuthorPosts