Spaces have lost configuration
Rate this topic:
- GK User
- Fri May 19, 2017 6:10 pm
- Reply with quote
- Report this post
After updating Joomla, the template, and other extensions, the information on the number of comments has lost its configuration. See the attached image, please.
In the blog layout, the category title is in a small box and broke the line. How do I fix this?
In your Demo, articles are showing without date, author's name and category in the blog layout. How do I remove this information in my site?
My site: [url]viagemdemoto.com[/url]
Tks
Article.jpg
In the blog layout, the category title is in a small box and broke the line. How do I fix this?
Article1.jpg
In your Demo, articles are showing without date, author's name and category in the blog layout. How do I remove this information in my site?
Blog.jpg
My site: [url]viagemdemoto.com[/url]
Tks
-
- Senior Boarder
- teitbite
- Wed May 24, 2017 3:45 pm
- Reply with quote
- Report this post
Hi
Those are some 3rd party comments extension, but looks like this can force it to be pushed below:
For header, I really do not know what happened, but this is helping for this problem:
Removing elements from category layout should be configurable in category settings. If it's not working You can use css:
Those are some 3rd party comments extension, but looks like this can force it to be pushed below:
- Code: Select all
.itemBody {
float: none;
}
For header, I really do not know what happened, but this is helping for this problem:
- Code: Select all
.blog .items-row, .blog-featured .items-row {
display: block;
}
Removing elements from category layout should be configurable in category settings. If it's not working You can use css:
- Code: Select all
.blog .items-row .itemBlock ul {
display: none;
}
-
- Moderator
- GK User
- Tue May 30, 2017 7:43 pm
- Reply with quote
- Report this post
Great. Its work now. Tks
-
- Senior Boarder
- teitbite
- Sat Jun 03, 2017 6:12 pm
- Reply with quote
- Report this post
Hi
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
Glad I could help.
---
If You were satisfied with our support please let other users know on Twitter: http://twitter.com/gavickpro or Facebook: http://www.facebook.com/gavickpro
-
- Moderator
4 posts
• Page 1 of 1