Delete button on Mini cart popup not working and turning screen black on home page magento 2.2 The 2019 Stack Overflow Developer Survey Results Are InCustomer sections (i.e. mini cart) updated on product page but not on category pageMagento 2 : Cart Total Not UpdatingError cart message on AjaxMobile hamburger menu action doesn't work at first page load on Magento 2.2Magento 2: Place an Order Checkout button popup boxMagento2: black screen after display mini cartMagento 2: Observer add product to cart?How to remove the cart link from homepage of magento 2?Make a PDF appear as a book in Magento 2Magento 2: Product review page layout gets changed
Get name of standard action overriden in Visualforce contorller
Loose spokes after only a few rides
What could be the right powersource for 15 seconds lifespan disposable giant chainsaw?
Deal with toxic manager when you can't quit
Getting crown tickets for Statue of Liberty
If I can cast sorceries at instant speed, can I use sorcery-speed activated abilities at instant speed?
Why doesn't shell automatically fix "useless use of cat"?
If I score a critical hit on an 18 or higher, what are my chances of getting a critical hit if I roll 3d20?
What to do when moving next to a bird sanctuary with a loosely-domesticated cat?
Using xargs with pdftk
Output the Arecibo Message
Pokemon Turn Based battle (Python)
What's the name of these plastic connectors
Is it possible for absolutely everyone to attain enlightenment?
Relationship between Gromov-Witten and Taubes' Gromov invariant
Why not take a picture of a closer black hole?
How to display lines in a file like ls displays files in a directory?
Is it correct to say the Neural Networks are an alternative way of performing Maximum Likelihood Estimation? if not, why?
Is it safe to harvest rainwater that fell on solar panels?
How to support a colleague who finds meetings extremely tiring?
Why don't hard Brexiteers insist on a hard border to prevent illegal immigration after Brexit?
A word that means fill it to the required quantity
Dropping list elements from nested list after evaluation
How much of the clove should I use when using big garlic heads?
Delete button on Mini cart popup not working and turning screen black on home page magento 2.2
The 2019 Stack Overflow Developer Survey Results Are InCustomer sections (i.e. mini cart) updated on product page but not on category pageMagento 2 : Cart Total Not UpdatingError cart message on AjaxMobile hamburger menu action doesn't work at first page load on Magento 2.2Magento 2: Place an Order Checkout button popup boxMagento2: black screen after display mini cartMagento 2: Observer add product to cart?How to remove the cart link from homepage of magento 2?Make a PDF appear as a book in Magento 2Magento 2: Product review page layout gets changed
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I'm having an issue on magento 2.2,
The Delete button on Mini cart popup is not working and turning screen black on home page
strangely when you click the delete icon the screen just darkens and and gets darker every time you press it until its just black,
This image is before you click the delete icon:

here it is after clicking it:

and it gets darker on every press,
This doesn't happen when not on the home page,
in other pages such as the catalog, you can just delete from the cart normally,
anyone know why this is happening and how to fix it?
Thanks in advance,
Gavin
magento2 magento2.2
New contributor
Gavin Delaney is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
add a comment |
I'm having an issue on magento 2.2,
The Delete button on Mini cart popup is not working and turning screen black on home page
strangely when you click the delete icon the screen just darkens and and gets darker every time you press it until its just black,
This image is before you click the delete icon:

here it is after clicking it:

and it gets darker on every press,
This doesn't happen when not on the home page,
in other pages such as the catalog, you can just delete from the cart normally,
anyone know why this is happening and how to fix it?
Thanks in advance,
Gavin
magento2 magento2.2
New contributor
Gavin Delaney is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
did you see any error in your browser console?
– magefms
Apr 8 at 9:40
@magefms no not seeing any errors..any idea why this would be happening?
– Gavin Delaney
Apr 8 at 9:43
honestly, I haven't met that kind of issue before but I think it has something to do with the button class conflict with some classes on the homepage. Maybe you can start debugging by changing your theme to the default one and check if the issue still persists.
– magefms
Apr 8 at 9:50
add a comment |
I'm having an issue on magento 2.2,
The Delete button on Mini cart popup is not working and turning screen black on home page
strangely when you click the delete icon the screen just darkens and and gets darker every time you press it until its just black,
This image is before you click the delete icon:

here it is after clicking it:

and it gets darker on every press,
This doesn't happen when not on the home page,
in other pages such as the catalog, you can just delete from the cart normally,
anyone know why this is happening and how to fix it?
Thanks in advance,
Gavin
magento2 magento2.2
New contributor
Gavin Delaney is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
I'm having an issue on magento 2.2,
The Delete button on Mini cart popup is not working and turning screen black on home page
strangely when you click the delete icon the screen just darkens and and gets darker every time you press it until its just black,
This image is before you click the delete icon:

here it is after clicking it:

and it gets darker on every press,
This doesn't happen when not on the home page,
in other pages such as the catalog, you can just delete from the cart normally,
anyone know why this is happening and how to fix it?
Thanks in advance,
Gavin
magento2 magento2.2
magento2 magento2.2
New contributor
Gavin Delaney is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Gavin Delaney is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Gavin Delaney is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
asked Apr 8 at 9:26
Gavin DelaneyGavin Delaney
62
62
New contributor
Gavin Delaney is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
New contributor
Gavin Delaney is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
Gavin Delaney is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
did you see any error in your browser console?
– magefms
Apr 8 at 9:40
@magefms no not seeing any errors..any idea why this would be happening?
– Gavin Delaney
Apr 8 at 9:43
honestly, I haven't met that kind of issue before but I think it has something to do with the button class conflict with some classes on the homepage. Maybe you can start debugging by changing your theme to the default one and check if the issue still persists.
– magefms
Apr 8 at 9:50
add a comment |
did you see any error in your browser console?
– magefms
Apr 8 at 9:40
@magefms no not seeing any errors..any idea why this would be happening?
– Gavin Delaney
Apr 8 at 9:43
honestly, I haven't met that kind of issue before but I think it has something to do with the button class conflict with some classes on the homepage. Maybe you can start debugging by changing your theme to the default one and check if the issue still persists.
– magefms
Apr 8 at 9:50
did you see any error in your browser console?
– magefms
Apr 8 at 9:40
did you see any error in your browser console?
– magefms
Apr 8 at 9:40
@magefms no not seeing any errors..any idea why this would be happening?
– Gavin Delaney
Apr 8 at 9:43
@magefms no not seeing any errors..any idea why this would be happening?
– Gavin Delaney
Apr 8 at 9:43
honestly, I haven't met that kind of issue before but I think it has something to do with the button class conflict with some classes on the homepage. Maybe you can start debugging by changing your theme to the default one and check if the issue still persists.
– magefms
Apr 8 at 9:50
honestly, I haven't met that kind of issue before but I think it has something to do with the button class conflict with some classes on the homepage. Maybe you can start debugging by changing your theme to the default one and check if the issue still persists.
– magefms
Apr 8 at 9:50
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Gavin Delaney is a new contributor. Be nice, and check out our Code of Conduct.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f269124%2fdelete-button-on-mini-cart-popup-not-working-and-turning-screen-black-on-home-pa%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Gavin Delaney is a new contributor. Be nice, and check out our Code of Conduct.
Gavin Delaney is a new contributor. Be nice, and check out our Code of Conduct.
Gavin Delaney is a new contributor. Be nice, and check out our Code of Conduct.
Gavin Delaney is a new contributor. Be nice, and check out our Code of Conduct.
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f269124%2fdelete-button-on-mini-cart-popup-not-working-and-turning-screen-black-on-home-pa%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
did you see any error in your browser console?
– magefms
Apr 8 at 9:40
@magefms no not seeing any errors..any idea why this would be happening?
– Gavin Delaney
Apr 8 at 9:43
honestly, I haven't met that kind of issue before but I think it has something to do with the button class conflict with some classes on the homepage. Maybe you can start debugging by changing your theme to the default one and check if the issue still persists.
– magefms
Apr 8 at 9:50