I'm having one issue. The search box is in the perfect location, but if I re-size my screen small to where the search box would disappear and then back to full screen, the location of the box moves up a good 50px from where it originally was and actually goes behind the header.
Any help on why it's doing this?
Thanks so much for the help. That worked perfectly.
What's the process for moving the search back into the header?
The code for the search box is in the Header.cshtml file but I can't seem to figure out how to get it into the actual header on the page.
Any help is appreciated.
I saw on a post from 2013 that it was planned that you "will be enhancing the Nop Ajax Filters to work on the nopCommerce search page"
Has this been completed? Is it still planned?
Thank you!
The problem is we don’t have that tag in our embed code because its actually hosted by an outside hosting site. So our embed code is just a reference to an asset on that site. Here's an example of our embed code.
<div id="xxxxxxxxxxxxxxxxxxxxxxxxxx" style="width: 554px; height: 360px;"></div><script type="text/javascript" src="http://services.fliqz.com/smart/20100401/applications/49440167ec7d460995d94a9b9226d87d/assets/04a8c421dad9410da00e54b9213bd490/containers/i_11a2a7a61243446591104b75563603ef/smarttag.js?width=100%25&height=100%25"></script>
Using NOp 3.3
Our product pages contain videos, and the Mega Menu flyout (when hovering) is shown behind the video player (see below). Only in IE. I'm not having any luck fixing this with the z-index change.
Any ideas. Let me know if you need any more information.
http://i.imgur.com/A4sRAP5.jpg
I'm still struggling with this:
From my screenshot above, I would only want to affect the list within the ITEMS & LOCATIONS category box (category ID 77), not everything listed under the HOW TO PRINT menu item (category ID 2)(because we may add more categories here in the future).
I couldn't get it work the way described though. I changed my code to look identical to the one above in the CategoryMenuTemplate.WithPictures.cshtml:
"foreach (var category in Model.CategoriesModels)
{
<li><a href="@Url.RouteUrl("Category", new { SeName = category.CategoryModel.SeName })">@category.CategoryModel.Name</a>
@if (category.SubCategories.Count > 0)
{
<div class="dropdown categories fullWidth @category.CategoryModel.Id">"
But with a category ID of 77 what would the CSS code be to be added to the megamenu.css stylesheet?
foreach (var category in Model.CategoriesModels)
{
<li><a href="@Url.RouteUrl("Category", new { SeName = category.CategoryModel.SeName })">@category.CategoryModel.Name</a>
@if (category.SubCategories.Count > 0)
{
<div class="dropdown categories fullWidth @category.CategoryModel.Id">
I'm having an issue with the Customer Plugins reminder not sending emails out as well. I am testing it on the DEV site with my personal account. I have left items in my cart and the message report lists emails but the message state is "Not Sent" for each. They were created on June 18th and June 20th respectively.
Are my settings okay?
I have it set to 1 message per customer.
Condition Met Date Later Than: 5 Days
Condition Met Date Earlier Than: 1 Day
Interval Between Messages: 2 Days