Close

Profile: Support

Avatar

User posts

12 years ago

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!

12 years ago

TWatson wrote:
How do I get the black navigation bar at the top above the light colored content area? And/OR narrow the blue space at the top.

As in the demo.


Hi TWatson,

See this post where you have asked the same question.

Best Regards,
Nop-Templates Support Team

12 years ago

TWatson wrote:
How do I get the black navigation bar at the top above the light colored content area?


The black navigation bar is not part of the theme. It is added on purpose on our Demo site only.

TWatson wrote:


OR narrow the blue space at the top.


You need to edit the css styles of the theme.
Edit this file Themes\nopClassic\Content\styles.css
By changing the margin from 80px to 40px for example.
Now

.master-wrapper-page {
margin: 80px auto 100px;

Change:

.master-wrapper-page {
margin: 40px auto 100px;

TWatson wrote:

Also: It seems the site is loading very very slow????

And it is a new site, without products added yet. I added the nop classic theme and 1 slider only. http://shippersmall265.com.mytempweb.com


At the time of writing your site seems to be loading just fine.
Please note that the site performance greatly depends on your hosting provider.
It is definitely not from the nopClassic theme, which is basically only css changes to the default nopCommerce.

TWatson wrote:

And; why is there a line under my logo at the top left? It isnt in the png? I made it the same size as the other pic that was there.


We don't see any line under your logo.

Hope this helps!

12 years ago

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?

12 years ago

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";"

13 years ago

You can post here anything regarding the Nop Beauty Theme.

13 years ago

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

Bugs
13 years ago

Please give us your feedback here if you have any problems with the Nop Beauty Theme.

13 years ago

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!

13 years ago

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!