Larry McMahon
Forum Replies Created
-
Forum: Plugins
In reply to: [Link Library] link library stykesheet for each libraryHi,
I would prefer a new section to style each library. That will make it easier for me to track my changes to each library css. Kinda like a child theme or custom css under appearences.
Larry
Forum: Plugins
In reply to: [Link Library] Library configurations >Common exclusion/inclusion listHi,
Ok, I see how to make that work.
Is there some way to add links for a second link library or is this controlled by using seperate link categories for each library which are excluded from one library and included in the other?
I can’t find a way to control the images. I can’t alignleft to get the text to the right of the img.
Also, I’m not sure I want the image underlined as a link. See this dev site link:https://web-weaving.ws/library/
Regards
Forum: Plugins
In reply to: [Link Library] Link Categories – “None Assigned”….Sorry, a cache issue. it ha fixed it.
Forum: Plugins
In reply to: [Link Library] Link Categories – “None Assigned”….Hi,
Going back to the previous version did not resolve the issue.
larry
Forum: Plugins
In reply to: [Link Library] Link Categories – “None Assigned”….Hi,
Same here. I see the categories listed from the dashboard, but they are not showig up on the website page.
I have beed using the beta version, but never saw this issue b4.
Larry
Forum: Plugins
In reply to: [Link Library] Using the Category link takes user past the category.Forum: Plugins
In reply to: [Link Library] Using the Category link takes user past the category.Hi,
I tried this link library on another twentyseventeen theme site with the same results.
Larry
Forum: Plugins
In reply to: [Link Library] Search short code behaviorHi,
That removed the listing of categories w/o search hit rater than greying them out.
This is fine with me, and is better for Mobile devices.However, I still want a “Clear Search” button to help users get back to the full list of categories
Larry
P.S. then maybe we can talk about getting the category links to be responsive and cont overlayed by the menu on some devices.
Forum: Plugins
In reply to: [Link Library] Search short code behaviorHi,
Also include the option of adding a “clear search” button.
The 24th is fine. As is the donation.
After this, then maybe you can look into the twenty seventeen theme menu overlay issue.
Adding 25% top-padding has helped.Larry
Forum: Plugins
In reply to: [Link Library] Search short code behaviorHi,
If you think this greying out of categories with no search hits us something you would do, I will make a donation.
BTW, this is for a non-profit group. How much should I donate?Larty
Forum: Plugins
In reply to: [Link Library] Search short code behaviorHi,
So maybe having the search grey out category links w/o search hits ao the user knows categoies to select or choose to scroll down.
The clear search button would also make use more clear.
Forum: Plugins
In reply to: [Link Library] Using the Category link takes user past the category.Hi,
After more testing….
I changed the padding-top for .linklistcatname to a percentage, but get the same results….Looks good on PC. When I scroll down on iPad and iPhone to click on a category that is not on the initial screen, the results are overlayed by the twentyseventeen theme menu.(I added a go-to-top button on the lower right to help with navigation.)
Larry
Forum: Plugins
In reply to: [Link Library] Using the Category link takes user past the category.Hi, looks ok on ipad until I turn it in a portrait mode rather than landscape.
Larry
Forum: Plugins
In reply to: [Link Library] Using the Category link takes user past the category.Hi,
This works, much like adding padding-top: 120px. I looks ok on the PC and iPad, but not on the iPhone.<script type=”text/javascript”>
var shiftWindow = function() { scrollBy(0, -120) };
window.addEventListener(“hashchange”, shiftWindow);
function load() { if (window.location.hash) shiftWindow(); }
</script>Forum: Plugins
In reply to: [Link Library] Using the Category link takes user past the category.Hi,
Just to confirm what I added to the footer is not in error:
<script src=”scripts/main.js”>
var shiftWindow = function() { scrollBy(0, -50) };
window.addEventListener(“hashchange”, shiftWindow);
function load() { if (window.location.hash) shiftWindow(); }
</script>Larry