Close

Profile: OTH

Avatar

User posts

4 years ago

Thank you!

4 years ago

Hi,

I was wondering where I would upload the background image like seen in this screenshot?



4 years ago

Hi,

Since upgrading nopCommerce over to version 4.20 I am unable to find _Availability.cshtml in the Product folder.

Did this file move somewhere else?

4 years ago

Thank you very much, everything worked like a charm!

4 years ago

Hi,

We are using the Emporium theme with nopCommerce 4.10, however we are planning on upgrading nopCommerce over to version 4.20 this weekend.

Am I correct in understanding that your upgrade script includes upgrading the following?:

-nopCommerce
-Theme
-Plugins

I saw this information here: https://www.nop-templates.com/how-to-upgrade-nopcommerce-theme-with-plugins

I just wanted to be sure what I have to do before I upgrade our nopCommerce. Just wanted to know of this will only upgrade nopCommerce and the theme or if it also includes your plugins?

Looking forward to hearing from you!

4 years ago

Valentin wrote:
Hi OTH,

we inspected your site and to achieve the required result you need to add the following code to your theme`s Custom Head Styles section:

.jCarouselMainWrapper .slick-next,
.jCarouselMainWrapper .slick-prev {
  border-color: #f41921;
  background-color: #f41921;
}

.jCarouselMainWrapper .slick-next:before,
.jCarouselMainWrapper .slick-prev:before {
    color: #fff;
}


Have in mind that we have used the red color you already have on your site, but if you decide to change the overall site color, you would need to apply the same change for the code we just provided in order for your arrows to look the same.

Hope this was helpful.


Hi Valentin,

It worked perfectly, thank you!

4 years ago

Hi,

I was wondering if you could tell me how I can change the colors of the arrows for before/next? At the moment the arrows are basically white but if I hover over them they change to the colors red.. That is the circle the arrows are in turns red and the arrows themselves are white if hovered over. Is there a way ti make that permanent and not just hovered over?

Using nopCommerce 4.10 and the Emporium theme from you.

nikola.dragiev wrote:
Hello,

You can add this css code to your Custom Head Styles textfield located in your nopCommerce Administration -> Plugins -> Nop Allure Theme -> Settings
.eu-cookie-bar-notification {
    width: 100%;
    max-width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    margin: 0;
    border-left: none;
    border-right: none;
    border-bottom: none;
    height: auto;
}
.eu-cookie-bar-notification .content > * {
    margin: 0 5px;
    display: inline-block;
}


Hi,

Does this also work for the Emporium theme?