- Posts: 11
COMMUNITY FORUM
Hide empty extra fields
- Alexander Elkin
-
Topic Author
- Offline
- New Member
Less
More
9 years 2 weeks ago - 9 years 2 weeks ago #153748
by Alexander Elkin
Hide empty extra fields was created by Alexander Elkin
Good day!
In front end shown empty extra fields. And it looks like in shortcut .
I am not using any overrides. Where can I look for cause of this problem?
In front end shown empty extra fields. And it looks like in shortcut .
I am not using any overrides. Where can I look for cause of this problem?
Last edit: 9 years 2 weeks ago by Alexander Elkin. Reason: mistake
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
9 years 2 weeks ago #153765
by Krikor Boghossian
Replied by Krikor Boghossian on topic Hide empty extra fields
Can you send a link of your site Alexander?
Please Log in or Create an account to join the conversation.
- Alexander Elkin
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 11
9 years 2 weeks ago #153768
by Alexander Elkin
Replied by Alexander Elkin on topic Hide empty extra fields
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
9 years 2 weeks ago #153779
by Krikor Boghossian
Replied by Krikor Boghossian on topic Hide empty extra fields
This post seems to be ok ->insiderussia.today/index.php/en/headlines/in-sochi-april-12-cut-down-the-cedar-planted-by-yuri-gagarin
Can you point me to an item which has this issue?
Can you point me to an item which has this issue?
Please Log in or Create an account to join the conversation.
- Alexander Elkin
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 11
9 years 2 weeks ago #153785
by Alexander Elkin
Replied by Alexander Elkin on topic Hide empty extra fields
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
9 years 2 weeks ago #153796
by Krikor Boghossian
Replied by Krikor Boghossian on topic Hide empty extra fields
There are empty links being printed (searchable labels), this is messing up the layout.
Add this CSS rule:
Add this CSS rule:
.itemExtraFields ul li { overflow: hidden; }
Please Log in or Create an account to join the conversation.
- Alexander Elkin
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 11
9 years 2 weeks ago #153801
by Alexander Elkin
Replied by Alexander Elkin on topic Hide empty extra fields
Now it looks better, but still not hiding ((
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
9 years 2 weeks ago #153835
by Krikor Boghossian
Replied by Krikor Boghossian on topic Hide empty extra fields
There is a link being printed there, they are not really empty.
Is there a default value set for these fields?
Is there a default value set for these fields?
Please Log in or Create an account to join the conversation.
- Alexander Elkin
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 11
9 years 2 weeks ago #153837
by Alexander Elkin
Replied by Alexander Elkin on topic Hide empty extra fields
Nope!
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
9 years 2 weeks ago #153843
by Krikor Boghossian
Replied by Krikor Boghossian on topic Hide empty extra fields
Ok, I can verify the issue.
I added the issue in Github, you can track the progress here: github.com/getk2/k2/issues/315
I added the issue in Github, you can track the progress here: github.com/getk2/k2/issues/315
Please Log in or Create an account to join the conversation.