in Education by
I have a color visualizer on my website in which visitors can design metal buildings. You can view it here. Now, when you are on the visualizer clicking through the colors, notice how the building colors change for the wall, roof, and trim colors. However, when clicking through the "Door Color" swatches, the door colors will not change. I've inspected my code and still can not find where this issue is coming from. I'm seeking another pair of eyes that could possibly help me fix this issue. Thank you in advance. function myFunction() { window.print(); }
.mySlides { display: none; position: absolute; } .active { display: block; } var slideIndex = 1; function plusDivs(n) { showDivs(slideIndex += n); } function currentDiv(n) { showDivs(slideIndex = n); } function showDivs(n) { var i; var x = document.getElementsByClassName("mySlides"); var dots = document.getElementsByClassName("demo"); if (n > x.length) { slideIndex = 1 } if (n < 1) { slideIndex = x.length } var children = x[slideIndex - 1].parentElement.getElementsByTagName('img') var clickedElement = x[slideIndex - 1] for (var i = 0; i < children.length; i++) { if (children[i] != clickedElement) { children[i].classList.remove("active"); } } clickedElement.classList.toggle("active"); }
image image image image image image image image image image image image image image image image image image image image image image image image image image
image image image image image image image image image image image image image image image image image image image image image image image image image
image image image image image image image image image image image image image image image image image image image image image image image image image
image image image image image image image image image image image
image image image

























WALL COLOR

image image image image image image image image image image image image image image image image image image image image image image image image image

ROOF COLOR

image image image image image image image image image image image image image image image image image image image image image image image image image

TRIM COLOR

image image image image image image image image image image image image image image image image image image image image image image image image image

DOOR COLOR

image image image image image image image image image image image

WAINSCOT COLOR

image image image

*SIGNATURE 300 PANELS COST 35% MORE THAN SIGNATURE 200 PANELS.


SOME COLORS ON SCREEN MAY VARY FROM ACTUAL RESULTS.

Run code snippetExpand snippet JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
Check your image source, you dont seem to have a https://www.metaldepotinc.com/xDFG.png file for example

Related questions

0 votes
    I have a color visualizer on my website in which visitors can design metal buildings. You can view it ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 7, 2022 in Education by JackTerrance
0 votes
    var str = ' Header Paragraph I have a string str I want to separate h1 and p text. Result: var ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 26, 2022 in Education by JackTerrance
0 votes
    var str = ' Header Paragraph I have a string str I want to separate h1 and p text. Result: var ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 26, 2022 in Education by JackTerrance
0 votes
    var str = ' Header Paragraph I have a string str I want to separate h1 and p text. Result: var ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 26, 2022 in Education by JackTerrance
0 votes
    var str = ' Header Paragraph I have a string str I want to separate h1 and p text. Result: var ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 26, 2022 in Education by JackTerrance
0 votes
    var str = ' Header Paragraph I have a string str I want to separate h1 and p text. Result: var ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 26, 2022 in Education by JackTerrance
0 votes
    I have an HTML table with a search field to filter the result by Name. And another field to show ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Apr 22, 2022 in Education by JackTerrance
0 votes
    I'm trying to change the color of text lines containing "Accepted" to green and all others to red ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked May 26, 2022 in Education by JackTerrance
0 votes
    Write the HTML code to get the line with 5 as thickness, length 50% and color as red Select the correct answer from above options...
asked Dec 24, 2021 in Education by JackTerrance
0 votes
    What is not true in context of HTML tag ? O Table cell changes its width automatically based on content O We can ... table border is o Select the correct answer from above options...
asked Nov 30, 2021 in Education by JackTerrance
0 votes
    Which of the following is the correct HTML syntax for adding background color? 1.

... /p> 4.

...
asked Jul 12, 2021 in Technology by JackTerrance
0 votes
    Different JavaScript Questions and Answers...
asked Sep 17, 2022 in Technology by Editorial Staff
0 votes
    I've created a getSpectrum method using the getByteFrequencyData method on the Web Audio API's Analyser Node ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 27, 2022 in Education by JackTerrance
0 votes
    This is part of the component : import MyComp from '../../lib/MyComp' const Data = ( { data } ... , JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 26, 2022 in Education by JackTerrance
0 votes
    Have jquery dialog as closeOnescape as false. want to trigger an event based on esc key press how do ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jul 20, 2022 in Education by JackTerrance
...