WPIntell

Source evidence

Archive Drop Down does not work.

News Manager · support · 2017-10-25T15:02:00+00:00

complaintsentiment
mediumseverity
0.81relevance
1replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

8 / 37 rows with source links

21.6% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

29 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
melissagw unresolved
We are using the news archive in the widget. When the dates are listed they work. However we would like it to be a dropdown, and there is an option to select this. So we have, but it does not work. Is there anything that can be done to get it working please? Thank you 🙂 The page I need help with: [ log in to see the link] Might be a little too old to help @melissagw , but it looks like the author has pretty much abandoned this plug-in and I recently ran into the same problem. The drop-down style Archive Widget can be made functional by doing the following. Open the news-manager/js/front-widget.js file. Immediately after the jquery document ready statement, so starting on line 2, add the following: $(document).on(‘change’, ‘.widget_news_manager_archive_widget select’, function() { window.location.href = $(this).val(); }); There is a lot more that could be done here… but that will add simple redirecting functionality back in.

Comments

1 shown
leifer 2018-02-21T18:54:00+00:00

Might be a little too old to help @melissagw , but it looks like the author has pretty much abandoned this plug-in and I recently ran into the same problem. The drop-down style Archive Widget can be made functional by doing the following. Open the news-manager/js/front-widget.js file. Immediately after the jquery document ready statement, so starting on line 2, add the following: $(document).on(‘change’, ‘.widget_news_manager_archive_widget select’, function() { window.location.href = $(this).val(); }); There is a lot more that could be done here… but that will add simple redirecting functionality back in.