Close

Profile: bsgcraft

Avatar

User posts

10 years ago

Do we need to upgrade to Nop 3.2 in order for this upgrade to work or can we keep our 3.1 install?

10 years ago

Perfect. I will install and test it out.  I will let you know if I have any more issues.

Thanks again.

10 years ago

It seems that the anywhere slider is not working properly on multisite install I have.  I specify to show 2 sliders - 1 on each store - and the same one shows up on both sites.  Do you know if there are issues with that plugin while using it on a multisite install?

10 years ago

I am using Nop's multisite feature and the issue is I have the same categories in both stores. This is an issue because I can not manually change the categories that are the same. They always resort to having a "-2" behind it because they can not be duplicated apparently.  I need to keep the categories the same somehow. I would think that nop would be smart enough to realize that if I have subcategories with different parent categories, it wont think it was a duplicate category so it would allow for two slugs to be the same. But having all pages only 1 level deep eliminates that function.

10 years ago

I do not understand why nop would not want to have a continued url structure to follow categories (i.e www.xyz.com/cat-name/subcat-name/product-name).  Any insight on how to achieve this URL structure?

Also, I have issues when I have multiple sub-categories with the same name (shorts > basketball and shoes > basketball) nop changes the category "basketball" to "basketball-2" because it is used multiple times even though it is a sub category.  Frustrated. Any insight?

10 years ago

Perfect. Thanks.

One more thing. When I click on the responsive menu, I would like the dropdown menu to just overlap the content below. It currently pushes the content down. How can this be achieved?

Thanks again.

10 years ago

I have modified the template to be an even 1000px wide rather than 980px.  I changed the media query in the 980.css and 980.rtl.css line to read:

@media screen and (max-width: 1020px) and (min-width: 769px) {

from its original code which was:

@media screen and (max-width: 990px) and (min-width: 769px) {

Now, the responsive menu is expanded automatically when the browser is between 990px and 1020px.  I dont see anywhere I can modify code to fix this. Can you assist?

10 years ago

Ok I took the _ColumnTwo.cshtml file and duplicated it to be _ColumnsTwoHome.cshtml and then used it in my index.html layout call function.  To get the slider on the home page, I created it and assigned it to widget home_page_top and then added:

`<div class="hmslider">
  @Html.Widget("home_page_top")
</div>`

before the center-2 div tags. Worked perfectly.  

Now I need to add the blog to the home page within some custom div tags within the center-2 div's How can I display the latest blog post on the home page? Thanks in advance.

10 years ago

I am fairly new to nopCommerce and I am trying to create a custom home page for this theme.

My goal is to create a slideshow that is full width (980px) and then under that utilize the two column layout with a left sidebar and a right content section.  I have added a slider to the before_content widget and that does achieve this, but it displays within the header div's and not within the body of the content.  Any help would be great.