Version 2.4.23, problems with icon's placement (NOT AGAIN!) (General)
I replied to this initially with a suggestion that it might be a local caching issue because I wasn't seeing the issue on your site at first. I deleted my initial reply when I realized my mistake.
The problem occurs only in thread view, and it affects this site as well.
https://mylittleforum.net/forum/index.php?mode=thread&id=9738#p12330
The problem is because the p.right class is used in entry.inc.tpl, but it isn't used in either thread template:
thread.inc.tpl
thread_linear.inc.tpl
Which is why the padding isn't being applied in either of the thread views.
shian:
As a workaround, you could change line 61 in style.min.css to this:
p.right a.rss,div.small a.rss{padding-left:15px}
That should work fine, but I'm guessing the devs would want to do this a little differently since I'm noticing that there is some manual styling on these entries that should probably be converted to a css class at the same time.
Micha:
The relevant code is here:
thread.inc.tpl - line 91
{if $settings.rss_feed==1}<div class="small" style="text-align:right;"><a class="rss" href="index.php?mode=rss&thread={$tid}" title="{#rss_feed_thread_title#}">{#rss_feed_thread#}</a></div>{/if}
thread_linear_inc.tpl - line 87
{if $settings.rss_feed==1}<div class="small" style="text-align:right;"><a class="rss" href="index.php?mode=rss&thread={$tid}">{#rss_feed_thread#}</a></div>{/if}
Complete thread:
- Version 2.4.23, problems with icons and its placement -
shian,
2020-10-01, 09:08
- Version 2.4.23, problems with icons and its placement -
Auge,
2020-10-01, 10:04
- Version 2.4.23, problems with icons and its placement -
shian,
2020-10-01, 15:20
- Version 2.4.23, problems with icons and its placement -
Micha,
2020-10-02, 08:36
- Version 2.4.23, problems with icons and its placement -
shian,
2020-10-02, 13:03
- Version 2.4.23, problems with icons and its placement -
Auge,
2020-10-02, 15:42
- Version 2.4.23, problems with icons... (solved for now) - shian, 2020-10-02, 17:43
- Version 2.4.23, problems with icons and its placement -
Auge,
2020-10-02, 15:42
- Version 2.4.23, problems with icons and its placement -
shian,
2020-10-02, 13:03
- Version 2.4.23, problems with icons and its placement -
Micha,
2020-10-02, 08:36
- Version 2.4.23, problems with icons and its placement -
shian,
2020-10-01, 15:20
- Version 2.4.23, problems with icon's placement (NOT AGAIN!) -
shian,
2020-10-03, 08:55
- Version 2.4.23, problems with icon's placement (NOT AGAIN!) -
Micha,
2020-10-03, 10:54
- Version 2.4.23, problems with icon's placement (NOT AGAIN!) -
shian,
2020-10-04, 10:06
- Version 2.4.23, problems with icon's placement (NOT AGAIN!) -
Micha,
2020-10-05, 07:34
- Version 2.4.23, problems with icon (NOT AGAIN! ) - SOLVED -
shian,
2020-10-05, 09:06
- Version 2.4.23, problems with icon (NOT AGAIN! ) - SOLVED -
Auge,
2020-10-05, 11:21
- Version 2.4.23, problems with icon (NOT AGAIN! ) - SOLVED - shian, 2020-10-05, 12:01
- Version 2.4.23: Backup/Restore functions WORK!!!! - shian, 2020-10-05, 13:52
- Version 2.4.23, problems with icon (NOT AGAIN! ) - SOLVED -
Auge,
2020-10-05, 11:21
- Version 2.4.23, problems with icon (NOT AGAIN! ) - SOLVED -
shian,
2020-10-05, 09:06
- Version 2.4.23, problems with icon's placement (NOT AGAIN!) -
Micha,
2020-10-05, 07:34
- Version 2.4.23, problems with icon's placement (NOT AGAIN!) -
shian,
2020-10-04, 10:06
- Version 2.4.23, problems with icon's placement (NOT AGAIN!) -
WorldofBB,
2020-10-05, 00:25
- Version 2.4.23, problems with icon's placement (NOT AGAIN!) - Micha, 2020-10-05, 07:31
- Version 2.4.23, problems with icon's placement (NOT AGAIN!) - shian, 2020-10-05, 08:25
- Version 2.4.23, problems with icon's placement (NOT AGAIN!) - Auge, 2020-10-05, 11:40
- Version 2.4.23, problems with icon's placement (NOT AGAIN!) -
Micha,
2020-10-03, 10:54
- Version 2.4.23, problems with icons and its placement -
Auge,
2020-10-01, 10:04