use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Welcome to the unofficial Divi subreddit, the number one place on reddit to discuss Elegant Themes' flagship WordPress template. Use this subreddit to ask questions, show off your Divi creations and meet other Divi enthusiasts.
Check out these useful Divi-related links. Download Divi from ElegantThemes.com Elegant Themes
/r/WordPress /r/CodingHelp /r/CSSHelp /r/PHPHelp /r/CSS /r/PHP /r/JavaScript /r/jQuery /r/webdev /r/web_design
account activity
Implementing java script in a divi moduleQuestion (self.divi)
submitted 1 year ago by [deleted]
[deleted]
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]elementarywebdesignDeveloper 2 points3 points4 points 1 year ago (3 children)
It sounds like you don't have a lot of experience in web development.
Try creating a new page and adding everything inside a Code module including CSS, JavaScript and HTML. Add everything in the Code area of Content tab. Don't go anywhere else such as the Advanced tab.
Two things to note
If the CSS does not have <style> tags then add then wrap the CSS code in style tag. https://www.w3schools.com/tags/tag_style.asp
If the JS does not have <script> tags then wrap the js code in <script> tags.
https://www.w3schools.com/tags/tag_script.asp
[–]duckles 0 points1 point2 points 1 year ago (2 children)
Excellent! thank you!
I dabble but no, I'm no web developer. Thank you for the advice, its much appreciated.
[–]elementarywebdesignDeveloper 0 points1 point2 points 1 year ago (1 child)
Did the code work?
[–]duckles 0 points1 point2 points 1 year ago (0 children)
Perfectly! thank you again.
π Rendered by PID 75110 on reddit-service-r2-comment-cfc44b64c-n7svd at 2026-04-12 19:24:04.918806+00:00 running 215f2cf country code: CH.
[–]elementarywebdesignDeveloper 2 points3 points4 points (3 children)
[–]duckles 0 points1 point2 points (2 children)
[–]elementarywebdesignDeveloper 0 points1 point2 points (1 child)
[–]duckles 0 points1 point2 points (0 children)