Is anybody interested in a new theme?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
ajhvdb wrote:
You are fast with this :)

I couldn't help notify that in the 2.0 theme there is some space between a checkbox/radiobutton and the text. Is this changed in the css or was it fixed in the code


Bumping my question too :)
12 years ago
Sorry, guys, urgent work. I'll fix the bugs a little later.
12 years ago
pepper wrote:

1 on homepage featured products are not in center
2 forum RSS feed not working, I don't see RSS icon (i activated from administration)


Fixed

pepper wrote:

3 when user logs in and then try to add topic or add post in forums, the text area is very small & squeezed
4 i also see top link bar long in IE7


Cannot reproduce. Could you give me screenshots please (and, for 3, - browser info)
12 years ago
ajhvdb wrote:

I couldn't help notify that in the 2.0 theme there is some space between a checkbox/radiobutton and the text.


Yes, but ... is it really a problem? I saw only one place with problem - newsletter subscriber (it is fixed). Tell me please where I need to fix this too.
12 years ago
Serge Gusev wrote:

3 when user logs in and then try to add topic or add post in forums, the text area is very small & squeezed
4 i also see top link bar long in IE7


Cannot reproduce. Could you give me screenshots please (and, for 3, - browser info)


plz chk pm
12 years ago
New version has been uploaded: http://ajaxcart.softain.com/Downloads/blackSticker.zip.

Thanks a lot  to Pepper for his notes.
12 years ago
Hi, love the template.  Do you have a link for the 2.0 download?
12 years ago
loidis wrote:
Do you have a link for the 2.0 download?


The template works for both versions, 1.9 and 2.0
12 years ago
Awesome theme...looks great.
Dumb question though- how do you install a theme in nop 2.0. I can't get it to show up in 'Store Themes' of admin panel?
Thanks
12 years ago
Creating New Theme (2.0):

In Visual Studio - Go to this location:

\Nop.Web\Themes

Select any default theme > right click > COPY

Now select "Theme" folder > right click > PASTE

You will get something like " Copy of default theme" (Rename this - whatever you like to be the name of your new theme)

Now inside your new theme folder > "View" folder > open "Head.chtml"

@using Nop.Web.Framework;
<link href="@Html.ResolveUrl("~/Themes/CHANGE_THIS_
WITH_YOUR_NEW_THEME_NAME
/Content/styles.css")" rel="stylesheet" type="text/css" />


Now inside your new theme folder > open "theme.config"

<?xml version="1.0" encoding="utf-8" ?>
<Theme title="Dark orange"
       previewImageUrl="~/Themes/CHANGE_THIS_
WITH_YOUR_NEW_THEME_NAME
/preview.png"
       previewText="This is the 'NEWTHEMENAME' site theme.">
</Theme>



Now inside your new theme folder > Content folder

Replace the "images folder" and style.css file with the content of new theme.

Save it and run your web project.




Changing theme from admin panel:

Go to Admin section > Settings > General and miscellaneous settings

1st tab , 3rd option: "Store theme" - Select new theme from dropdown and SAVE CHANGES

That's it!!!! Go to public store > your should see the new theme.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.