Discussion on Lore - Elegant Knowledge Base WordPress Theme

Discussion on Lore - Elegant Knowledge Base WordPress Theme

Cart 923 sales
Recently Updated
Well Documented

LSVRthemes supports this item

Supported

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

390 comments found.

how to add “RELATED ARTICLES” at the bottom of pages like in your demo?

there is also a mark: Show Random Related Articles Display random post from the same category on the post detail page. Can be overridden by Related Articles option in the Article Settings of an individual post.

Do you have any other articles in the same category? Otherwise it won’t work.

I have more than 40 articles in my knowledge base, but not a single page has “Similar Articles” at the bottom of the page, there is only the next page and the previous one

tequel

tequel Purchased

How can I make sure that on the main page images from the blog are published with the same size for PC? look the same on smartphones

Hi,

please share your URL.

Lubos

I’ve tried to resize the window and your blog images look all the same, on both desktop and mobile. They may be slightly resized to fit the responsive grid but that’s to be expected.

tequel

tequel Purchased

In the blog on the right there are inscriptions (Recent Posts, Recent Comments, Categories), which plugin is used to generate them so that they can be translated? I’ve searched several times and can’t find it

Hi,

those are native WordPress plugins. If you want to their those titles you can do so by editing them in the sidebar under Appearance / Widgets

Lubos

tequel

tequel Purchased

hi, it worked, thanks

your demo link is down… found this instead for others https://preview.lsvr.sk/lore/

Hi,

it works perfectly fine on my end. Maybe a temporary issue on Envato’s side.

Lubos

rcradio

rcradio Purchased

Can you put the table of contents in a sidebar widget?

Hi,

unfortunately not, it will work in the post content only

Lubos

rcradio

rcradio Purchased

How do I make the site fullwidth, I’ve tried to increase the width with

.lsvr-container { max-width: 1600px; }

But there is still wasted space on each side

Also can i make the LSVR Knowledgebase sidebar widget narrower?

Hi,

try .lsvr-container { max-width: 100%; }, but I can’t guarantee this will look any good as it wasn’t mean to be used that.

You can try this CSS to limit the width of Knowledge Base widget:

.lsvr_kba-tree-widget { max-width: 300px; }

Lubos

rcradio

rcradio Purchased

max width 100% doesn’t remove the space on each side, maybe its not possible, or easily possible?

The .lsvr_kba-tree-widget code just changes the text width not the vertical line separating the widget from the article

Thanks

Try this to remove side space:

.lsvr-container { max-width: 1600px; padding-left: 0; padding-right: 0; }

You can remove the vertical line with this CSS:

.core__columns-sidebar:before {display: none }
tequel

tequel Purchased

how to set an image in the header on pages other than the main one? I install it the same way as on the main page, for example, on a blog, but still a black header – no picture

Hi,

if it is a regular page, you can set its featured image in the right panel when editing a page.

Lubos

tequel

tequel Purchased

I want to add a faq shortcode to the homepage to display the faq on the homepage (not in the menu or on the right where the widgets are), how do I do this?

Hi,

any of the available LSVR widgets can be added into the content as well, just check the appropriate block in the list of blocks when you are editing the page.

Lubos

Hello,

Is there any way to password protect or require a user login for certain KB pages or articles? We want to lock out the public from certain documents/pages.

Thanks

Hi,

there is a native WP post password protect functionality, but I guess the best way to do that is to use some sort of 3rd party plugin for this, which will give you more control.

Lubos

We are planning to use this theme at https://conta.com/ and the help section of our free invoicing software. Does this theme supports code/syntax highlighting?

Hi,

you will need a 3rd party plugin for that. Please check out the official WP repository: https://wordpress.org/plugins/search/code+syntax/

Lubos

Hi! I bought lore theme a few minutes ago. I wanted to install it on my Business-Subscription Wordpress on Wordpress.com

But then i get the following error Message:

Unpacking the package…

Installing the theme…

The package could not be installed. The theme is missing the style.css stylesheet.

Theme installation failed.

How can we solve this issue?

solved.

Hi,

glad to hear you’ve solved it!

Lubos

Hey there! I would have some questions that we can’t find the answers at the moment; Knowledge Page: Can we control which categories are displayed on both Knowledge Base and Category Archive? at the moment it seems that it displays every single category.

“latest blog posts” on Classic Home, can it be Latest Articles (knowledge base articles) with the same design? For our website context, we’re developing a wiki with your Lore theme, so we should have no use for the blog. Thank you!

Hi,

ad KB categories: unfortunately, you can’t hide categories.

ad articles as a blog: that won’t be possible without some code change. However, it is not that hard of a change if you have some WP coding background or know have someone who do. You will need to override the Lore Posts block code (can be found in plugins/lsvr-lore-toolkit/templates/shortcodes/lore-posts.php) using the child theme (here is a basic tutorial on where to put your files http://docs.lsvr.sk/lineago.wp/#code-customization). Basically you will need to write a custom WP query somewhere at the top of the file so the KB articles will be loaded instead of blog posts. Or alternatively, override the existing query in the Lsvr_Shortcode_Lore_Posts class found in plugins/lsvr-lore-toolkit/inc/classes/shortcodes/lsvr-shortcode-lore-posts.php (you can override the class via child theme too) and just change the query at line 104.

Lubos

Thank you very much for your reply, have a nice day!

How come it is duplicating everything and doesn’t give any way for forums to be added to top nav like in the example. I have Home Home Knowledge Base Knowledgebase FAQ FAQ, Etc… and then below it has classic home and all options underneath are duplicated as well

Is there a way to clean it all up…I have used a lot of Wordpress sites in the past but this one has given me all sorts of problems from the beginning. I followed your instruction page and everything

Hi,

it seems like you maybe mistakenly imported the demo content more than once? Nevermind, you can manage your menus under Appearance / Menus

Lubos

I bought this theme and I tried to install it about 4 times but it keeps saying: The package could not be installed. The theme is missing the style.css stylesheet.

Theme installation failed.

What do I do? I have installed many Wordpress themes in the past so I doubt I am leaving something out. Can you advise?

Hi,

you are most likely trying to upload a wrong file, please follow the documentation: http://docs.lsvr.sk/lore.wp/#installation-and-setup

Lubos

Are you also seeing it lately?

Deprecated: Method lsvr_lore_the_header_background_image is deprecated. Please update all your child theme template files per the parent theme. in /mnt/data/accounts/p/datatest/data/www/napovime.cz/wp-content/themes/lore/inc/deprecated.php on line 7

Hi Lubos, LoreVerze: 2.6.7 Lore ChildVerze: 2.0.1

Then it means you have some old code in your child theme, I assume you did some code customization there. You need to remove the “lsvr_lore_the_header_background_image” function from there.

Thanks.

Hello! I bought Lore-Knowledgebase Template, but I’m having some problems with it:

1- I want to remove “knowledge-base” or “knowledge-base-category” from the URL slug. Could you please provide me with a solution to this problem?

2- I want to customize the categories’ order in the sidebar according to my preference. can you please guide me on how to do this?

3- I have noticed a problem with the breadcrumb display. As you can see in the attached image, the breadcrumb is not displaying correctly. How can I fix this?

4- I have main categories and subcategories for my articles. main categories include subcategories, not any article. but an error message is displayed when there are no articles in the main categories. I do not want this error message to be displayed.

Hi,

1.) you

can change the slug under Settings / Permalinks

2.) you can use this plugin for that: https://wordpress.org/plugins/intuitive-custom-post-order/

3.) there is no attached image, you need to share its URL

4.) please share your URL where I can see it

Lubos

Thank you for your prompt and helpful responses.

I would like to follow up on my first question regarding changing the Slug. I have fully tried to delete the Slug but I couldn’t. When putting nothing into the field, the template automatically fills it out. I wanted to clarify whether it is possible to fully delete/hide the Slug? If so, could you please provide me with the necessary steps?

I want to change https://atk12.com/knowledge-base/echecks-2/ to https://atk12.com/echecks-2/ OR https://atk12.com/category/getting-started/ to https://atk12.com/getting-started/

for my second question, I will be testing the alternative plugin to achieve the desired functionality.

Additionally, for my third question, please check the following URL. https://atk12.com/knowledge-base/echecks-2/ Lastly, in response to my fourth question please check the following URL. https://atk12.com/category/getting-started/

1.) No, you can’t delete it, there must be a slug, I guess you will have to rewrite your URL rewrite rules in your .htaccess file for such change, but that is outside of the theme support, check out some tutorials online on that

3.) it looks like you’ve removed your knowledge base archive title, the link is still in the breadcrumbs but it has no label. Same as in 1.) there is no easy way how to override this

4.) You can use this CSS to hide it:

.tax-lsvr_kba_cat .c-alert-message { display: none; }

Hello! I bought Lore-Knowledgebase Template, but I’m having some problems with it:

1- I want to remove “knowledge-base” or “knowledge-base-category” from the URL slug. Could you please provide me with a solution to this problem?

2- I want to customize the categories’ order in the sidebar according to my preference. can you please guide me on how to do this?

3- I have noticed a problem with the breadcrumb display. As you can see in the attached image, the breadcrumb is not displaying correctly. How can I fix this?

4- I have main categories and subcategories for my articles. main categories include subcategories, not any article. but an error message is displayed when there are no articles in the main categories. I do not want this error message to be displayed.

Hi,

I am sorry but you will have to contact me using an account with which you’ve purchased the theme to get support.

Lubos

How do I add the sub-search header element back to the homepage header search area? (Suggested Search: installation, demo data, icons) kathy@reputation911.com

Hi,

check out settings under Appearance / Customize / Header

Lubos

Hello! Do I have the option to make it private with user control?

Hi,

I am sorry but I am not sure I understand your question. You can use a 3rd party plugin to put the site behind password. But what do you mean by user control?

Lubos

mats34

mats34 Purchased

Hello – I have successfully created the Lore sitemap, but I cannot figure out how to add icons above the manu blocks as they are displayed in the lore demo site. How can I add these icon images?

Thanks!

Hi,

please front page tutorial in the documentation: http://docs.lsvr.sk/lore.wp/#front-page

Lubos

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