MyBB Community Forums

Full Version: Thank You/Like System v3.4.5 + MyAlerts and Tapatalk support
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Few posts back
(2019-06-29, 05:51 AM)Eldenroot Wrote: [ -> ]Few posts back

Not working ...

postbit_classic : https://pastebin.com/raw/Cbn1hFd7

thankyoulike.css : https://pastebin.com/raw/bmamHrJd

I tried to add a Fontawesome before but it's not working :/
(2019-06-28, 03:10 PM)Flexibule Wrote: [ -> ][Image: 96e5ae6e86f77a2f8f2274172a61e490+0bcOaRK...bYxMYKWpFn]

Please do you know how to fix this, I'm using the theme Flatty ?

You have this:

<div style="display: inline-block">{$post['button_tyl']}</div>

so remove that style and try it like this:

{$post['button_tyl']}
(2019-06-29, 07:47 PM)Ashley1 Wrote: [ -> ]
(2019-06-28, 03:10 PM)Flexibule Wrote: [ -> ][Image: 96e5ae6e86f77a2f8f2274172a61e490+0bcOaRK...bYxMYKWpFn]

Please do you know how to fix this, I'm using the theme Flatty ?

You have this:

<div style="display: inline-block">{$post['button_tyl']}</div>

so remove that style and try it like this:

{$post['button_tyl']}

Not working dude :/
Make sure you replicate in postbit template
(2019-06-30, 09:24 PM)NotAdmin Wrote: [ -> ]Make sure you replicate in postbit template
Yes but not working ... Sad

postbit template : https://pastebin.com/raw/N3qwaBgw
Go to your thankyoulike.css and find

div[id^=tyl_btn_] {
    display: inline-block;
}

Change it to...

div[id^=tyl_btn_] {
    display: inline;
}

And see what happens
(2019-07-01, 02:36 PM)NotAdmin Wrote: [ -> ]Go to your thankyoulike.css and find

div[id^=tyl_btn_] {
    display: inline-block;
}

Change it to...

div[id^=tyl_btn_] {
    display: inline;
}

And see what happens

Not working, I tried to clear my cache restart my browser ... :
Can you link to your forum?