Skip to content

Particular section(COLLAPSIBLE CARD) works well in Local but doesn't expands on github webpage #23295

Answered by darrowby385
amangupt01 asked this question in General
Discussion options

You must be logged in to vote

Hi, @amangupt01!

This sort of trouble is commonly caused by incorrect file paths. A great way to diagnose these issues is using your browser’s development tools, specifically its console. Most browsers offer such functionality:

Inspecting your site with my browser’s console, I spotted some helpful 404 errors, suggesting a CSS stylesheet named paper-collapse.min.css and a JavaScript file named paper-collapse.min.js were failing to load. Digging a little deeper, I noticed that these files were referenced as …/paper-collapse.min.css and …/paper-collapse.min.js in your HTML:

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants