On the products view page, some content of details are displaying on the top bar below body

magento.stackexchange https://magento.stackexchange.com/questions/112809

  •  29-09-2020
  •  | 
  •  

Question

After installing magento 2.0.4, I have migrated my data from old to new version. But when I view product a small amount of text is appearing at the top of the page. This is not on every product page on few it is showing like that. I checked on the product page from back end everything is proper. I am not getting why is it like that can anyone help me in this. thank you.

Was it helpful?

Solution

you can just go to your database and find ui_bookmark table. Go to row with namespace product_listing and identifier as current

Edit above row and set value inside config field

find "paging":{"options":{"20":{"value":20,"label":20},"30":{"value":30,"label":30},"50":{"value":50,"label":50},"100":{"value":100,"label":100},"200":{"value":200,"label":200}},"value":1500},

Set 100 instead of 1500 inside value and check again.

OTHER TIPS

enter image description here

Sorry to i posted on answer as i was not getting option to attach. In screenshot if you see there is a content coming on the top above header. the content is two starting lines of product description.

You have to check in adminpanel for that product.

Go to Admin -> Products Open Prodcut CLick on left sidebar,

Go to

Search Engine Optimization tab

Check Meta Keywords, Meta Description, Description field if it contens html tag then remove it. Or clear the value of meta keywords and check.

After that reindex your site.

Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top