Spaces have lost configuration

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
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.
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
User avatar
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:

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;
}
User avatar
Moderator

GK User
Tue May 30, 2017 7:43 pm
Reply with quote
Report this post
Great. Its work now. Tks
User avatar
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
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.