- Issue created by @chanelwheeler
- 🇺🇸United States lincc_ils
I am having this issue as well, with the following configuration:
- Drupal 10.1.1
- Tagclouds 2.0.5Setup is the same as described above. The title of the block displays, but no tags display. I've tried this with different taxonomies, placed the block in different regions, and tried different themes, and had the same experience. I am currently using this successfully with Drupal 7, and am hoping to use it with the Drupal 10 update. Thanks for any suggestions.
- First commit to issue fork.
- 🇮🇳India dineshkumarbollu
Hi
I tested the module by place tags in sidebar same issue only "title of the block displays".
thanks
- 🇮🇳India dineshkumarbollu
Hi lincc_ils
Have you checked by adding the tags while adding content? After adding the tags to the content, tags are visible in the page.
- 🇺🇸United States lincc_ils
Thank you dineshkumarbollu and joseph.olstad for your responses. I created a new page and a new tag cloud block, and added a new page with tags. I also ran cron after doing this. You can see the tags displaying on the page (attached), but they don't show up in the tag cloud block for some reason. Only the block title displays. Thanks
- 🇺🇸United States MagdalenaA67
There is an additional step to the set up. D9 site with block placement in configuration. Ensure that the machine name in the block configuration matches the machine name of your taxonomy vocabulary. This is what worked for me to get the terms to show.
In the block configuration under vocabulary machine name add the machine name yourvocabname from /admin/structure/taxonomy/manage/yourvocabname.
- 🇺🇸United States codesmith San Francisco
I just installed this module on a Drupal 10 site and same issue when setting this up as a block. I get the title but no tags shown. I made sure the correct taxonomy machine name was set. My taxonomy is used for Media items though - maybe this only works with Nodes?
- 🇺🇸United States lincc_ils
Thank you, MagdalenaA67! I can confirm that in my case, following the steps in #8 solved this issue.
I am having the same issue. Neither the title nor the block displays.
Drupal 11.1.8
TagClouds 2.0 installed via composerThe tags are all attached to nodes.
I tried #1: Moving to a sidebar block instead of the footer.
#5: Adding a new tag.
#6 Running cron.
#8: Machine name ("tags") is correct, it is the name of the taxonomy
None of these worked.
Then I made Claro my default theme. Tagcloud appeared.
I am using 0 Point 8.x-1.26. This theme permits the addition of custom CSS, but I disabled that function, and TagCloud did not appear.
Here is the HTML generated for the block by TagClouds:
<div id="block-claro-tagsintags" class="block block-tagclouds block-tagclouds-blocktags"> <h2>Tags in Tags</h2> <span class="tagclouds-term"><a href="/term/tags/drowning" class="tagclouds level1" hreflang="en">drowning</a></span><span class="tagclouds-term"><a href="/term/tags/parkinsons-disease" class="tagclouds level1" hreflang="en">Parkinson's Disease</a></span><span class="tagclouds-term"><a href="/term/tags/golf" class="tagclouds level1" hreflang="en">golf</a></span><span class="tagclouds-term"><a href="/term/tags/baseball-mitts" class="tagclouds level1" hreflang="en">baseball mitts</a></span><span class="tagclouds-term"><a href="/term/tags/baseball" class="tagclouds level1" hreflang="en">baseball</a></span><span class="tagclouds-term"><a href="/term/tags/cricket" class="tagclouds level1" hreflang="en">cricket</a></span><span class="tagclouds-term"><a href="/term/tags/sports-commentating" class="tagclouds level1" hreflang="en">Sports commentating</a></span><span class="tagclouds-term"><a href="/term/tags/long-covid" class="tagclouds level1" hreflang="en">Long Covid</a></span><span class="tagclouds-term"><a href="/term/tags/autism" class="tagclouds level1" hreflang="en">autism</a></span><span class="tagclouds-term"><a href="/term/tags/drones" class="tagclouds level1" hreflang="en">drones</a></span><span class="tagclouds-term"><a href="/term/tags/cats" class="tagclouds level1" hreflang="en">cats</a></span><span class="tagclouds-term"><a href="/term/tags/caturday" class="tagclouds level1" hreflang="en">Caturday</a></span><span class="tagclouds-term"><a href="/term/tags/ocean-warming" class="tagclouds level1" hreflang="en">ocean warming</a></span><span class="tagclouds-term"><a href="/term/tags/clownfish" class="tagclouds level1" hreflang="en">clownfish</a></span><span class="tagclouds-term"><a href="/term/tags/bodybuilding" class="tagclouds level1" hreflang="en">bodybuilding</a></span><span class="tagclouds-term"><a href="/term/tags/gardening" class="tagclouds level1" hreflang="en">gardening</a></span><span class="tagclouds-term"><a href="/term/tags/cruise-industry" class="tagclouds level1" hreflang="en">cruise industry</a></span><span class="tagclouds-term"><a href="/term/tags/lax" class="tagclouds level1" hreflang="en">LAX</a></span><span class="tagclouds-term"><a href="/term/tags/travel" class="tagclouds level1" hreflang="en">travel</a></span><span class="tagclouds-term"><a href="/term/tags/aircraft" class="tagclouds level1" hreflang="en">aircraft</a></span><span class="tagclouds-term"><a href="/term/tags/airlines" class="tagclouds level1" hreflang="en">airlines</a></span><span class="tagclouds-term"><a href="/term/tags/hallucinations" class="tagclouds level1" hreflang="en">hallucinations</a></span><span class="tagclouds-term"><a href="/term/tags/silicon-valley" class="tagclouds level1" hreflang="en">Silicon Valley</a></span><span class="tagclouds-term"><a href="/term/tags/punk-rock" class="tagclouds level1" hreflang="en">punk rock</a></span><span class="tagclouds-term"><a href="/term/tags/afrobeats" class="tagclouds level1" hreflang="en">Afrobeats</a></span><span class="tagclouds-term"><a href="/term/tags/pierre-bourdieu" class="tagclouds level1" hreflang="en">Pierre Bourdieu</a></span><span class="tagclouds-term"><a href="/term/tags/robert-heinlein" class="tagclouds level1" hreflang="en">Robert Heinlein</a></span><span class="tagclouds-term"><a href="/term/tags/william-gibson" class="tagclouds level1" hreflang="en">William Gibson</a></span> </div>
That looks utterly vanilla to me. But when I inspect the HTML for the 0 Point footer where I placed the TagClouds block, there's nothing there, not even an EMPTY DIV. I looked at console. Nothing.
How do I debug this? How do I fix it?