proflat

Problem when using Topic Icons - proflat

Problem when using Topic Icons

by Thomas Ernst » Sun Sep 17, 2017 8:40 am

Dear Mazeltof

First of all, I would like to thank you for this really beautyful style, I love it for it's clearity and simplicity.

Unfortunately I found a bug:

Image
  1. If using topic icons, like in the image from your demo forum above, the username and the icon, leading to the last post, at the end of the line are both not clickable.
  2. The forum icon on the left has only a very small area where it's clickable.
I would be very happy if you could fix this issue.

Best Regards,
Thomas
Thomas Ernst
Registered User
Posts: 4
Joined: Sun Sep 17, 2017 8:11 am
Contact:

Re: Problem when using Topic Icons

by Thomas Ernst » Sat Oct 14, 2017 8:00 am

Really no idea how to fix this issue? Users start complaining meanwhile ... :-(
Thomas Ernst
Registered User
Posts: 4
Joined: Sun Sep 17, 2017 8:11 am
Contact:

Re: Problem when using Topic Icons

by Thomas Ernst » Sat Nov 18, 2017 1:06 pm

Am I really the only one facing this problem? :-(
Thomas Ernst
Registered User
Posts: 4
Joined: Sun Sep 17, 2017 8:11 am
Contact:

Re: Problem when using Topic Icons

by Anonymous » Thu Dec 07, 2017 7:58 pm

Thomas Ernst wrote:Dear Mazeltof

First of all, I would like to thank you for this really beautyful style, I love it for it's clearity and simplicity.

Unfortunately I found a bug:

Image
  1. If using topic icons, like in the image from your demo forum above, the username and the icon, leading to the last post, at the end of the line are both not clickable.
  2. The forum icon on the left has only a very small area where it's clickable.
I would be very happy if you could fix this issue.

Best Regards,
Thomas
Do you have such bad mistakes, have you managed to solve it?
Anonymous
I am too lazy to register
Posts: 3265
Joined: Thu Mar 15, 2007 6:50 am
Contact:

Re: Problem when using Topic Icons

by Jodi-86 » Sun Dec 10, 2017 6:16 pm

I managed to fix this by finding the big list of icons in style_proflat.css and adding position: relative - underneath,

Code: Select all

.top .fa-chevron-circle-up:before {
	display: inline-block;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	font-family: font-proflat;
	font-size: 14px;
	line-height: 1;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
Added this on the line under grayscale;

Code: Select all

	position: relative;
Of course there is a chance that doing this could have affected other icons on the forum, but so far i haven't found any.
User avatar
Jodi-86
Registered User
Posts: 100
Joined: Thu Nov 30, 2017 10:04 pm
Contact:

Re: Problem when using Topic Icons

by Mazeltof » Sat Jan 13, 2018 5:58 pm

try adding at the end of style-proflat.css :

Code: Select all

/* bugfix https://www.phpbb.com/customise/db/style/proflat/support/topic/182586 */
dd.lastpost span a, dd.mark input {
	position: relative;
}
;)
User avatar
Mazeltof
Registered User
Posts: 88
Joined: Wed Sep 28, 2016 5:18 pm
Location: Arras - France
Contact:

Re: Problem when using Topic Icons

by Thomas Ernst » Sun Mar 18, 2018 8:52 am

This fix helps, thank you very much. :-)
Thomas Ernst
Registered User
Posts: 4
Joined: Sun Sep 17, 2017 8:11 am
Contact: