• Resolved eswilson

    (@eswilson)


    hello—
    i am interested in a list of years for my archive, just like on your demo. however the years are all appearing on the same line. how can i get each year to appear on its own line?

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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;
    }
    
    Thread Starter eswilson

    (@eswilson)

    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!

    Thread Starter eswilson

    (@eswilson)

    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.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Years appear on same line’ is closed to new replies.