Yahoo News
Sign in
Sign in to view your mail
- News
- US
- Politics
- Election Results
- World
- COVID-19
- Climate Change
- Health
- Science
- Originals
- The 360
- Skullduggery Podcast
- Conspiracyland
- Contact Us
- {promoMarkup}{notifMarkup}
{notificationCenterNavMsg}
',panelEmptyTemplate='
{emptyPanelMsg}
',panelErrorTemplate='
{errorMsg}
',panelParentTemplate='
',notifOnboardPromoTemplate='
{notifOnboardMsg}
',EXPANDED_PANEL="expanded_panel",ERROR_PANEL="error_panel",NotificationView=function(){function e(n,t){classCallCheck(this,e);var i=this;i._config=n,i._panelNode=null,i._store=t}return createClass(e,[{key:"_generatePanelMarkup",value:function(e,n){var t=this._config,i=void 0,o=void 0;"undefined"!=typeof window&&(i=window.Notification&&"default"===window.Notification.permission,o=t.promos.bypassEligibleClassCheck||hasClass(document.body,t.promos.eligibleBodyClass));var r=t.promos.enableNotifOnboard&&i&&o?notifOnboardPromoTemplate:"";if(r){var s=t.promos.showYahooLogo?"":"yns-no-logo";r=r.replace("{notifOnboardBtnLabel}",t.promos.notifOnboardBtnLabel).replace("{notifOnboardMsg}",t.promos.notifOnboardMsg).replace("{subscriptionTopic}",t.promos.subscriptionTopic).replace("{noLogoClass}",s).replace("{promoLogo}",t.promos.promoLogo)}var a=n.newCount>t.panel.maxCount?n.newCount:"",c=t.panel.notificationCenterPath,l=c?"":constants.panelHideElement,d=t.panel.headerMsg?"":" "+constants.panelHideElement,u=c?constants.panelPaddingBtm:"",p=void 0;n.count?p=n.markup:p=panelEmptyTemplate.replace("{emptyPanelMsg}",t.panel.emptyPanelMsg);return e=e.replace("{notifMarkup}",p).replace("{promoMarkup}",r).replace("{hideClass}",l).replace("{notifCenterLink}",c).replace("{paddingClass}",u).replace("{headerMsg}",t.panel.headerMsg).replace("{hideHeaderClass}",d).replace(/{notificationCenterNavMsg}/g,t.panel.notificationCenterNavMsg).replace(/{newCount}/g,a)}},{key:"render",value:function(e,n){var t=this;if(t._panelNode){var i=void 0,o=t._panelNode,r=void 0,s=void 0;switch(e){case EXPANDED_PANEL:i=panelTemplate,s=t._store.getNotifications(),r=t._generatePanelMarkup(i,s),o.innerHTML=r;break;case ERROR_PANEL:r=(i=panelErrorTemplate).replace("{errorMsg}",t._config.panel.errorMsg),o.innerHTML=r}n&&n()}else n&&n(new Error("No panel parent"))}},{key:"createPanelParentNode",value:function(e){e&&(e.innerHTML=panelParentTemplate,this._panelNode=document.getElementById(constants.panelNodeId))}},{key:"updateBadgeNode",value:function(e){if(e){var n=this._store.getNotifications().newCount,t=this._config.badge.maxCount;if(n){var i=n>t?t+"+":n;e.innerHTML=i}else e.innerHTML=""}}},{key:"addStyles",value:function(e){if(e&&"undefined"!=typeof window){var n=document.getElementById(this._config.panel.styleTagId);n||((n=document.createElement("style")).type="text/css",n.id=this._config.panel.styleTagId,n.innerText=e,document.head.appendChild(n))}}}]),e}(),EXPANDED_PANEL$1="expanded_panel",ERROR_PANEL$1="error_panel",PanelController=function(){function e(n,t,i){classCallCheck(this,e);var o=this;o._store=t,o._view=i,o._config=n;var r=o._config.panel;o._panelParentNode=document.querySelector(r.parentSelector),o._badgeNode=o._config.badge.selector&&document.querySelector(o._config.badge.selector),o._indicatorNode=r.indicatorSelector&&document.querySelector(r.indicatorSelector)}return createClass(e,[{key:"createPanelParentNode",value:function(){this._view.createPanelParentNode(this._panelParentNode),this._notifPanelNode=document.getElementById(constants.panelNodeId)}},{key:"refreshPanelNode",value:function(e,n){var t=this;addClass(t._notifPanelNode,constants.panelLoading),t._store.fetchNotifications(e,(function(e,i){var o=window.wafer&&window.wafer.base;o&&o.destroy(t._notifPanelNode),e?t._notifPanelNode.innerHTML||(t._view.render(ERROR_PANEL$1),addClass(t._notifPanelNode,constants.panelLoading)):(t._view.render(EXPANDED_PANEL$1),t._view.updateBadgeNode(t._badgeNode),t._showBadge(),t._showIndicator(),t._view.addStyles(i.css)),removeClass(t._notifPanelNode,constants.panelLoading),o&&o.sync(t._notifPanelNode.parentNode),n&&n(e,i)}))}},{key:"resetBadge",value:function(){var e=this;e._store.resetNewCount(),e._view.updateBadgeNode(e._badgeNode),addClass(e._badgeNode,e._config.badge.hideClass)}},{key:"_showIndicator",value:function(){this._indicatorNode&&(this._store.getNotifications().newCount?addClass(this._indicatorNode,this._config.panel.indicatorClass):removeClass(this._indicatorNode,this._config.panel.indicatorClass))}},{key:"_showBadge",value:function(){var e=this;e._store.getNotifications().newCount?removeClass(e._badgeNode,e._config.badge.hideClass):addClass(e._badgeNode,e._config.badge.hideClass)}}]),e}(),config={promos:{eligibleBodyClass:"display-push-promos",enableNotifOnboard:!0,bypassEligibleClassCheck:!1,notifOnboardBtnLabel:"Notify Me",notifOnboardMsg:"Get alerts for breaking news and top stories",promoLogo:"https://s.yimg.com/cv/apiv2/ae/news/circle_bell.png",showYahooLogo:!0,subscriptionTopic:"gondor_homerun_news"},badge:{hideClass:"",maxCount:5,selector:""},panel:{emptyPanelMsg:"You have no new notifications.",errorMsg:"",headerMsg:"Notifications",imageTag:"img:40x40|2|80",indicatorClass:"yns-indicator",indicatorSelector:null,maxCount:6,notificationCenterNavMsg:"View all {newCount} notifications",notificationCenterPath:"",notificationTypes:"",parentSelector:null,styleTagId:"notificationStyles",theme:"default"},service:{attemptCount:2,attemptDelay:1,url:null,resetUrl:null,isRMP:!1,responseType:"json",timeout:1500}},Main=function(){function e(n){classCallCheck(this,e);var t=this;t.config=t._parseConfig(n),t._validateRequiredConfigs()&&(t._request=new NotificationRequest(t.config),t._store=new NotificationStore(t.config,t._request),t._view=new NotificationView(t.config,t._store),t._panelController=new PanelController(t.config,t._store,t._view),t._panelController.createPanelParentNode(),t._assignHelperMethods())}return createClass(e,[{key:"_parseConfig",value:function(e){var n={};for(var t in objectAssign(n,config),n)if(n.hasOwnProperty(t)){var i=n[t],o=e[t];"object"===(void 0===i?"undefined":_typeof(i))?objectAssign(i,o):n[t]=e[t]}return n}},{key:"_validateRequiredConfigs",value:function(){var e=this.config;return!(!e.panel.parentSelector||!e.service.url)}},{key:"_assignHelperMethods",value:function(){var e=this;e.helpers={refreshPanelNode:e._panelController.refreshPanelNode.bind(e._panelController),resetBadge:e._panelController.resetBadge.bind(e._panelController),resetIndicator:function(){removeClass(e._panelController._indicatorNode,e.config.panel.indicatorClass)}}}}]),e}(),notificationClient_module_min=Main,notificationClient={NotificationClient:notificationClient_module_min},CONSUMPTION_STORAGE_KEY="lnct",NotifClient=function(){function e(){var e,n;this.personalized=!1,this.ybarElem=document.getElementById("ybar"),this.partnerClasses=null===(n=null===(e=this.ybarElem)||void 0===e?void 0:e.className)||void 0===n?void 0:n.match(/ybar-variant-([a-z]*)/),this.client=new notificationClient.NotificationClient(this.getConfig())}return e.prototype.refreshPanel=function(){var e,n,t,i=this,o={lastUpdate:this.getTimeStamp()||this.setTimeStamp(),loadInHpViewer:!0,includePersonalized:this.personalized},r=(null===(e=window.YAHOO)||void 0===e?void 0:e.context)||(null===(n=window.Af)||void 0===n?void 0:n.context)||{};return r.region&&r.lang&&(o.lang=r.lang,o.region=r.region),(null===(t=this.partnerClasses)||void 0===t?void 0:t.length)&&(o.partner=this.partnerClasses[1]),new Promise((function(e,n){i.client.helpers.refreshPanelNode({matrixParams:o},(function(t,i){t&&(logError("Notification refresh error:",t),n(t)),e(i)}))}))},e.prototype.resetBadge=function(){this.client.helpers.resetBadge(),this.setTimeStamp()},e.prototype.getConfig=function(){var e,n,t,i,o,r={promos:{eligibleBodyClass:"display-push-promos",enableNotifOnboard:!0},badge:{selector:"#notif-badge",hideClass:"ybar-notification-hidden"},panel:{emptyPanelMsg:"You have no new notifications.",errorMsg:"Please check back later.",headerMsg:"Notifications",maxCount:5,parentSelector:"#ybarNotificationBody",notificationTypes:"breakingNews"},service:{url:"/tdv2_fp/api/resource/NotificationHistory.getHistory",isRMP:!1}},s=document.getElementById("notification-container"),a=null===(e=null==s?void 0:s.dataset)||void 0===e?void 0:e.config,c={};if(a){"att"===(null===(n=this.partnerClasses)||void 0===n?void 0:n[1])&&(r.promos.showYahooLogo=!1);try{var l=JSON.parse(a);c=__assign({},l),this.personalized=1===l.personalize}catch(e){logError("Notifications config parsing error",e)}s&&delete s.dataset.config}var d=this.mergeConfigs(r,c);return(null===(t=this.partnerClasses)||void 0===t?void 0:t.length)&&"yahoo"!==(null===(i=this.partnerClasses)||void 0===i?void 0:i[1])&&(null===(o=d.promos)||void 0===o?void 0:o.subscriptionTopic)&&delete d.promos.subscriptionTopic,d},e.prototype.mergeConfigs=function(e,n){var t=__assign({},e);for(var i in e)t[i]=__assign(__assign({},e[i]),n[i]);return t},e.prototype.getTimeStamp=function(){var e;return null===(e=window.localStorage)||void 0===e?void 0:e.getItem(CONSUMPTION_STORAGE_KEY)},e.prototype.setTimeStamp=function(){var e,n=""+Math.floor((new Date).getTime()/1e3);return null===(e=window.localStorage)||void 0===e||e.setItem(CONSUMPTION_STORAGE_KEY,n),n},e}(),notifClient=new NotifClient,getNotifClient=function(){return notifClient},reInit=function(){notifClient=new NotifClient},ybarRapid,ybarRapidInterval,ybarRapidErrMsg="",beaconQueue=[],noop=function(){},logRapidError=function(){window.removeEventListener("beforeunload",logRapidError),""!==ybarRapidErrMsg&&logError("Rapid not found on page",new Error(ybarRapidErrMsg))},findRapidWithSpaceid=function(e){var n=void 0;if(e&&e.length>0)for(var t=0;t
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\".concat(self.i18n.t('search.voice.permission_title'), \"
\\n
\").concat(self.i18n.t('search.voice.permission_text'), \"
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n
\\n \\n \\n \\n \\n \\n \\n
\\n
\\n
\\n \\n \\n \".concat(self.i18n.t('search.voice.recognition_retry'), \"\\n
\\n
\\n
\\n
\\n
\\n
\\n \").concat(self.i18n.t('search.voice.trending_title'), \"\\n \\n
\\n
\\n
FAQs
What do professionals use to clean laminate floors? ›
- Canister vacuum.
- Mop (experts recommend a reusable mop with a microfiber head)
- Vinegar.
- Baking soda.
- Dish soap.
- Warm water.
- Medium-sized bucket.
Our top pick for the best overall laminate floor cleaner is Bona Hard-Surface Floor Cleaner for its expert approval, quick drying time, and impressive cleaning power. For those who prefer an effective cleaner with plant-based and eco-friendly ingredients, we recommend AspenClean Natural Floor Cleaner.
How do you deep clean laminate floors? ›Regular vacuuming or sweeping is the best way to keep dirt and dust at bay. Laminate floors also don't require any harsh chemicals. You can easily remove stains and spots with a solution of equal parts white vinegar and water.
What is the best way to clean laminate floors without streaking? ›Use a microfiber flat mop pad to mop your floor. Not only do microfiber mop pads clean well with just water, they also prevent your floors from getting too wet which can cause streaks. Microfiber mops don't even require a bucket to get the job done, and are easy to rinse and wring out in the sink.
What is the best way to clean and shine a laminate floor? ›- Sweep and vacuum the floors. Use a microfiber mop or a soft broom to sweep the debris out of the room. ...
- Prepare a laminate-formulated floor cleaner. ...
- Spray a thin layer onto your floor. ...
- Mop the floor. ...
- Air-dry the room. ...
- Buff any additional dull spots.
Bona Hardwood Floor Cleaner is an effective choice for keeping sealed hardwood and wood laminate floors clean and in good condition.
How do you rejuvenate laminate flooring? ›If your flooring's problem is simply a lack of lustre, this can be easily rectified. Again, white vinegar is the go-to solution for shine. Simply mop the entire floor with 1 cup of white vinegar, mixed with 1 gallon of warm water, and a teaspoon of washing up liquid.
Why is my laminate floor still dirty after mopping? ›Streaks. One of the biggest complaints about laminate floors is that the floors are streaky even after mopping. To remedy this, try a different cleaner or use less cleaner. Remember, water and a tiny bit of glass cleaner is more than enough to get the floors clean.
Does vinegar dull laminate floors? ›Vinegar is a natural cleaner that will break down the film without damaging the laminate wood surface.
How do you clean very dirty floors? ›Sweep or vacuum loose debris. Sprinkle baking soda on the floor. Mix one gallon of hot water, one cup of vinegar, and a few drops of dish soap. Mop the floor with the solution, using the scrub brush to remove stubborn dirt, or in high-traffic areas.
Can laminate floors be steam cleaned? ›
Unfortunately, no. Laminate flooring is sensitive to heat and moisture, so the humidity from your steam mop can cause harm. It won't cause as much damage as a wet mop, but could eventually cause your floor to warp, loosen or peel.
Can you use Mr clean on laminate wood floors? ›Ideal for use on linoleum as well as tile, floors, toilets, bathtubs, finished hardwood floors. Safe for use on glass, laminate, plastic, rubber, tile, and vinyl surfaces. Perfect for use on sinks, counters, and stoves Clean your home and enjoy the gain scent of Mr.
How do you remove stubborn dirt stains from vinyl flooring? ›A: you can use regular dish soap and warm water to clean your vinyl floors. For tougher stains and dirt, you can also add a little vinegar into the solution. Q: What is the best cleaner for vinyl floors? A: apple cider vinegar does a fantastic job at cleaning vinyl floors.
What not to use to clean laminate floors? ›Don't use abrasive tools.
Laminate floors can scratch, so steer clear of anything abrasive (steel wool, for example). You'll want to use a soft-bristle broom or dust mop to sweep up debris. If you're vacuuming, be careful to use an attachment without a beater bar or rotating brush, which could scratch the surface.
Yes, it is safe to clean most laminate floors with a solution of vinegar and water, which is yet another reason to love vinegar! Mix 1 cup household vinegar with 1 gallon warm water. Use a slightly damp mop. Do not overwet the floor — water is laminate floors' enemy, as it can cause water spots or even warping.
Is Murphy's oil soap good for laminate floors? ›Another great response for how to clean laminate wood floors involves a bucket, hot water, a mop, Murphy® Oil Soap or a similar natural cleaner that's safe to use on laminate.
Does bona leave a residue on laminate floors? ›Yes, the Bona Hardwood Floor Cleaner is safe for your laminate floor. Bona Cleaners are safe for your floor as long as your floor is sealed or finished, and unwaxed or unoiled. Both the Hardwood Floor Cleaner and the Stone, Tile and Laminate Floor Cleaner are pH balanced and leave no dulling or sticky residues behind.
Can you use Swiffer mop on laminate floors? ›Yes, you can use a wet Swiffer or Swiffer WetJet on laminate floors. "The wet Swiffer is best for quickly cleaning small spaces," Forte says.
How do I make my floor super shiny? ›Olive Oil, White Vinegar, & Water: Mix all three of these natural ingredients together and you'll know how to make hardwood floors shine naturally. This mixture is one of the best ways to restore the natural shine back to your solid hardwood floor.
What can I put on my laminate floor to make it shiny? ›To ½ cup of water in the spray bottle, add a ½ cup of rubbing alcohol and white vinegar of the equal amount to water in the bottle and mix properly. With this simple method, you do not need to struggle with how to clean and shine laminates using expensive but wrong products while you can make your own.
How do you make vinyl laminate floors shine? ›
To add shine to your vinyl floor, add a few drops of baby oil to the vinegar and water solution. For stains you can use a mixture of baking soda and water that is a natural way of cleaning. As far as commercial cleaners, there are many to choose from.
Which Bona mop is best for laminate floors? ›If you want to make your laminate floors shine without spending a small fortune, reach for Bona Premium's Microfiber Floor Mop. The microfiber cleaning pads are gentle on your laminate floor while the rubberized edges will prevent the mop from damaging your baseboards and furniture legs.
What is better Swiffer or Bona? ›Bona's mop distributes cleaning solution more evenly than the Swiffer WetJet. Bona's mop head is significantly wider (15 inches) than Swiffer's (9 inches), which makes it easier to clean large rooms but more difficult to navigate in small spaces. Bona's spray mop comes with a reusable microfiber mop pad.
Does Bona leave a residue? ›Bona products are specially designed to protect floors and the environment. Bona cleaners won't dull your floors or leave behind any residue.
How do I make my floor look new again? ›- Try buffing and polishing with a commercial-grade buffer.
- Use a hardwood floor polishing sealant.
- Clean markers with toothpaste and a clean cloth.
- Apply a wood floor cleaner or oil soap for a high-gloss clean.
The very best part of Bona, even beyond how easy it is, is that the shine lasts for weeks and weeks. As long as you keep your floors dusted and free of debris or Diet Coke, they won't need to be cleaned all that often. It's a one-click, one spray, one-time-per-quarter product, and I am grateful for that.
How long should laminate flooring last? ›Laminate. Laminate Flooring Lifespan: 10-15 years for low quality tile and installation; 20-30 years for high quality with proper installation.
Do you have to rinse floors after mopping with vinegar? ›There's no need to rinse your vinegar-mopping solution from your floors. Keep in mind that your floors should be drying very quickly if you've wrung out your mop sufficiently.
Does Pine Sol leave a residue on laminate floors? ›Pine-Sol® Multi-Surface Cleaner is safe for use on laminate floors. Just choose your favorite scent — we like using Original Pine on laminate floors.
Can I use Dawn and vinegar on laminate floors? ›By cleaning your floor with vinegar and water, it is easy to get rid of stains and you will not need to deal with streaking afterward. If your laminate flooring needs a much deeper cleaning, you can use full strength dawn dish detergent.
Is Mop and Glo good for laminate floors? ›
Why You Should Not Use (DIY Products Such As); Bona, Mop and Glo, Or Rejuvenate On Your Laminate Or Hardwood floors. Typical over-the-counter laminate/hardwood floor cleaners leave traces of residue behind, which over time, build up layer upon layer.
Is Dawn good for cleaning floors? ›After trying different commercial cleaners, we decided to mix one part Dawn dish soap and to two parts white vinegar, which I had on hand, in a bucket and mopped the floor with the soapy mixture. How it actually worked: The combo was a winner and brought the floor (almost) back to its original glory.
How do you get rid of buildup on floors? ›If the residue is still there after mopping with vinegar, add a drop of dishwashing soap to a non-abrasive sponge and scrub the floor. Rinse the sponge and reapply the soap as often as needed. Finally, mop the floor with vinegar again to remove the residue from the soap.
Can I use a Shark steam cleaner on laminate flooring? ›The Shark Steam Mop is an excellent mop to use on floors of all types. You can even use it on hardwood floors and on laminate floors if you are careful about the setting and how you mop. Plus it will sanitize the floor so any pets and small children will stay safe and healthy.
What floors should not be steam mopped? ›But, most experts don't recommend steam mops for wooden or laminate flooring, or for surfaces with potential gaps such as vinyl tiles or vinyl planking. A hardwood floor may have small cracks that are invisible to the naked eye.
What floors should you not steam clean? ›Don't: Hardwood
The nature of wood itself is highly permeable. Intense heat and water can cause your hardwood to mold, pucker, and deteriorate. Steam cleaning isn't the only type of cleaning method to avoid when it comes to hardwood.
Its ready-to-use formula is great for spot and routine cleaning of all no-wax hardwood and laminate floors.
Is Windex safe on laminate floors? ›You can either use plain water or dilute some white vinegar or rubbing alcohol. Remember to avoid pouring liquid directly on the floor when cleaning. For stubborn spots or areas of buildup, some people turn to glass cleaners like Windex. This method is helpful in a pinch, but use it sparingly and only in small areas.
What's the best thing to clean vinyl floors with? ›Use a damp mop to apply to the floor, rinsing the mop frequently with clean, hot water from another bucket or your sink. For extra cleaning power, add a few drops of liquid dishwashing soap to the water and vinegar mixture. Mop first with the soap mixture and then mop a second time with the water and vinegar mixture.
How do you clean heavy duty vinyl flooring? ›All you need to do is slightly dampen a microfiber cloth with water and then buff away the scuff. Mop the floor. Whether you use a commercial cleaner or prefer to make your own, mopping with a microfiber mop is the final step and will have your vinyl floors sparkling.
Can you use magic eraser on vinyl floor? ›
I've found the best way to clean textured vinyl floors, as well as the other styles, by using a Mr. Clean Magic Eraser® Squeeze Mop. This tool is also best at cleaning vinyl floors with grooves.
How do you clean heavy duty vinyl? ›Proper cleaning our heavy duty vinyl table covers ensures long-lasting use. Tip #1: Use mild soap and water, not bleach! Using bleach-based products will dry out the plastic/vinyl, so use a grease cutter like Greenworks, Formula 409 or Fantastick. Tip #2: Use non-abrasive cleaners.
Is Pine Sol okay for laminate floors? ›Pine-Sol® Multi-Surface Cleaner is safe for use on laminate floors. Just choose your favorite scent — we like using Original Pine on laminate floors. Pine-Sol® Multi-Surface Cleaner also comes in other scents, like Lemon Fresh®, Lavender Clean®, Sparkling Wave® and Tropical Flowers™.
What cleans laminate and vinyl floors? ›Fill a bucket with a gallon of warm water and mix in a ¼ cup of white vinegar, a small amount of All-Purpose-Cleaner, Dish Soap or the manufacturers recommended cleaning solution. For laminate products water alone is the best cleaning option if you can't use the recommended cleaner.
What kind of vinegar do you use to clean laminate floors? ›For a laminate safe solution, pour 1/4 cup (60 ml) of white vinegar into a 32 oz. spray bottle. Fill the rest of the bottle with plain water and shake well. Spray a minimal amount of solution onto your laminate in a small area.
Can Swiffer wood be used on laminate? ›Yes, you can use a wet Swiffer or Swiffer WetJet on laminate floors.
What should you not clean vinyl plank flooring with? ›- Never use steel wool or abrasive scrubbers to clean your vinyl floor.
- Avoid using detergents, soaps, abrasive cleaners or products intended to add shine to your floors. ...
- Don't use wax or solvent-based polishes.
- Don't use ammonia or ammonia-based cleaning solutions.
The Bona Hard-Surface Floor Cleaner is an excellent choice for cleaning luxury vinyl flooring and other hard surface floors. Safe to use around pets and children, our floor cleaner dries quickly and leaves no residue.
How do I get my laminate floors to shine again? ›- Sweep and vacuum the floors. Use a microfiber mop or a soft broom to sweep the debris out of the room. ...
- Prepare a laminate-formulated floor cleaner. ...
- Spray a thin layer onto your floor. ...
- Mop the floor. ...
- Air-dry the room. ...
- Buff any additional dull spots.
One of our favorite cleaners is Bona® Hard-Surface Floor Cleaner. It works great for this type of floor and it doesn't leave streaks. You can also make a laminate floor cleaner at home! The cleaning solution uses white vinegar, rubbing alcohol, and warm water.
How do you make laminate floors shine with vinegar? ›
To ½ cup of water in the spray bottle, add a ½ cup of rubbing alcohol and white vinegar of the equal amount to water in the bottle and mix properly. With this simple method, you do not need to struggle with how to clean and shine laminates using expensive but wrong products while you can make your own.
Can I steam mop laminate floors? ›Unfortunately, no. Laminate flooring is sensitive to heat and moisture, so the humidity from your steam mop can cause harm. It won't cause as much damage as a wet mop, but could eventually cause your floor to warp, loosen or peel.