Discussion on Lore - Elegant Knowledge Base WordPress Theme

Discussion on Lore - Elegant Knowledge Base WordPress Theme

Cart 1,029 sales
Well Documented

LSVRthemes supports this item

Supported

This author's response time can be up to 2 business days.

422 comments found.

PhL

PhL Purchased

Hi there,

is it possible to place the beautiful ajax search field anywhere else. I would like to place it in a widget, or directly on content pages. Is there a shortcode for the seach field?

Greetings, Phl

Hi,

I a sorry but that is not possible. You may take a look into official plugins repository for some 3rd party search plugins which could be used via shortcode, however they will lack styling of the header search bar of course.

Lubos

Hi guys,

I hope all is well. I have three concerns here please:

1) The Next article at the end of every KB category isn’t accurate: https://prnt.sc/rwvocu

2) How to enlarge the police font size inside the code element? This is what I am talking about: https://prnt.sc/sbvywe

3) Yoast SEO plugin settings do not appear on the knowledgebase articles. May be they’re not detected as pages nor articles, is there anything we can do at this stage?

Thank you. :)

Glad to hear that! 5-star rating went live. Thank you once again and good job.

Thanks a lot!

BTW I’ve noticed you are not using the child theme. I highly recommend to use it, because you may never know when you will need to do a code customization in the future and you shouldn’t do it without a child theme. The thing is that if you switch to a child theme, you will have to set all your Appearance / Customize settings again and I think it is better to resolve it now then to deal with it sometime later. http://docs.lsvr.sk/lore.wp/#theme-installation-child

Hello – in mobile/tablet view, is it possible to make the search bar appear outside of the menu like it does on the desktop view?

Thanks,

A

Hi,

you can try to use this CSS, but it will resets when you click on the menu icon:

@media ( max-width: 1199px ) {
.header--has-large-search .header-search { display: block; }
}

Lubos

Perfect, that worked – thank you!

Hello – this is a great theme. But I’m having trouble with the knowledge base search bar – it’s too precise. I would like for it to return results where the query is partially matched, or if there are typos.

How can this be done?

Hi,

the search engine is handled by the WordPress itself. Take a look into plugins repository, maybe there will be a plugin which will allow you to tinker with it, but the theme itself doesn’t really have much to do with it https://wordpress.org/plugins/

Lubos

Hi there,

We want to buy this theme: https://themeforest.net/item/lore-elegant-knowledge-base-wordpress-theme/16965024.

Could you plz give me the demo admin account to experience more? Plus, I don’t know if we can use this theme for several websites or only one website.

Best,

Hi,

I am sorry but I do not offer admin demo access. The experience is very similar to any other modern WP theme. There are also some admin screens on the item description page you can take a look at.

One license is just for a single site. This is the same for all themes here on ThemeForest. You will have to purchase a separate license for each site.

Lubos

Hi,

I got it. Just have one more question whether it is easy to change the symbol of subcategories.

Thanks,

Sure, you can easily change the category icons to any of these icons. if you need more icons selection, then you will need some sort of 3rd party plugin for that.

Post Formats

I see that I can change a change the KB icon by changing the post format. But what I can’t is is how to create new post formats? OR renaming the existing post formats and updating it icon.

Hi,

you can’t create new post format, at least not without some custom coding or maybe a plugin. Please take look into repository https://wordpress.org/plugins/

Icons for existing post formats can be changed with some CSS, for example use this for the audio post format icon:

.c-lsvr_kba-format-icon--audio:before { content: '/e939'; }

Just change ”/f015” to any other icon code from the icon list. The code has to be prefixed with ”/”.

Lubos

Hi, we have a small issue with the categories sidebar that we’d like to resolve it with your help. Here’s an example page that uses your theme:

https://kb.prelude.software/knowledge-base/cash-book-add-more-bank-accounts/

At the top, you can see in the breadcrumbs that this article belongs to Desktop Accounting > Cash Book categories. When the article is selected, the Desktop Accounting category in the sidebar is collapsed and the Cash Book category is no longer highlighted. We’d like to change it vice versa, so the parent category will be expanded and the Cash Book category should be highlighted in bold. How can we achieve this?

Okay, we’ll have a look into transforming a parent theme into a child theme and updating it to the latest version, thank you.

Hi. I’ve updated the theme and created a child theme, following your suggestion. However, you did some major changes to the lore-scripts.js file and I can’t use the additional script I wrote several days ago. We would like to show the toggle button in the sidebar even when the subcategory/article is selected. How can we do this? https://prnt.sc/s1srx4

I will consider adding the toggle button even for active categories in the next update. It is certainly a fair suggestion. Please note that customization is not included in the support.

Hello, I have an issue with how the external articles are displayed. Here is what it looks like on the page (GOT page from Wikipedia is inserted as an example): Game_of_Thrones”,title“}] Help?

Hi,

I am sorry but I do not understand what do you mean by external articles. Can you please provide a link where I can see it?

Lubos

Hello Lubos, the site is privately hosted. How can I attach an image to explain the problem?

You can send me a PM and I will reply to your email. Then you will be able to attach an image.

HI,

i Currently have a 3 level menu and i notice that after the third level the subitems of the third level are placed on top of the second level subitems.

This is the website: dapurpr.org

You meant dapucpr.org right?

There is a bug indeed but it is not related to the CSS I gave you. Add this to your custom CSS to fix it. I will include it in the next update:

@media ( max-width: 1199px ) {
.header-menu__item--dropdown .header-menu__submenu--level-1, .header-menu__item--dropdown .header-menu__submenu--level-2 {
left: auto; 
}
}

Hello, is it possible to add Vimeo tutorials in these theme? Also, is there a way to make it paid members only? Thank you.

Hi,

1.) you can embed the Vimeo videos in articles content of course (any WP theme will allow you to do that actually). Here is the example with the YouTube video, but it works the same with Vimeo

2.) you will need some sort of 3rd party plugin for that, however keep mind that restricting a part of your site behind a paywall requires an Extended License (that is the same for all themes sold on Envato market)

Lubos

Thank you Lubos, good to know.

Can you please provide me the step by step document to import this project in hostinger.

Hi,

please follow the documentation http://docs.lsvr.sk/lore.wp/

Lubos

Hello,

We have successfully installed the theme and are using it. When the ajax search is enabled on the header search bar, it does not return any result, with the F12 open it returns me the message: “You do not have permission to do this action” When I’m on the appearance->customize->headers and enable the ajax search it works on the preview, but when deployed to the site it does not work,

With Kind Regards, Luis

In addition: Would be a “very nice to have” if there is any search plugin that works well with the theme. The thing is we would like to be able to show the relevant excerpts of the search and highlight the words searched in the excerpt. I see that showing the excerpt is an option, but the articles in the knowledge base simply don’t have a excerpt assigned to them, so they only show a excerpt when I manually fill it, is there any plugin that integrates well that could help with showing the “preview” or excerpt of the search and highlight the searched words?

Thanks in advance, Luis

Hi,

1.) there is probably something wrong with your server settings, for example some hosts block access to admin-ajax.php file from frontend, try to check out your hosting settings or get in touch with your hosting provider.

2.) I am sorry but I can’t recommend any 3rd party search widget

Lubos

I just bought your product today and sadly, it will not upload on the server Error message is Installing Plugin from uploaded file: 4492e432-1254-4e1c-ab3a-e265cd788475.zip Unpacking the package…

Installing the plugin…

The package could not be installed. No valid plugins were found.

Plugin installation failed.

4492e432-1254-4e1c-ab3a-e265cd788475 – 29 Mar 2020 REGULAR LICENSE

Hi,

this is a theme not a plugin. Please follow this guide on how to install it http://docs.lsvr.sk/lore.wp/#installation-and-setup

Lubos

Hi there,

I have to questions, please:

I would like to have the right side bar knowledge base articles to be organized by date. I have made sure the option selected within the widget but it’s not showing so as I want. See here. https://prnt.sc/roi8qp This is how it is always appearing in the website: https://prnt.sc/roia02

I just want it to show the reverse side, just like in the Demo. https://prnt.sc/roibdk

The second question, what is the link to the article archive page, just like in the Demo?

Thank you.

Best regards, Saber.

PS: I tried the icon thing but it’s not showing up: https://prnt.sc/rokgot I tried with some codes.

Please discard above message. All good. Thank you once again.

Yeah, you need to add a class (name) not the hex code.

Hi,

How do I get rid of this: https://i.imgur.com/RKCMT4r.png

It doesn’t show any data. - How do I make it to work? - How do I edit it to may be just show plain text like “Welcome to knowledgebase”?

Hi,

have you imported all demo data? It seems like you’ve imported just pages. Anyway, I assume this is a demo Dashboard Home page, in that case go to your Admin / Pages and select Dashboard home. and edit that page using the default block editor. Click on each of those blocks and select which category to display (you may need to select different category first, then select the previous one if it doesn’t work).

Lubos

breadcrumbs

I think that my issue is related to Breadcrumbs and how it shows the First category instead of the category that you are under. I just want to confirm that there is no way to show the “real” path.

Repro steps:

1) Start from this url. https://www.enhansoftknowledge.com/knowledge-base-category/ssrs-local-accounts-and-groups/

2) Notice that we are under SSRS category. 3) Select Members of a Local Computer Group article. Which is within BOTH SSRS and Power BI

4)Now notice that it redirects you to the Power BI Category.

Is there a way to kept it under the SSRS category?

Hi,

I am sorry but in situation like that, the first category is picked as the main category.

Lubos

thanks.

Hi, How can I activate the dashboard mode for the home?

Hi,

it is not about activation, that is a page. If you haven’t imported the demo content then you can either import just the pages (upload pages.xml from Demo Data folder from the full package under Tools / Import) or create if from the scratch. It is just a bunch of LSVR KB Articles Widget blocks, Lore FQ block and then LSVR Knowledge Base widget, LSVR KB articles widget and LSVR Posts widgets in the sidebar.

If you are using the default block editor, then you can simply paste this code (you need to switch to a Code Editor under “dots” menu in upper right corner, then close it after you paste the code). You will of course have to edit those block to match your categories. Then don’t forget to crate a new custom sidebar under Appearance / Custom Sidebars, fill it with widgets mentioned above and assign it to your page.

Lubos

Hi We are pasting the icon class but it doesn’t work. For example, for the second icon, we tried with ‘icon-search’, ‘search’ and ‘f002’, and nothing occurs. Is there any problem? What letters do we have we to paste?

Hi,

icon-search should work. Please share your URL where it is supposed to appear once you add that to a category.

Lubos

Hi,

I have activate all the plugins but when I try to put an icon in the knowledge base category, vía the shortcode, it doesn’t appear in the front page.

Is there any tutorial or video to learn about the adding icon process?

Kind regards

Hi,

you should add just an icon class, not the whole shortcode. Shortcode is used for the content editor, not for the fields.

Lubos

Hello, I have a couple of questions:

1) Is there a way to use a different icon for certain articles? 2) Can I format the titles and breadcrumb so they’re justified left, rather than centre?

Hi,

1.) you can change the post format for the article (in the right panel under Status & Visibility when editing the article), this will also change its icon. If you need something even more specific, then that would require some deeper code customization

2.) sure, just use this CSS:

.main__title,
.breadcrumbs { text-align: left; }

Lubos

That all worked perfectly, thank you. I might have completely missed it, but can I have the sidebar on the left for the blog?

Sure, just change the position under Appearance / Customize / Standard Posts (or for any other post type under its particular submenu).

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey