• Resolved plimfec

    (@plimfec)


    Yesterday I updated to the newest version of Hueman (3.3.27) and a few things seems to be broken now.

    1. The icon sidebar toggle ( << ) looks like it got the wrong padding (only at screen size 719px or smaller). Besides this it looks too big and heavy to me in this new version, but I guess that’s personal taste.

    2. The thumbnail comment count sticker (main blog page) is missing the FontAwesome addition and therefore it’s quite narrow now. I doubt this new looks were intended? Also the ‘.post-comments > span:before’ seems to have the wrong padding.

    3. The social icons at the top of the sidebar seems to be affected as well. I was using the ‘fa-apple’ as vehicle for the ‘@’ and it looks like there’s no ‘fa-apple’ anymore, since it does not show the ‘@’. The mouse-overs don’t work well either.

    Do you think these issues will be solved in the near future? Otherwise I need to dive into the styelsheet and correct them myself.

    Thanks in advance.

    The page I need help with: [log in to see the link]

Viewing 15 replies - 1 through 15 (of 17 total)
  • Theme Author presscustomizr

    (@nikeo)

    Thank you for this feedback !

    1. OK Thank you for reporting the padding issue. We’ll fix this in the next release.
    I agree with you, the arrows are a bit too bold. But the free version of Font Awesome 5 doesn’t not include a better one unfortunately. ( see the arrows : https://fontawesome.com/icons?d=gallery&q=arrows )

    2. I can’t reproduce this one. The comment bubbles are displayed fine on the demo.

    3. I can’t reproduce this one as well, the apple icon is working fine on my end.
    Old : https://fontawesome.com/v4.7.0/icon/apple/
    New : https://fontawesome.com/icons/apple?style=brands

    I have similar problem. Facebook , Twitter & google+ icons disappeared . I don’t use any cache plugin and I have try opening incognito with same effect .

    https://ibb.co/mHMnt7

    Thread Starter plimfec

    (@plimfec)

    @nikeo: You’re welcome, thanks for your quick response!

    1. Thank you for fixing the padding in the next version. Concerning the bold arrows: I’ll see what I can do about them or perhaps I’ll just get used to it.

    2. I checked the demo and there’s a difference in the code for the comment bubbles:

    Your demo: <i class=”far fa-comments”></i>
    My website: <i class=”fa fa-comments-o”></i>

    I’m not very familiar with Font Awesome and can’t tell what’s causing the alternative call in my code. I never did touch the code for the comment bubbles as far as I know. Perhaps just changed the color. The icon in the bubble is missing though, that’s why it looks awkward and narrow at my website. Any ideas what happened here?

    EDIT: Could it be you changed the class here, but forgot to update some other files, so now the call is a dead end? I’m just suggesting, don’t have the time to check these things at the moment..

    3. This seems related to Font Awesome as well. But your demo is looking fine indeed. I need to look into this and will do so next days. When I find out what’s causing this, I’ll post again.

    Theme Author presscustomizr

    (@nikeo)

    About 2, I would recommend to activate the main theme ( instead of the child theme that is currently activated on your site ) and see if it helps.
    It might be a template of your child theme overriding the parent one ?

    Thread Starter plimfec

    (@plimfec)

    You were absolutely right. I didn’t think of that at all. Thanks!

    About 2:
    I use modified versions of ‘content-standard.php’ and ‘content-featured.php’ in my child theme and these files were still based on Hueman 3.1.6. That’s where the class ‘fa fa-comments-o’ was coming from. So I did my modifications again, but this time in the Hueman 3.3.27 files, and the correct styling of the comment bubbles showed up again.

    For other users: basically you just need to change <i class=”fa fa-comments-o”></i> into <i class=”far fa-comments”></i> in your child theme and you’ll be good, I suppose.

    About 3:
    Concerning the social media icons, I checked my stylesheet code and I used calls like ‘i.fab.fa-apple’ and ‘i.fab.fa-rss’ in there. I changed these into just ‘.fa-apple’ and ‘.fa-rss’, etc. and this brought back the social media icons.

    Since you’ll take care of the toggle icon padding in the next release, I mark this thread as resolved.

    Thanks for your help @nikeo, I appreciate very much.

    Hello there..

    Hueman active on my site Version: 3.3.12 theme and sub theme
    Hueman Version: 3.3.27 When I updated to the theme, Hueman Tabs and Social Medal buttons did not appear ..
    I have reinstalled the theme and the theme of the child uninstalled and Hueman Version: 3.3.27 again. However, the icons do not appear in the new installation. In this case, there seems to be a problem in Hueman Version 3.3.27. Would you check the price?
    Good work

    https://www.dosyaupload.com/9sJa

    Hello,

    I have same problem with share icons after upgraded to version 3.3.27.
    Btw. I am using WordPress 4.9.4

    https://ibb.co/bTvkfn

    Best Regards,

    A.Z

    • This reply was modified 6 years, 9 months ago by azaim.

    Hello,

    Same problem for me

    Hello there…
    I made all extensions passive. Then I activated it in order.

    Thread Starter plimfec

    (@plimfec)

    In general I figure this all has to do with the calls for Font Awesome, which is used for the social media icons. Font Awesome did an update from version 4 to version 5 and introduced new prefixes: https://fontawesome.com/how-to-use/upgrading-from-4

    When these prefixes aren’t implemented properly in all the files for your website, there will be dead ends everywhere.

    In older verions of Hueman I find these kinds of calls: <i class=”fa fa-twitter”></i>, but for the last version this was changed into <i class=”fab fa-twitter”></i>.

    So it seems Hueman is updated for version 5, but I can imagine when you’re running plugins or a child theme still using the old Font Awesome 4 calls, there will be a problem in displaying the icons. Meaning: they won’t display at all, as long as the calls are old / wrong.

    So, try to update your plugins and child theme, perhaps that will help.

    Besides I recommend using the Chrome Developer tools, so you can change little things in your code easily (not permanent though) and see what happens.

    Just try (in your browser) a right mouse click in your missing social media icon placeholder and change ‘fa’ into ‘fab’ for instance (double click the code snippet to edit). I bet you see the icon reappear.

    But unfortunately this is just detecting the cause, not a solution..

    That’s it. I’m not an expert. These things tend to go out of my league very quickly. Perhaps someone will come with a real solution. Good luck!

    Hello there…
    Thank you for your interest.
    I made the plugins passive and reloaded. The problem is solved.

    Thread Starter plimfec

    (@plimfec)

    @soyozun: Great! Maybe this will work for others as well.

    I did try but it didn’t work.

    Temporary solution to the problem of social icons (in the sharebar) is open and edit the file [sharrre-template.php] locate in plugin folder [sharrre]:
    change ALL fa fa- with fab fa- (example: old fa fa-twitter with fab fa-twitter.
    This work for me!
    however, a plugin update is required

    I updated all the plugins but it doesn’t work.(I don’t use much plugins and I don’t use child theme)
    When I changed sharrre-template.php file it worked.
    Thank you hiroby.

Viewing 15 replies - 1 through 15 (of 17 total)
  • The topic ‘Hueman 3.3.27 – Problems: sidebar toggle, comment count and social media icons’ is closed to new replies.