• Resolved hillbillybonez

    (@hillbillybonez)


    So just did the Auto update and the stats section is all messed up now. I have NOT done any editing to the forum script at all. any ideas how to fix this?

    attached is an image: stats bar messed up

Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Author Asgaros

    (@asgaros)

    Hello @hillbillybonez

    as already mentioned in my support forum: Please clear the cache of your browser or reload your forum-site with CTRL+F5. Almost every update comes with a couple of changes to the stylesheets so thats why you have to ensure to reload the new files. I will make some modifications to it to the next release so the new stylesheets gets loaded automatically after a new update.

    Thread Starter hillbillybonez

    (@hillbillybonez)

    Thanks for the reply. I posted this before I found your forum… Thanks again!

    i have the same problem but i think it’s a theme issue, not cache because it’s still mangled even after the purge

    • This reply was modified 7 years, 3 months ago by cloudduster.
    Plugin Author Asgaros

    (@asgaros)

    Hello @cloudduster

    Can you give me a link to your site so I can check the stylesheets?

    strangely, it looks ok now.
    i swear i’ve purged my cache and cloudflare before

    anyway, here’s my forum http://www.webbline.com/forums/

    thanks

    Plugin Author Asgaros

    (@asgaros)

    @cloudduster

    I am happy to hear that its working now. I bet there was still some outdated CSS somewhere.

    I had a short look at your site and the search box looks a little bit strange. It seems like something is generating empty <p>-tags in it, but it is not coming from my plugin. Maybe you can check this out because its nothing which I can fix inside of my plugin.

    thanks for taking a look at my site.

    i actually hid the ‘glass icon’ cause it seems that there is a huge space gap between it and the ‘search’ field.

    could you please take a look at it again, see if there’s something i can css add to make that white space gone or is that the way it is supposed to be?

    p.s. i’ve enabled the glass icon again

    • This reply was modified 7 years, 3 months ago by cloudduster.
    Plugin Author Asgaros

    (@asgaros)

    Hello @cloudduster

    yes the spacing is there because of the generated <p>-tags. I dont know why it is there but as already sayed it is not coming from my plugin. Maybe some other plugin or your theme is modifying something, I dont know.

    You can try to add this code to your themes style.css file:

    #af-wrapper #forum-search p {
        display: none;
    }

    the css worked. thanks!

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Stats Messed up?’ is closed to new replies.