Close

Profile: yarik

Avatar

User posts

Bugs
9 years ago

The logo image is missing in plugin folder.

Bugs
9 years ago

Thanks
Yarik

Bugs
9 years ago

May be it's valid by http://validator.w3.org/ , but if you open a firebug with net tab or fiddler you will see that src="#" cause for extra requests to the same page
and as result page load is very slow
Take a look  for a screen  please
http://snag.gy/4gN6M.jpg

Yarik

Bugs
9 years ago

Hi
MegaMenu Plugin Load twice the page some time more

It happens in CategoryMenuTemplate.WithPictures.cshtml
line 27 and 71


<img class="lazy" alt="@item.CategoryModel.PictureModel.AlternateText" src="#"                            title="@item.CategoryModel.PictureModel.Title" data-original="@item.CategoryModel.PictureModel.ImageUrl"/></a>




src="#" can't be #

You can fix the issue by changing source to src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" or just add transparent pixel image by default

Thanks
Yarik

http://www.uteam.co.il

9 years ago

Hi
MegaMenu Plugin Load twice the page

It happens in CategoryMenuTemplate.WithPictures.cshtml
line 27 and 71


                        <img class="lazy" alt="@item.CategoryModel.PictureModel.AlternateText" src="#"
                                    title="@item.CategoryModel.PictureModel.Title" data-original="@item.CategoryModel.PictureModel.ImageUrl"/></a>



src="#" can't be #

You can fix the issue by changing source to src="data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs%3D" or just add transparent pixel image by default

Thanks
Yarik

http://www.uteam.co.il