Close

Profile: Support

Avatar

User posts

Bugs
11 years ago

zjerry wrote:
2.8 upgraded to 3.0
In every modal popup like the one with UE cookies warning or other with terms acceptance during checkout there is no 'X' mark to dismiss the dialog. There is ugly capitalized 'CLOSE' string on white background instead, which is not even right aligned.
Also, in the quick-view the 'X' dialog dismissing button is to bright when mouse-over - you have a feeling that you dont have any buton to click to on the brighter-set monitor.


Hi zjerry,

Thank you for your feedback. The close button on the popups had been broken due to the new jquery,ui.js. We have fixed this, as well as the close button of the Nop Quick View plugin and uploaded them on our site. Please download the theme again and replace the styles.css file of the theme and the Nop Quick View plugin.

Hope that helps!

Hi,

I can see now what you want to achieve. Please edit the new class declaration as shown below:

.order-summary-content .order-details-table {
    width: 100%;
    text-align: left;
}

The line in bold is the newly added one.

Hope that helps!

Hi,

You should remove the //raminder start and  //raminder end as it is not a valid css comment and this breaks the css declaration for the table width. The valid css comment is /* your text here */ You can use it that way.

Thanks!

Hi,

This should work. Have you added it in your ~/Themes/ShopAll/Content/style.css, because now when I open your site I cannot see the

.order-summary-content .order-details-table {
    width: 100%;
}

declaration.

Please let us know how it goes!

Hi,

You should use the @Html.Action("WidgetsByZone", "Widget", new { widgetZone = "home_page_bottom" })

instead of

@Html.Widget("home_page_bottom")

Thanks!

Best Regards!

11 years ago

ckoch1979 wrote:
For two columns it works, thank you! If I do the same procedure for three columns it doesn't. What do I have to do different?



Hi,

The Nop Fashion Theme does not have 3 columns by design. So we have modified the _ColumnsThree layout to look like the _ColumnsTwo. That is why nothing changes when you switch from _ColumnsThree to _ColumnsTwo.

Best Regards!

11 years ago

rscott78 wrote:
CTRL-F5 worked, though my forums don't look right still, unless this is the new look?

http://store.incontrolzwave.com/boards/topic/140/cloud-server-handshake



Hi,

We fixed some issues in the forum, but as I now inspect the css for the forum on your site, it looks like some classes are missing. So can you update the styles.css file for the theme and see if the problems with the forum go away.

Please let us know how it goes!

Hi rgujral,

Thank you for your feedback!

Please open your ~/Themes/ShopAll/Content/styles.css and add the following:

.order-summary-content .order-details-table {
    width: 100%;
}

then press Ctrl + F5 to clear your browser's cache.

Hope that helps!

11 years ago

Hi Ryan, Chirag,

We have fixed a huge bottleneck in the Nop Mega Menu that should improve the performance of our products. Please download the packages again and replace the Nop Mega Menu plugin with the new one from the downloaded package.

Please let us know if there is improvement in the speed of loading!

Thanks!

11 years ago

Hi,

We will fix the issues with the forum in a day or so. After we are ready with the 3.0 release we will restyle all the forums in our themes to make them look nicer and more modern.

Thanks for the patience!