Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter howtostudykorean

    (@howtostudykorean)

    Thanks for the response.

    I’ve fully updated to 1.6.5 and the issue is still persisting.

    I’ve left the page I’m working on (same link as above) with the use of the

      code wrapping the long list of titles (from “Korea” to “student”). It is the one thing that shows the most promise in fixing it. If you look at the list I have, the first two vocabulary words (“Korea” and “city”) are close, which is the way I want the space between each title to be. There are spacing problems within the hidden content of those two titles, but I’ll happily take the spacing problems within the hidden content over the spacing problems of the titles.

    It’s just a guess, but I think because I have

    wrapping more things than just a list of [expand] … [/expand] that it is causing a problem.

    This is what the code looks like now:

    <ul>
    Nouns:
    <a href="https://www.howtostudykorean.com/wp-content/uploads/2014/01/wLesson1-1.mp3">??</a> = [expand title="Korea" trigclass="arrowright"]
    
    Common Usages
    ?? ?? (Korean person)
    ??? (Korean language)
    
    Examples
    ?? 7? ?? <strong>??</strong>?? ???? = I lived in <strong>Korea</strong> for seven years
    ?? ??? <strong>??</strong>? ? ??? = I will go to <strong>Korea</strong> next year
    ?? ???? ?? <strong>??</strong>? ? ???? = My mom will come to <strong>Korea</strong> this year
    ?? ???? <strong>??</strong>?? ???? = I learned Korean in <strong>Korea</strong>[/expand]
    
    <a href="https://www.howtostudykorean.com/wp-content/uploads/2014/01/wLesson-1-2.mp3">??</a> = [expand title="city" trigclass="arrowright"]
    
    Example:
    ??? ? <strong>??</strong>?? = Seoul is a big <strong>city</strong>[/expand]
    
    <a href="https://www.howtostudykorean.com/wp-content/uploads/2014/01/wLesson-1-3.mp3">??</a> = [expand title="name" trigclass="arrowright"]
    Common Usages
    ??? ???? (What is your name?)
    ? ??? __??? (My name is__)
    
    Examples
    ? ??? <strong>??</strong>? ???? = What is that person’s <strong>name</strong>?
    ?? <strong>??</strong>? ?????? = My <strong>name</strong> is ???[/expand]
    
    ...
    ...
    ...
    
    </ul>

    Thanks again,

    Will

Viewing 1 replies (of 1 total)