Close

Profile: Support

Avatar

User posts

Bugs
11 years ago

Topic for reporting any Nop Lavella Responsive Theme problems.

11 years ago

Help make Nop-Templates products better. Share your ideas or feature requests related to the Nop Lavella Theme for nopCommerce.

11 years ago

Topic for general discussion regarding the Nop Lavella Responsive Theme.

11 years ago

Slotraccoon wrote:
So what was:

<li><a href="@Url.RouteUrl("Topic", new { SystemName = "HomePageText" })">@T("Home")</a></li>

Should now be:

<li><a href="@Url.RouteUrl("Topic", new { SeName = Html.GetTopicSeName("HomePageText") })">Home</a></li>

Is that right as I get an error?


Hi,

Yes this is why you get this error. The correct will be

<li><a href="@Url.RouteUrl("Topic", new { SeName = Html.GetTopicSeName("HomePageText") })">Home</a></li>

where HomePageText is the Search Engine Name which you can see from the administration of the topic. This is not the same as the System Name of the topic. So replace HomePageText with the SE name of the topic with system name HomePageText.

Hope that makes sense!

Bugs
11 years ago

Hi Rik,

We have sent you an email from our support account!

Thanks in advance!

11 years ago

iojvan wrote:
Can I move Newsletter and Recently viewed products boxes from right to left column. What I wont to do is transfer my theme from three column to two column layout! Is that possible?

Best regards!


Hi iojvan,

In order to make your site with two columns you should edit the following files as shown below:

Themes\Electronics\Views\Shared\_ColumnsThree.cshtml

Move the  

@Html.Action("RecentlyViewedProductsBlock", "Catalog")        
@Html.Action("NewsletterBox", "Newsletter")

in the leftside-3 element after the
@Html.Action("PopularProductTags", "Catalog") line.

You will need to add the following to the administration -> plugins -> nop electronics theme -> settings -> custom head styles textbox:

.rightside-3 {display: none;}
.leftside-3 {width: 25%;}
.center-3 {float: right; width: 73%;}

Hope that helps!

Best Regards!

Bugs
11 years ago

Hi THANASYS,

The two errors you are getting are very strange as this should not happen if you have the plugins installed. Would you try to modify the Global.asax file by adding an empty space at the end so that you trigger full application restart.

The two views you get the error for are embedded resources so you should not have these two files on your file system. They are part of the assembly!

p.s. may it be the case that you are using version 3.4 of nopCommerce which is not officially release and in which the embedded views functionality is removed?

Looking forward to your reply!

Best Regards!

11 years ago

Slotraccoon wrote:
Hi

So has this changed since version 3.2? It all worked fine then.

Regards

Rob


Hi SLOTRACCOON,

Yes there was a change in nop 3.30 with the way links are built for topics. Now the links to the topic using the route name is as follows:

<a href="@Url.RouteUrl("Topic", new { SeName = Html.GetTopicSeName("topic_se_name") })">Topic Title</a>

Best Regards!

11 years ago

ceejay34 wrote:
Hi ceejay34,

I did have a look at your site and now neither the menu is blinking nor the flyout cart button. So I suppose this problem has to do something with the bx slider or some of its slide effect. So I think you can use the Nop Mega Menu plugins so that it shows all the links you want without worry about this blinking issue.
As this theme is not developed by us I am afraid I will not be able to tell you how the menu works.

Hope that helps!

Should you have any queries, please let us know!

Best Regards!

Yes well, i did have to replace the standard menu back again to the megamenu plugin because my client wants the manufacturers option in the menu.
I use the official nopcommerce furniture template for this site. If the standard menu doesnt exhibit this ammyoing blinking, then there is something not right with the megamenu i think.


Hi,

I am not sure that it has anything to do with the mega menu. As I said in mu earlier post the menu is not the only element blinking. The "Shopping cart" button in the header blinks as well. So this leads to a conclusion that there is some other reason about this blinking.

If you open another page like a category where you have no slider, you will see that nothing is blinking. So this leads to another conclusion that the problem is only on the home page and most probably is due to the bx slider and the sliding effect. If you examine the blinking more closely you will notice that on a particular moment when the sliders are changing, the blinking occurs.

So my recommendation is to try another slider(you can also use the Nop Anywhere Sliders) and try different sliding effects from the administration and examine closely the menu and the Shopping Cart button about blinking.

Hope that makes it clearer.

Best Regards!

11 years ago

ceejay34 wrote:
Hello Nikola, I replaced the BXslider with Nivoslider on the home page of http://voorbeeld.labeq.nl
My client tells me there is no difference, still blinking

I have now turned off the megamenu. I edited the menu.cshtml with loads of items however only one menuitem is visible. I dont know what causes this (i use nopcommerce 2.8)

- Is it still blinking on ipad?
- where do i edit menuitems if not in menu.cshtml?


Hi ceejay34,

I did have a look at your site and now neither the menu is blinking nor the flyout cart button. So I suppose this problem has to do something with the bx slider or some of its slide effect. So I think you can use the Nop Mega Menu plugins so that it shows all the links you want without worry about this blinking issue.
As this theme is not developed by us I am afraid I will not be able to tell you how the menu works.

Hope that helps!

Should you have any queries, please let us know!

Best Regards!