Daniel Chan
Forum Replies Created
-
All right, I have deleted all imported keywords and created all manually from scratch step by step. Both problems are still there.
All words with äöüß are not recognized and shorter words like “an” override the words “Mann“, “langsam” and “lang“.
Before I’ve created “an“, the word “lang” overrode the word “langsam“… so there is definitely a huge bug in the plugin. The question is: Why?
Forum: Plugins
In reply to: [Tooltipy (tooltips for WP)] Next page url doesn’t workIt’s fine. I just found lots of other plugins which can display custom posts (like Tooltipy keywords) in a much more better way, so there is no need for using the [glossary] shortcode… Just add new plugin, search for “post grid” and choose an addon which supports displaying custom posts. 😉
Forum: Plugins
In reply to: [Tidio – Live Chat & AI Chatbots] Get current user’s email via APIForum: Plugins
In reply to: [Tooltipy (tooltips for WP)] Only Fade-In Effect BrokenHello,
no idea why it’s not working. I tried to remove all my CSS, too. The funny thing is only the fadein effect doesn’t work. All other effects are working!
Anyhow I solved this issue by copy and paste this part into my own CSS file:
/* BUGFIX [Fade In] */ @-webkit-keyframes fadeIn { 0% {opacity: 0;} 100% {opacity: 1;}} @keyframes fadeIn { 0% {opacity: 0;} 100% {opacity: 1;}} .fadeIn {-webkit-animation-name: fadeIn; animation-name: fadeIn;} @-webkit-keyframes fadeInDown { 0% {opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0);} 100% {opacity: 1; -webkit-transform: none; transform: none;}}Thanks so much. Works now like a charm! 😉
Forum: Plugins
In reply to: [Tooltipy (tooltips for WP)] Links To Keywords In Glossary?Hi Jamel,
thanks for your awesome work. Really appreciate that. 🙂
Forum: Plugins
In reply to: [Tooltipy (tooltips for WP)] Glossary A to Z links don’t work in version 5.1Ok, great. You’re welcome. 😉
Forum: Plugins
In reply to: [Tooltipy (tooltips for WP)] Links To Keywords In Glossary?After the update to version 5.1 the links didn’t worked anymore, so I had to change the code in glossary-shortcode.php on line 218:
<h2 class="kttg_glossary_element_title">'.get_the_title()." ";to this code:
<h2 class="kttg_glossary_element_title"><a href="'.get_permalink().'">'.get_the_title()."</a> ";Just for reference.
Forum: Plugins
In reply to: [Tooltipy (tooltips for WP)] Links To Keywords In Glossary?Okay, I’ve changed it and it works better. Thanks! Still there is an issue with the links to the families, if there are multiple families selected. Then it creates this link:
http://somewebsite.com/.../?cat=family1 family2 family3…which doesn’t work, because it selects all the links and not just the primary link. That’s why I had to disable this link via CSS:
.kttg_glossary_element_title sub a { pointer-events: none;}Best Regards
Daniel- This reply was modified 8 years, 1 month ago by Daniel Chan.
- This reply was modified 8 years, 1 month ago by Daniel Chan.
- This reply was modified 8 years, 1 month ago by Daniel Chan.
Forum: Plugins
In reply to: [Tooltipy (tooltips for WP)] Links To Keywords In Glossary?Found this code in glossary-shortcode.php
<h2 class="kttg_glossary_element_title">'.get_the_title()." ".(count($families_list)>0 ? "<sub>[<a href='".$fam_action."'>".$families_string."</a>]</sub>":"" ).'</h2>But I don’t know how to add the permalink to .get_the_title(). So I changed the code to this one:
<h2 class="kttg_glossary_element_title">'.get_the_title()." ".(count($families_list)>0 ? "<sub>[<a href='".get_permalink()."'>".$families_string."</a>]</sub>":"" ).'</h2>And style it with CSS, so the area of the “sub” element is big enough to cover the H2 title of the keyword.
- This reply was modified 8 years, 1 month ago by Daniel Chan.
- This reply was modified 8 years, 1 month ago by Daniel Chan.
Forum: Plugins
In reply to: [Tooltipy (tooltips for WP)] Get keywords only for H2 titles!Thanks for the great and quick support! The pro version works so far well. 😉
Forum: Plugins
In reply to: [Tooltipy (tooltips for WP)] Get keywords only for H2 titles!I disabled the version you sent me and tried the version before. The sorting worked again. So it’s something wrong in the version you sent me. Can you please have a look why I can’t sort the families anymore in my admin glossary list? Thank you.
Forum: Plugins
In reply to: [Tooltipy (tooltips for WP)] Get keywords only for H2 titles!Hi, I have now 2 problems with this version.
1st: The keywords widget still lists all keywords on the page, so the h2 filter doesn’t work there yet.
2nd: The sorting function in the wp-admin panel doesn’t work anymore. I can only sort from A-Z but not in my categories. If I click apply filter, it still shows all keywords.
Thanks for help.
Forum: Plugins
In reply to: [Tooltipy (tooltips for WP)] Get keywords only for H2 titles!Wow, thank you so much for this! I really appreciate your great plugin and your fast support. 🙂