Viewing 15 replies - 1 through 15 (of 18 total)
  • Plugin Author Jamel.Z

    (@lebleut)

    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
    • * 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

    (@lebleut)

    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

    (@lebleut)

    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

    (@li-an)

    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

    (@lebleut)

    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

    (@li-an)

    Plugin Author Jamel.Z

    (@lebleut)

    unfortunately ??

    Plugin Author Jamel.Z

    (@lebleut)

    Hey Li-An
    I noticed that in your articles containing the word TAG, a bug had occurred :
    https://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

    (@li-an)

    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

    (@lebleut)

    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

    (@li-an)

    I will wait – I’m not a user of my site ??

    Plugin Author Jamel.Z

    (@lebleut)

    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

    (@li-an)

    It looks OK ?? Thanks

    Plugin Author Jamel.Z

    (@lebleut)

    Je vous en prie ??

    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
    https://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)
  • The topic ‘problem with Hueman theme’ is closed to new replies.