Hi embryo,
There is no particular reason for the name of the class. I suppose that due to the fact that some of the view have been started from scratch and that is why the css class is different than the default one. I am not sure how this can be a problem as the views are open to modification and the css file as well, but we have changed the class in the views and in the styles.css file in the latest version 2.7.
So now if you download the theme again you should see the new changes.
Hope that helps!
You can call Arvixe again and let them know that the our plugins have nothing to do with the login of nopCommerce.
If you have installed other plugins then you might want to check them.
You do need to share more information if you want us to help you. How are we supposed to help if all we know is
that you are unable to login to a web site, which we do not even have a link to?
So please be explicit about the following:
1. Which is your web site. A link will be helpful.
2. What are you running on it, which version of nopCommerce?
3. What changes have you done to the web site?
4. What changes did you do to break it?
Hi lacorne,
You can change the topic's layout to be one column by changing the ~/Themes/Fashion/Views/Topic/TopicDetails.cshtml file by changing the following line of code
from
"Layout = "~/Views/Shared/_ColumnsTwo.cshtml";"
to
"Layout = "~/Views/Shared/_ColumnsOne.cshtml";"
You can post here anything regarding the Nop Beauty Theme.
Help make Nop-Templates products better. Share your ideas or feature requests related to the Nop Beauty Theme for nopCommerce.
Please give us your feedback here if you have any problems with the Nop Beauty Theme.
Hi Steve,
I am glad you figured out what the problem is. Unfortunately CSS is really case sensitive. Your site does look very nice. Congratulations.
Thanks!
Hi Siim,
Then you need a structure similar to the one below:
<div id="mainbg">
<div id="leftpromo">
@Html.Action("WidgetsByZone", "Widget", new { widgetZone = "fashion_home_page_main_slider" })
</div>
<div id="rightpromo">
@Html.Action("HomePageNews", "News")
</div>
</div>
Do this in the ~/Themes/Fashion/Views/Home/Index.cshtml file.
In this case you should change the dimension of the main slider from the administration of the Nop Anywhere Sliders plugin.
Please feel free to modify your razor views and style them appropriately.
Hope that helps!