jaykaybee
Forum Replies Created
-
@griffinacademy my email is jkbweb at gmail.com. Thanks! Regardless of Link Library, I am also trying to learn more about controlling excerpts, e.g. for bbpress excerpts.
Forum: Plugins
In reply to: [Link Library] Using a tag cloud in sidebar with Link Library pagePPS I tested the “Custom Post Type Widgets” plugin, and under Taxonomy dropdown it shows Tags link_library_tags. So does the plugin “Ultimate Tag Cloud”. See screenshot:
https://www.dropbox.com/s/k19f8f7kfava56p/Screenshot%202019-03-31%2021.56.15.png?dl=0However, when I display the page, Ultimate Tag CLoud shows no links.
The Tag Cloud widget from “Custom Post Type Widgets” does show the links, screenshot:
https://www.dropbox.com/s/ksdlg37cxfclnjj/Screenshot%202019-03-31%2021.57.36.png?dl=0But when I click on the links I get this error message, at URL https://devgo.jeffbelkora.com/?link_library_tags=finance: “It seems we can’t find what you’re looking for. Perhaps searching can help.”
Screenshot:
https://www.dropbox.com/s/apqt7l99o3skz60/Screenshot%202019-03-31%2021.58.13.png?dl=0So it seems some tag cloud widgets can “see” and display the right links in a tag cloud, but they don’t actually work as intended.
Forum: Plugins
In reply to: [Link Library] Using a tag cloud in sidebar with Link Library pageThanks for your response. So far I have not found a tag cloud generator that supports custom post types. Can you list a few by name? I’ve tried “Tag Cloud” and “Ultimate Tag Cloud” and “Cool Tag CLoud.”
What is the name of the built-in tag generation function? Where do I access it to use it in a sidebar etc? When you say, “By default, the links don’t go anywhere though, but I could make them links to the categories” I don’t quite understand. I do not want to rely on categories only for tags, I really want to use tags in the tag cloud.
So to answer your questions:
1. What function would you like for the tag cloud?
– Would like to be able to configure the tag cloud to display tags from the link library, while excluding other tags
– Would like to add this tag cloud to a sidebar that I would make using “Content Aware Sidbars” (plugin) so I could tell it to display on one or more pages that show Link Library display
– I actually don’t really care about the “cloud” nature of the tag cloud. In other words, I don’t need frequency counts, or graphics. I just want a list of tags, so people can filter the links, not just by category, but by tag.
– In essence, the benefit of a tag is that you can have an entry in one category that has multiple tags, even if it doesn’t belong to multiple categories. With a tag cloud, the user can filter to all the links that share a tag.
– As an example, I am designing a list of resources for consumer health and finance. These are broad topics. I might just have two categories: health, and finance. But for each link that I list, I may want to use several tags from among dozens of possible tags, e.g. (using # to denote tag), #app, #book, #website, #article. Then someone could filter the links for all the books listed.2. Would you want the link categories to be links to jump to these sections of the link page?
– Not sure I understand this question, I would want the tag cloud to provide links that “filter” the link libraries so only the links with the selected tag would be shown. I don’t really need categories in the tag cloud. Just tags. (Although perhaps others would want categories in there?)3. Would you want to display this tag cloud on pages other than your library of links?
– Probably not
– However, I plan to have multiple pages displaying library of links in different display configurations. So would want to use the tag cloud, optionally, on multiple pages.Thanks again for this great plugin!
PS Ultimate Tag Cloud widget plugin seemed like it should work, and would accomplish most or all of the above, but for some reason it does not “see” the Link Library tags.
Hi Yannick, my intended use for the Link Library is to share links that have valuable resources, but also provide some commentary. I could link to another page for commentary, but it seems very efficient to keep the commentary right near the link. But, at the same time, having a long-ish commentary reduces the “skimmability” of a long list of links. Hence my interest in “read more” tag that either expands/collapses the text; or takes the user to a dedicated link page (or perhaps there are even other ways of implementing this).
Some of my commentaries can run a few hundred words. Most are within 100 words.
When you ask, “Would having a way to cut off content based on length be more user-friendly than having to place Read More tags in each individual link?” – I’m not sure I understand how you would propose to cut off content. If the content is cut off, could it be at a user-specified length? And where would the user go to see the rest of the content? Could it just be expanded/collapsed?
I don’t mind adding a read-more tag manually for each entry. But I wouldn’t mind a hard cut-off in the display, as long as the user can easily access the sequel.
Thanks for this great plugin!
Forum: Plugins
In reply to: [Link Library] Using a tag cloud in sidebar with Link Library pagePS I found another topic which asked this question, but unfortunately I am too much of a WordPress newbie to understand your answer: https://wordpress.org/support/topic/how-to-get-link-library-tag-cloud/#post-11375056. I’ve posted there asking for elaboration on that topic, or perhaps you can explain fresh here, at a remedial level if possible. Thanks!
Forum: Plugins
In reply to: [Link Library] How to get Link Library Tag CLOUD?I’m looking for the same thing – a tag cloud (along with the search bar)
I know this has been flagged as solved but could someone explain what the following mean in the above discussion:
@dnuttall says “The built-in tag widget” – I don’t seem to have a built in tag widget. Is this theme dependent? I’m using Astra theme. Did this used to be core and then moved out? What tag widget should I use as a plugin? I’ve tried several that don’t show link tags.Then @dnutall says “expects the wp_posts:post_type value to be “post” or “page” – maybe I would understand this if I had a built-in tag widget. Is this an argument or setting in the cloud widget?
Then @jackdewey says, “The post type for Link Library is link_library_links. So if you can specify a post type in the widget, this should do the trick.” – so now I should look for a tag cloud widget that will allow me to specify the post type for the tags it displays?
I am new to WordPress, as you can tell! – please offer any elaborations that might clarify.
PPS I also tried using the read more tag in the longer description field. That failed. But it gave me the idea of looking for a better read more plugin. I installed “Read More by Edmon” plugin, and it seems to be working for me. I’m still curious, before you close this item, if you could comment on other possible approaches (and why doesn’t the readmore tag built in to wordpress work here?) Thanks!
Forum: Plugins
In reply to: [Simple Links] Truncate then expand/collapse description or custom fieldsPS I tried using Read More tag in description but that didn’t work. Then I tried using a text expander/hider plugin called Read More by Edmon. It relies on shortcodes that are not recognized in the simple links description field. Wondering if there is any other way to go.
PS I found another support item with a possible clue about how to do this.
See https://wordpress.org/support/topic/styling-tags-inline-with-the-link/
The plugin creator responded: “Sure. If you go to the Advanced tab in Library Configurations, then find Link Tags in the table of elements, just add: <span class=”link_tag”> in the before column for Link Tags, and </span> in the After column.
The CSS rule you wrote should then style your tags.”
Unfortunately I don’t know CSS. But it suggests that the Advanced tab might let me hire a developer to add some markup code in the Table of Elements, and then write some CSS.
Is this the right way to go about it?
Any ideas if CSS can expand/collapse a description or note element if properly used like this?
Or any other approaches?
Thanks!
Forum: Plugins
In reply to: [Name Directory] 2019-03-17 A Tip for Directory Authors on TaggingOK just to be clear, I was sharing my tip for tagging in the name field, not requesting new functionality. I have implemented the “name field tagging” in my test directory. It works great! The advantage of tagging in the name field is that then users can see, at a glance when browsing, which are the topic categories/tags that they can put in the search box.
I will also test your suggestion, the way I understand it is that if I want to show anyone the directory already filtered to a specific tag, I can share a URL with the search term included in the URL as you suggest.
I am also going to test combining a few ideas that we have been discussing. For example, I may implement a #updated tag when something is updated from the original, and a #new tag when new entries are added. Then I could email my WordPress members a URL like you suggest that shows them new or updated entries.
I will test this and get back to you. Lots of potential flexibility here. Thanks again for this great plugin.
PS NicEdit looks very promising. I don’t understand the issue of div tags, but other than that, looks great! I wonder if they would be responsive to your feedback on div tags, maybe that can be made optional? I am happy to write them in support of your request if you go that direction.
Yes the forum editor is BBpress which WordPress developers also built, as they state in https://codex.wordpress.org/FAQ_Forums.
That is actually my other alternative for hosting a directory, is to make it a BBpress forum that is “one-way” – in other words, has no comments or interaction, but consists of short posts from me (the directory author). I tested this out and it is reasonably feasible. It involves a lot of CSS to strip out everything that is NOT needed and leave just the bare bones forum topic “posts” (again, closed to comments). You get some nice features from BBpress, including search, tags, a reasonable text edit box, and an RSS feed for each topic. I am going to implement a small version of my directory in BBpress and also in Name Directory. I have a feeling that the simplicity of Name Directory (one plug in and no CSS adjustments) will win out. I will keep you posted.
Forum: Plugins
In reply to: [Name Directory] 2019-03-17 Feature request for automated notificationsYes I see your point about notifications being complex. I will figure out a way to work around this, for example, I can make people sign up for access to the directory via my WordPress membership plugin, and then I can manually email those people when there is a significant change.
Forum: Plugins
In reply to: [Name Directory] 2019-03-16 Request option to bulk hide and deleteGreat, that is exactly what I need for when I want to hide an entry that is no longer valid, but want to keep track of the fact that it was once in the directory. Perfect.
Forum: Plugins
In reply to: [Name Directory] 2019-03-16 Request option to bulk hide and deleteThanks Jeroen, I need to go back and look at publish/unpublish, I did not register that distinction. Look forward to see what you come up with on this!