Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

all gets hidden by javascript #3

Open
ghost opened this issue Nov 29, 2016 · 0 comments
Open

all gets hidden by javascript #3

ghost opened this issue Nov 29, 2016 · 0 comments

Comments

@ghost
Copy link

ghost commented Nov 29, 2016

since you included '<a name="tx-mwkeywordlist-top"></a>' . in this line the javascript code is not working for us anymore. can you explain how we can fix it? the typoscript looks as follows:

plugin.tx_mwkeywordlist_pi1 {
    sectionTopLink = TEXT
    sectionTopLink {
        wrap = <p class="csc-linkToTop">|</p>
        value = Nach oben
        noTrimWrap = | ||
        typolink {
            parameter.data = page:uid
            section = top
            title = Nach oben
        }
    }
}

everything seems to be loaded correctly - no errors, warnings, notices. the keywordlist is generated and - as soon as the javascript init-method runs - all gets hidden, including the jumpmenu.

dom-snippet

when i remove '<a name="tx-mwkeywordlist-top"></a>' . from the mentioned line in ListView.php everything works fine.

Can you help me?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants