
Frank Perazelli
-
Gesamtaktivitäten37
-
Letzte Aktivität
-
Mitglied seit
-
Folge ich0 Benutzer
-
Gefolgt von0 Benutzer
-
Stimmen12
-
Abonnements15
Aktivitätsübersicht
Neueste Aktivität von Frank Perazelli-
Frank Perazelli hat einen Kommentar hinterlassen
@Gizem Here is the relevant code from my JS that produces what you are looking for: // Limit Article List to display only 3 entriesif (document.location.href.indexOf('section') == -1 ) { var catego...
-
Frank Perazelli hat einen Kommentar hinterlassen
How can I vertically center the text in category-list? The vertical-align property seems to have no affect in either the "category-list li" or "category-list li a" code. One of my categories now ha...
-
Frank Perazelli hat einen Kommentar hinterlassen
This code works OK on my HC: // Limit Article List to display only 3 entries if (document.location.href.indexOf('section') == -1 ) { var categories = $('ul.article-list'); for (var j = categories....
-
Frank Perazelli hat einen Kommentar hinterlassen
@Geoff - I've compared what is working on our site to the code above. The only difference is this: // change the heading title var catHeader = $(categories[j]).parent().find('h3 a'); var catTitle...
-
Frank Perazelli hat einen Kommentar hinterlassen
@Erik - You can reduce the height of the Section blocks by adjusting the CSS for .section-tree h3 line-height: 60px; This will reduce the amount of scrolling to see all your sections...
-
Frank Perazelli hat einen Kommentar hinterlassen
No that option does not yet exist. You can only Follow from a Section, each on individually. Sorry...
-
Frank Perazelli hat einen Kommentar hinterlassen
@Jose - No any user can Follow any or all Sections.
-
Frank Perazelli hat einen Kommentar hinterlassen
@Jose - Unfortunately the option currently available is to Follow a Section. As the Admin for my Help Center I follow all Sections so that when an author adds an article I get a notification. If yo...
-
Frank Perazelli hat einen Kommentar hinterlassen
We ask our users to Follow the Section. When we post a new article an email is generated to users Following that Section. If we do a major update, we temporarily remove the article by making it a d...
-
Frank Perazelli hat einen Kommentar hinterlassen
@Wes - Several months ago we used a modification of your code to display the article count in parens following the Section name. In our code we used a split function which suddenly ceased working o...