Problems, need help? Have a tip or advice? Post it here.
3 posts Page 1 of 1
I'm trying to insert multiple pieces of javascript, separated by text, on a page. (The scripts pull in forms for event registration, one script per event.) Right now, at least, Couch is not allowing any script but the top one on the page to display or function, although text appears unaffected.

Ideas? Solutions? Thanks!

Lex Alexander
lex.alexander@greensboro.edu
Javascript? Couch has nothing to do with it.. You can list as many scripts as you want.
Join COUCH:TALK channel here https://t.me/couchcms_chat
Ryazania — a framework to boost productivity with Add-ons viewtopic.php?f=2&t=13475
Support my efforts to help the community https://boosty.to/trendo/donate
I will suggest you the following:
1. Use only one parent script, for example: 1.11.x or some higher one like 2.1.x
2. Remove all other parent scripts.
This will help you by removing the conflict in the scripts also, will save you the hassle to use noconflict().

You can then use as many child scripts (like, script for banner, for accordians, for tabs, etc) as you would want on the page .

If there is some thing else, please feel free to post your code so that the Forum Members can help you even better.

Regards,
GenXCoders
Image
where innovation meets technology
3 posts Page 1 of 1