Close

Profile: Support

Avatar

User posts

10 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!

10 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!

10 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!

Bugs
10 years ago

vb_itis wrote:
Shopping Cart Count In Header Doesn't Update When Adding Products

When adding products from a product page the shopping cart item count in the page header doesn't update.  Hovering on the link shows the correct items and gives the correct item count.  If you refresh the page or navigate to another page the count updates.  Tested on various platforms and browsers and all have same behavior.


Hi vb_itis,

thank you for the feedback! We have located the error with the default nopCommerce ajax cart and have fixed it. In order to integrate the fix just download the theme again from your My Downloads section and replace the following file with the one from the downloaded package:

Themes/Motion/Views/Shared/_Root.cshtml

Thanks again!

Best Regards!

Bugs
10 years ago

vb_itis wrote:
Tested on safari on ipad, chrome and ie on laptop.  IE 11 doesn't display the message.  The font is pretty small in chrome.


Hi vb_itis,

Thank you for your follow up.

I just tested it on IE 11 and it is displayed on the Confirm Page. Can you please make sure that you have cleared your browser's cache before opening the page.
You can increase the font of the error message by placing the following in the administration -> plugins -> nop motion theme -> settings -> custom head styles textbox:

#opc-confirm_order .message-error {font-size: 14px;}

If you would like you can increase the 14 to a bigger number!

Thanks again for the feedback!

Best Regards!

10 years ago

Hi LMHEAH,

The title is truncated to one line by design, but you can easily make it appear on two lines. For this purpose paste the following in the admin -> plugins -> nop allure theme -> settings -> custom head styles textbox:

.item-box .product-title a, .item-box .title a {
line-height: 1.95;
}
.product-grid .item-box .product-title, .item-box .title {
height: 62px;
}

Hope that helps!

Please let us know if that works for you!

Best Regards!

Bugs
10 years ago

Topic for reporting any Nop Salesforce problems.

IMPORTANT NOTE: There is a known issues with installing new plugins in nopCommerce. Please read this post for more information how to resolve it.

10 years ago

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

10 years ago

Topic for general discussion regarding Nop Salesforce

Bugs
10 years ago

vb_itis wrote:
Credit Card Declined Error Messsage Not Showing Up On Checkout Page

We are using version 3.3.268.11045 and have onepage checkout enabled.  When processing credit cards and a payment is declined there is no error message being displayed.  The error is showing up in the log files.  Using the default clean theme the message is being displayed.  In the default theme it is displayed at the top of the confirmation section.  It would be better placed at the bottom of the section so it is obvious to the user.  I had to scroll up to see the message on the default theme.


Hi VB_ITIS,

Thank you for your feedback! We weer able to reproduce the issue and have fixed it in our latest version of the theme. In order to integrate the fix you need just to download the theme again and replace the following files with the ones from your downloaded package:

Themes/Motion/Content/css/480.css
Themes/Motion/Content/css/768.css
Themes/Motion/Content/css/980.css
Themes/Motion/Content/css/styles.css
Themes/Motion/Views/ShoppingCart/OrderSummary.cshtml

Please let us know if the issue still exists!

Best Regards!