Plugin Author
wpseek
(@alphawolf)
Hi @eswilson,
try adding the following to the end of your theme’s style.css file:
.sya_container #sya_yearslist {
font-size: 1px;
}
.sya_container #sya_yearslist a {
display: block;
font-size: initial;
}
hiya— i added this css to my site, however the links are still appearing on a single line. additionally, the links are not going to their respective archive pages, instead they are simply adding a # at the end of the news page (where the archive shortcode is).
any idea how that could be fixed as well?
thanks so much for your time!
update: i was able to get the years to appear as a list with the code you sent, but by removing the id (#sya_yearslist).
however, the links are still not working.
site is here
p: MTCstaging
u: MTC2020
thanks for any insight!
Plugin Author
wpseek
(@alphawolf)
Hi @eswilson, try unchecking “Collapsible years?” and enable the “Linked years?” option in the plugin’s settings.