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/ for the box under the sidebar. And color problem for font in the box in title tooltip.
https://ww.wp.xz.cn/plugins/bluet-keywords-tooltip-generator/
-
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
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)
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
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.
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 π ”Sorry… It does not…See there: http://www.echodesplugins.li-an.fr/plugins/bwp-recent-comments/
unfortunately π
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-2update 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 π
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.
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 :
- open the “functions_tooltip.js” file in the plugin editor
- replace “slideDown()” by “show()”
- replace “slideUp()” by “hide()”
it is pretty simple
I will wait – I’m not a user of my site π
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
It looks OK π Thanks
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
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
The topic ‘problem with Hueman theme’ is closed to new replies.