Close

Profile: baloghc

Avatar

User posts

9 years ago

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?

9 years ago

Thanks so much for the help. That worked perfectly.

9 years ago

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.

9 years ago

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!

9 years ago

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&amp;height=100%25"></script>

9 years ago

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

9 years ago

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?

9 years ago

Boyko wrote:

Hi DJ_Balogh,

I am not sure I understand what exactly you are trying to do. Could you share a link to your web site and explain what you want to achieve?


It's a developmental site but here's a screenshot.

http://oi57.tinypic.com/17zwcn.jpg

Under the HOW TO PRINT menu item, I want the Items & Locations list of subcategories to go across the width of the box (to fill it in more) into multiple columns. I know this is achievable in CSS but when applied it affects lists under all the other menu items. I want to only add columns to the categories that need it.

Does that help?

9 years ago

Boyko wrote:
Hi,

In order to set specific styles for each main category you need to change the code 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">


The code in bold adds a class with the id of the category.
This way you can style the dropdown via the id of the category i.e 10, 20, 40 etc.

Thanks


I'm trying to do this on Nop 3.2.  We have one category under the second menu item on our mega menu. We have over a dozen sub-categories within that category that all populate as single list.

We're looking to break this list up into multiple columns (ONLY under the second menu item) and have tried this solution but even after adding the class/ID to the megamenu.css file it still does not show up when trying to add the columns css.

I tried following the above directions but am having issues Any help is appreciated.

9 years ago

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