Kushagra Gour
Kushagra Gour
Hi @IsaacMrn31 Can you please share a demo of the issue on Codepen or somewhere? It is not cleared from the shared image.
what kind of perf issues? Some more details will help here
Trying to better understand the problem being fixed here...we do have hint-small etc size classes to restrict the size of tooltip. Though these classes fix the `width` instead of `max-width`,...
Do you have your website public where it can be seen?
I see that the super-search.js and super-search.css are not yet added on the page. Put them on your blog (https://github.com/pjpjek/pjpjek.github.io/blob/master/_layouts/default.html) just like in the example.html -> https://github.com/chinchang/super-search/blob/master/example.html `
But XML was chosen because blogs generally already have an XML file for its RSS/Atom feeds. Thus this library simply uses whats already available. Why would one create a JSON...
@jengalas Yes, that is a different structure. And a valid one I suppose, according to https://validator.w3.org/feed/. So I guess, it a different format for Atom 1.0 (old but valid) and...
Hi @jengalas Made a patch in 0.0.4 version. Please try the latest library.
Have you passed in the correct required parameters as in the example: ``` superSearch({ searchFile: '/feed.xml', searchSelector: '#js-search', // CSS Selector for search container element. inputSelector: '#js-search__input', // CSS selector...
@jengalas Please change the init code to this: ``` superSearch({ searchFile: '//jengalas.github.io/thegourmetmoose/feed.xml', searchSelector: '#js-super-search', // CSS Selector for search container element. inputSelector: '#js-super-search__input', // CSS selector for resultsSelector: '#js-super-search__results' //...