Skip to main content
Topic: Two problems with the program elkarte (Read 1614 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

Two problems with the program elkarte

Good evening, I have two problems:
The first problem:
Comment by browsing the topics from the mobile, the picture shows that.


The second problem relates to the description:
I use the Muhammad extension:
But the description of the sections takes the name of the section and not the description written below the name of the forum.
Likewise, the same issues are the same. A picture shows that.


And I have an inquiry: Is it possible to build a large site on the elkarte program in terms of the strength of the programming, its lightness on the software error, and the load on the base, and also free support is possible in any note that updates stop, I mean, the subject has some kind of risk?

Re: Two problems with the program elkarte

Reply #1

Hi

1. create a file custom_light.css into themes/default/css/_light and try something like this :
Code: [Select]
@media screen and (max-width:50em) {
.poster .listlevel1 {
    float: right;
}
}
You should not edit index.css, but you should add all your custom edits to custom_light.css

2. Try to play with the settings inside Admin > Configuration > Search Engine Optimisation > Base Settings
Enable Display the topic first message snippet as the meta-tag description
sorry for my bad english

Re: Two problems with the program elkarte

Reply #2

Quote from: radu81 – Hi

1. create a file custom_light.css into themes/default/css/_light and try something like this :
Code: [Select]
@media screen and (max-width:50em) {
.poster .listlevel1 {
    float: right;
}
}
You should not edit index.css, but you should add all your custom edits to custom_light.css

2. Try to play with the settings inside Admin > Configuration > Search Engine Optimisation > Base Settings
Enable Display the topic first message snippet as the meta-tag description

The first problem:
It has been resolved and it is working fine on mobile.
The second problem:
The option is enabled and nothing has changed. The same problem exists

Re: Two problems with the program elkarte

Reply #3

2. Take into consideration that the description is only the first paragraph of your post.

Ex, your posts starts:
Code: [Select]
Hello
how are you?
the description will only be "Hello"
sorry for my bad english


Re: Two problems with the program elkarte

Reply #5

I don't know what could be the problem.
Are you using php 7.2 as indicated into the requirements?
The author is not very active here, but you can probably get in touch with him on https://github.com/dragomano/Optimus
sorry for my bad english