Close

Profile: Boyko

Avatar

User posts

Button Colors
12 years ago

deryans wrote:
Hi There,

Nop 2.8,  Fashion Theme, Theme roller does most (nice work)

I would like to change the color of  the register, login and most importantly the initial checkout button (after go-to cart)

I have worked through fashion.css and found most of the other buttons (subsequent steps) but I can't find the color background for the  "CHECKOUT" button,   which remains a dark grey, I want the other buttons to be a friendly affirmative green.

Is fahion.css the place to look or is it hidden elsewhere,  theme roller does not seem to effect any changes on this button.

Also , how do I change the color of the banner step, i.e. 1 Billing address (banner across the top) 2 Shipping address ( etc throug to shipping method, payment etc on teh one page cart, I want it to be the same color as my mega menus?

thank you in advance.

Kindn regards

deryans


Hi deryans,

By design these buttons that you describe are not changed by the Theme Roller. Maybe we should enhance the Theme Roller to change them as well. Please suggest this feature in our UserVoice portal. The styling of these buttons are not hidden and they are in the theme fashion.css file as all the other ones (except for the plugins which have separate css files). You can use the Chrome inspector or the FireBug extension in Firefox to inspect them and find the names of the css classes, which you need to change.

Hope this helps!

P.S: This seems like a nice tutorial of how to inspect elements in Chrome.

Thanks

12 years ago

iojvan wrote:
Any news on this subject?? This plugin is main element on the shop home page so this bug have big impact on users experience!
Tnx


Hi iojvan,

We just fixed the issue. You need to update the JCarousel plugin to get the fix.
You can also update the whole theme if you want as we have some new features and plugins added to the theme, so that you can take advantage of them i.e improved super-fast Ajax Filters that can also work on Manufacturer pages and a new Ribbons plugin.
Please read this articles of how to update a plugin or a theme:
www.nop-templates.com/t/HowTo

As to the problem you reported with the JCarousel plugin.
It turned out that this is a known issue in the JCarousel jquery library that we use in the plugin.
It has been reported more than 2 years ago but has never been added to the official release.
So we had to manually add the fix in the javascript file of the JCarousel and now the problem is fixed. If you are interested you can read more about this issue here.

Thanks

12 years ago

mickk wrote:
I have installed the ultimate collection but when i got to Plugins > Select a Plugin > settings i then get this error:

Server Error in '/' Application.
Value cannot be null.
Parameter name: first


[ArgumentNullException: Value cannot be null.
Parameter name: first]


Hi mickk,

That is quite strange. So you are saying that you get this error only when you go to Plugins -> Nop xxx -> Settings.Did you modify the Global.asax after you installed the plugins? Are you using the official nopCommerce version 3.0 (as 2 weeks after it was released Andrei still made changes to it) from here.
Did you update all plugins with the Core and the other ones? Does this happen for all our plugins? Have you made any modifications to your nopCommerce installation?

Sorry for the many questions but we really want to find out why you get this error and help you to resolve it.

Thanks

12 years ago

naresh wrote:
I recently bought unlimited plugin pack, and configuring mega menu for now, i see that recently added product link is missing, I tried adding but getting error, i am trying to add the following to megamenu.chtml

@if (Model.RecentlyAddedProductsEnabled)
    {
        <li><a href="@Url.RouteUrl("RecentlyAddedProducts")">@T("Products.NewProducts")</a>
        </li>
    }


Hi naresh,

You should not use the Model.RecentlyAddedProductsEnabled as the MegaMenuModel doesn't have such a property RecentlyAddedProductsEnabled. You should simply add the link to the recently added products in the MegaMenu.cshtml file like this:

<li><a href="@Url.RouteUrl("RecentlyAddedProducts")">@T("Products.NewProducts")</a>
        </li>


Hope this helps!

12 years ago

jmbusquets wrote:
Hello,
I'm implemented some Sliders, Carousels and SmartSeo Templates in previou versions.
But when I was updated to versión 3.00, these implementations are lost or get errors.

How I can update?


Hi jmbusquets,

You need to download the product package again and you will find the 3.0 version in it. Then just follow the update instructions provided with the plugins.
In the documentation of each plugin it is described how to do the upgrade:
http://www.nop-templates.com/Help/NopAnywhereSliders/Version_3_0/lessons/Plugin_Upgrade_from_2_80_to_3_00.html

Thanks

12 years ago

sir_danila wrote:
i did but nothing changed. i deleted cache, restart application also deleted browser cache. it same


Hi sir_danila,

I don't see how your question relates to the Shop All Theme. I see that your account doesn't have a valid license for this theme. Is your question really related to the Shop All theme or for nopCommerce in general?

Thanks

12 years ago

entuland wrote:
Hello,
the problem seems to persist on version 2.65 with MSSQL CE edition.

I took the plugin from here:
http://www.nopcommerce.com/p/612/ahsenslider-banner-slider.aspx

The full error page I get follows (at least, part of it, the "code" marker doesn't seem to work and my input seems to get truncated).

Can I work around the error on my side?


Hi entuland,

You are using a plugin that is NOT developed by us. You should contact the plugin vendor.
This forum is about the Nop Anywhere Sliders plugin, which you could give a try (we have a free trial version).

Best Regards,
Nop-Templates Support Team

12 years ago

zjerry wrote:
(Concerns NeoFashion theme posted here by mistake BTW How can I remove my post?)
I've uninstalled and deleted all 3.0 plugins and theme, then copied new 3.02 files and installed them again.
The top level menu now appears like it has no styling at all...
It is now vertical and looks like regular links.
The submenu items looks properly.


Hi zjerry,

Thanks for reporting this. We just fixed it. You can update the theme styles.css file and the Mega Menu plugin folder to get the fix.

P.S: No worries, we moved the topic in the Neo Fashion theme.

Thanks

12 years ago

zjerry wrote:
I've uninstalled and deleted all 3.0 plugins and theme, then copied new 3.02 files and installed them again.
The cloud zoomed image is now poping on top left corner of browser window, it should pop on the right side of the product picture. Settings for cloud zoom are as  in my 3.0 published site.


Hi zjerry,

Thank you for reporting this.
Hi zjerry,

Thanks for reporting this. We just fixed it. You can update the theme styles.css file to get the fix.

Thanks

zjerry wrote:
I've uninstalled and deleted all 3.0 plugins and theme, then copied new 3.02 files and installed them again.
The top level menu now appears like it has no styling at all...
It is now vertical and looks like regular links.
The submenu items looks properly.


Hi zjerry,

Thank you for reporting this. We just fixed it. You can update the theme styles.css file and the Mega Menu plugin folder.

Thanks