• Resolved gawgizz

    (@gawgizz)


    I’m currently trying to set up your plugin as a means of finding stuff in a list of 2000 items, but I would love to have the full titles come up when typing for example “future”

    I tried adding .search-in-place .ellipsis{display:none !important;} in the css (both in under wordpress’s apprearance tab and directly into the plugins own css files.)

    Thanks in advance!

    • This topic was modified 2 years, 4 months ago by gawgizz.

    The page I need help with: [log in to see the link]

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter gawgizz

    (@gawgizz)

    Can add that the plugin doesn’t seem to work very well at all on mobile, not sure what that might be about. Gonna do some troubleshooting on my end! ??

    Plugin Author codepeople

    (@codepeople)

    Hello @gawgizz

    Thank you very much for using our plugin. The plugin settings includes the attribute “Enter the number of characters for post summaries” to set the summary length. But in searches, the plugin calculates the summary length as the minimum value between the attribute value and the text length from the search criteria to the closing tag.

    I have detected that the plugin removes the last character. I have released an update of the plugin to fix this small problem.

    About mobiles, I have tested your website on different mobile devices (a smartphone with Android and an iPad with iOS), and the search popup worked fine. However, I see that you are using a plugin (Litespeed) to handle the website cache. Please make sure to purge the cache of the website and devices before trying the site search again.

    Best regards.

    Plugin Author codepeople

    (@codepeople)

    Hello @gawgizz

    Thank you very much for using our plugin. The plugin settings includes the attribute “Enter the number of characters for post summaries” to set the summary length. But in searches, the plugin calculates the summary length as the minimum value between the attribute value and the text length from the search criteria to the closing tag.

    I have detected that the plugin removes the last character. I have released an update of the plugin to fix this small problem.

    About mobiles, I have tested your website on different mobile devices (a smartphone with Android and an iPad with iOS), and the search popup worked fine. However, I see that you are using a plugin (Litespeed) to handle the website cache. Please make sure to purge the cache of the website and devices before trying the site search again.

    Best regards.

    Thread Starter gawgizz

    (@gawgizz)

    The full “resume” is now showing! Sadly including the […] at the end no matter how short the actual text is. As mentioned previously I did try the css snippet you’ve recommended others.

    Kind regards

    Thread Starter gawgizz

    (@gawgizz)

    I can see how this isn’t a normal feature and would require some tinkering, but if possible I wouldn’t mind trying to change the summary length so that the full result shows even if the word is in the latter half of the name. Maybe it’s as easy as changing a value for how many characters should be included pre-searchterm?

    Thanks in advance!

    Plugin Author codepeople

    (@codepeople)

    Hello @gawgizz

    I’m sorry. Yes, the symbols are included explicitly to indicate there is more information available. But if you want to hide it, please, follow the steps below:

    1. Open the “/wp-content/plugins/search-in-place/js/codepeople_shearch_in_place.min.js” file with the text editor of your choice.

    2. Go to the piece of code […] and remove it.

    3. To display more characters before the search term, edit the piece of code Math.max(0,f-10) by replacing the number 10 with the value you prefer.

    4. Finally, you should purge the website and browser caches after saving the modifications.

    Best regards.

    Thread Starter gawgizz

    (@gawgizz)

    Ah, I tried making an edit or two earlier and totally forgot about LS, as you mentioned previously. Thanks a lot for the help and pointers! ??

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Extending the resume’ is closed to new replies.