I am using Magento 1.9x with Ultimo Theme. There is a small issue with my mega-menu display on hover.
Can you please help and propose a solution? Please guide which html/css files to edit as I am very new to Web developmen, thank you!
-
where is the issue?Dhiren Vasoya– Dhiren Vasoya2017年02月09日 06:54:07 +00:00Commented Feb 9, 2017 at 6:54
1 Answer 1
There is a javascript issue on your page. You have used "ramadan kareem" english 2d letters (75w x 25h x 5t) cm" for an option. Change "ramadan kareem" to 'ramadan kareem'
answered Feb 9, 2017 at 7:00
Jaimin Sutariya
11.2k5 gold badges38 silver badges72 bronze badges
-
Wow this worked like magic, but how did you find where the problem was?Faheem Ahmad– Faheem Ahmad2017年02月09日 07:13:49 +00:00Commented Feb 9, 2017 at 7:13
-
1If you check your browser console, it will show you all javascript related errors. There was a string break in JSON string when you used double quotes in you option title.Jaimin Sutariya– Jaimin Sutariya2017年02月09日 07:15:41 +00:00Commented Feb 9, 2017 at 7:15
-
Great, got it. Can you help me with one more thing please: In my category views I can only see 8 products like here or here How do I change the number of products by default, what if I want to show all the products on one page?Faheem Ahmad– Faheem Ahmad2017年02月09日 07:56:07 +00:00Commented Feb 9, 2017 at 7:56
-
1To change that value, go to
System > Configuration > Catalog > Frontend > Products per Page on Grid Default Valuerefer stackoverflow.com/a/33186149/1409718Jaimin Sutariya– Jaimin Sutariya2017年02月09日 08:39:09 +00:00Commented Feb 9, 2017 at 8:39
default