.eu-cookie-bar-notification {
width: 100%;
max-width: 100%;
top: auto;
left: 0;
bottom: 0;
height: auto;
padding: 20px 10px;
border-radius: 0;
-webkit-transform: none;
-ms-transform: none;
transform: none;
}
.mega-menu-responsive .all-categories {
display: none;
}
...
@if (Model.AllowCustomersToApplyForVendorAccount && Model.DisplayApplyVendorAccountFooterItem)
{
<li><a href="@Url.RouteUrl("ApplyVendorAccount")">@T("Vendors.ApplyAccount")</a></li>
}
@if (Model.DisplayContactUsFooterItem)
{
<li><a href="@Url.RouteUrl("ContactUs")">@T("ContactUs")</a></li>
}
</ul>
...
Hi mrabjohn,
we just inspected the Traction demo on a MAC with Safari and we cannot seem to get the same result as the one you describe. Can you please provide some more details like - what is the exact OS version you are using, the version of the Safari browser and some screenshots of the actual problem you are having?
Looking forward to your answer!
<li class="Some-Class ">
<a href="https://www.MyURL.com/MyPage.html" title="MyTitle">
<span>
My Link
</span>
</a>
</li>
Hi Joseph,
we have released an update of the theme with the solution for your problem.
You can download the latest theme package and replace just the following 3 files in your installation folder, with the ones from your newly downloaded package:
~ Presentation\Nop.Web\Themes\Emporium\Content\css\mobile.css
~ Presentation\Nop.Web\Themes\Emporium\Content\css\mobile.rtl.css
~ Presentation\Nop.Web\Themes\Emporium\Content\scripts\emporium.js
This should fix the problem on your side too.
Hello insity,
we found the issue and released an update of all of the affected themes. If you download the latest theme package and replace the following file in your installation folder with the one from your newly downloaded package you will not be having this issue anymore.
~ \Presentation\Nop.Web\Themes\Emporium\Views\Product\_ShareButton.cshtml
The other affected themes with the same problem which we fixed, are:
Avenue
Element
Minimal
Pavilion
Prisma
Uptown
Venture
Hope this was helpful.
Have a nice day!
Hello insity,
indeed there seems to be an issue with HTML minification only on the product pages.
Than you for pointing that out!
We will figure out what the problem is and will let you know as soon as we do.