Title: problem with Hueman theme
Last modified: August 22, 2016

---

# problem with Hueman theme

 *  Resolved [Li-An](https://wordpress.org/support/users/li-an/)
 * (@li-an)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/problem-with-hueman-theme/)
 * I know you gave me the CSS code but I cannot found it 🙂 See [http://www.echodesplugins.li-an.fr/plugins/bwp-recent-comments/](http://www.echodesplugins.li-an.fr/plugins/bwp-recent-comments/)
   for the box under the sidebar. And color problem for font in the box in title
   tooltip.
 * [https://wordpress.org/plugins/bluet-keywords-tooltip-generator/](https://wordpress.org/plugins/bluet-keywords-tooltip-generator/)

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/problem-with-hueman-theme/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/problem-with-hueman-theme/page/2/?output_format=md)

 *  Plugin Author [Jamel.Z](https://wordpress.org/support/users/lebleut/)
 * (@lebleut)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/problem-with-hueman-theme/#post-5453485)
 * Hi Li-An 🙂
 * I’m really happy that you finally decided to install the KTTG plugin.
    so for
   the Hueman theme specification you have to :
    - * install this useful plugin : [Simple Custom Css](https://wordpress.org/plugins/simple-custom-css/)
    - * then you go to Appearance > Custom CSs
    - * add this code :
       /*begin KTTG Hueman compatibility*/
    - .content .post, .content .page, .widget
       { overflow: visible !important; }
    - /*end KTTG Hueman*/
 * save and thats it
 *  Plugin Author [Jamel.Z](https://wordpress.org/support/users/lebleut/)
 * (@lebleut)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/problem-with-hueman-theme/#post-5453487)
 * BY THE WAY : you can directly change the CSS code on the Hueman Style.css file
   without installing Simple Custom CSS, BUT it is recommended to not do that because
   of coherence issues (example: a later update of the theme will delete your modifications)
 *  Plugin Author [Jamel.Z](https://wordpress.org/support/users/lebleut/)
 * (@lebleut)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/problem-with-hueman-theme/#post-5453490)
 * and for the color problem, you have two solutions :
    either to wait for the next
   version 2.1.6 🙂 or to do these steps (in order to modify the add-style.php file
   in the KTTG plugin) :
    - connect to the admin panel
    - Plugins > Editor
    - Select the KTTG from the list in the right top of the page
    - choose the **add-style.php** file
    - look for this snippet :
       .bluet_tooltip span { color: <?php echo $desc_color;?
      >;
    - change this one :
       color: <?php echo $desc_color; ?>; to this one : color:
      <?php echo $desc_color; ?> !important;
    - click the “Update file” button
 *  Thread Starter [Li-An](https://wordpress.org/support/users/li-an/)
 * (@li-an)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/problem-with-hueman-theme/#post-5453495)
 * The previous used plugin has a bug 🙂 I will wait for the update but I have a
   request about the “look” and open a new thread.
 *  Plugin Author [Jamel.Z](https://wordpress.org/support/users/lebleut/)
 * (@lebleut)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/problem-with-hueman-theme/#post-5453627)
 * Hi Li-An
    the version 2.1.6 is uploaded it supports jQuery for multiple reasons
   please remove the css code inserted in “Simple Custom Css” montioned in my first
   post here this jQuery version must solve the overflow problem with your theme
   without adding any code “i guess 🙂 ”
 *  Thread Starter [Li-An](https://wordpress.org/support/users/li-an/)
 * (@li-an)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/problem-with-hueman-theme/#post-5453635)
 * Sorry… It does not…See there: [http://www.echodesplugins.li-an.fr/plugins/bwp-recent-comments/](http://www.echodesplugins.li-an.fr/plugins/bwp-recent-comments/)
 *  Plugin Author [Jamel.Z](https://wordpress.org/support/users/lebleut/)
 * (@lebleut)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/problem-with-hueman-theme/#post-5453636)
 * unfortunately 🙁
 *  Plugin Author [Jamel.Z](https://wordpress.org/support/users/lebleut/)
 * (@lebleut)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/problem-with-hueman-theme/#post-5453637)
 * Hey Li-An
    I noticed that in your articles containing the word TAG, a bug had
   occurred : [http://www.echodesplugins.li-an.fr/plugins/category-sticky-post-2](http://www.echodesplugins.li-an.fr/plugins/category-sticky-post-2)
 * **update to the 2.1.6.5 version to fix it**
 * it is because I use the string **TAG** to do the process and you had added the
   keyword “TAG” which make interference
 * that is why I’m **sorry** 🙂
 *  Thread Starter [Li-An](https://wordpress.org/support/users/li-an/)
 * (@li-an)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/problem-with-hueman-theme/#post-5453641)
 * Updated. By the way, I’m no very fan of the new visual effect: sometimes it gives
   a blink effect if you are to fast with your mouse.
 *  Plugin Author [Jamel.Z](https://wordpress.org/support/users/lebleut/)
 * (@lebleut)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/problem-with-hueman-theme/#post-5453642)
 * in the next versions you will be able to customize several things : the style
   the visual effects and so on…
 * if you want to remove the animation you can do this :
    1. open the “**functions_tooltip.js**” file in the plugin editor
    2. replace “**slideDown()**” by “**show()**”
    3. replace “**slideUp()**” by “**hide()**”
 * it is pretty simple
 *  Thread Starter [Li-An](https://wordpress.org/support/users/li-an/)
 * (@li-an)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/problem-with-hueman-theme/#post-5453643)
 * I will wait – I’m not a user of my site 🙂
 *  Plugin Author [Jamel.Z](https://wordpress.org/support/users/lebleut/)
 * (@lebleut)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/problem-with-hueman-theme/#post-5453680)
 * Hi Li-An
 * the overflow problem is fixed this time 🙂
    after updating to v2.1.7 you can 
   remove the css code on the simple css plugin.
 * if this do not work; you only have to clean the cache or to do “Shift+F5”
 * I’m sure this time
 *  Thread Starter [Li-An](https://wordpress.org/support/users/li-an/)
 * (@li-an)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/problem-with-hueman-theme/#post-5453685)
 * It looks OK 😉 Thanks
 *  Plugin Author [Jamel.Z](https://wordpress.org/support/users/lebleut/)
 * (@lebleut)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/problem-with-hueman-theme/#post-5453688)
 * Je vous en prie 🙂
 *  [ma.forout](https://wordpress.org/support/users/maforout/)
 * (@maforout)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/problem-with-hueman-theme/#post-5453739)
 * Hi Jemel
 * I have a problem in Formation Theme ,before that I was using Sparkling and your
   plugin was working correctly. now, in Formation theme It doesn’t work.
 * this is a sample link
    [http://nstudioz.com/principles-of-interior-design-rhythm/](http://nstudioz.com/principles-of-interior-design-rhythm/)
 * dotted words should show a tool-tip but they don’t. please tell me how to deal
   with it

Viewing 15 replies - 1 through 15 (of 18 total)

1 [2](https://wordpress.org/support/topic/problem-with-hueman-theme/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/problem-with-hueman-theme/page/2/?output_format=md)

The topic ‘problem with Hueman theme’ is closed to new replies.

 * ![](https://ps.w.org/bluet-keywords-tooltip-generator/assets/icon-256x256.jpg?
   rev=1277221)
 * [Tooltipy (tooltips for WP)](https://wordpress.org/plugins/bluet-keywords-tooltip-generator/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/bluet-keywords-tooltip-generator/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/bluet-keywords-tooltip-generator/)
 * [Active Topics](https://wordpress.org/support/plugin/bluet-keywords-tooltip-generator/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/bluet-keywords-tooltip-generator/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/bluet-keywords-tooltip-generator/reviews/)

 * 18 replies
 * 3 participants
 * Last reply from: [Jamel.Z](https://wordpress.org/support/users/lebleut/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/problem-with-hueman-theme/page/2/#post-5453742)
 * Status: resolved