Close

Profile: todor.atanasov

Avatar

User posts

3 years ago

ManuelBalkanica wrote:
Hello,

We are using Emporium Theme on Nop 4.2. We are trying to implement scroll to top button, like in admin area. We found that on _Root.Head.cshtml you already have something implemented but we don't know how to make it work.

There is a div likea this:
<div class="scroll-back-button" id="goToTop"></div>

What we want is to show scroll to top button while scrolling down or something similar.


Greetings,

Thank you for reaching out to us!

Yes, there is an element with id="goToTop", which is hidden with CSS. You can override that CSS in order to show it. However, I would advise you to test it on mobile devices and make sure it's not overlapped with some other elements.

Bugs
3 years ago

thehulk58 wrote:
Nop commerce version 4.3
MySQL version 5.7
Filtering on venders(checkbox if show vendor is enabled from admin panel) will corrupt all the ajax filtration functionality and will give a popup error message.


Greetings,

Thank you for reaching out to us!

We have released a fix regarding this issue.

Please update the Ajax Filters and Core plugins.

OTH wrote:
Hi,

I was wondering if it's possible to change the size of the pay icons under payments in the theme's footer?

If so, where would I do this?


Hi,

Thank you for reaching out to us!

Yes, you can add the following CSS to Settings -> Themes -> Emporium -> Settings -> Custom Head Styles:

.pay-options img {
    max-width: 30px;
}


Where 30px is the current max-width of the images. You can change that if you wish the payment icon's size to be bigger.

emiemi2020 wrote:
hi, I have purchased the lighthouse theme.
I need to see product price even without putting the mouse over.
Is it possible?

Question 2: how could add the description on mouse over too? now there is only the price and add to cart button

product ribbon settings:  
https://ibb.co/z7Ythgg

list of products, I need to see price even without having mouse over:
https://ibb.co/M545rFB

thanks


Greetings,

Thank you for contacting us. I hope you are safe and well!

1. If you wish to make customizations to the product boxes in regards to displaying the price, you can do it in this file:

\Views\Shared\_ProductBox.cshtml

2. This is similar to the first question, you would have to make customizations to the template file displaying the product boxes.

3. I have tested the Product Ribbons plugin on Lighthouse and I can see that by default, they are being displayed by default, without a hover and are hidden on hover.

I hope this helps.



Greetings,

Thank you for reaching out to us!

I'm afraid I don't have permission to see the image through the provided link. Could you provide more information and try to provide permission for the image?

Looking forward to your reply!

3 years ago

Vanja Vlaco wrote:
Does it need to have a special folder for styles for Pavillion theme? Or does it then just use files from DefaultClean folder? Because I only have Pacific folder in Themes


Hi,

Thank you for your reply!

Any plugin that is included in any of our themes, has the given theme's folder inside its own Themes folder. It contains CSS styles file for the theme in question and view template files, that override the plugin's layout for that theme.

If the folder for a specific theme is not there, this means that the plugin is not styled for the theme in question and uses the DefaultClean styling for the plugin.

In your case, the plugin is not included in the Pavilion theme, thus, it uses the default View template files and default CSS for the plugin from the DefaultClean theme. You can use the plugin for Pavilion and if you wish to modify the default CSS, you can do that under Nop-Templates -> Themes -> Pavilion -> Settings -> Custom Head Styles.

I hope this information is useful!

3 years ago

Vanja Vlaco wrote:
Hi!

Thanks for the quick reply... Well, for example, I have downloaded the Pavillion theme and it is in use, then I downloaded Pacific theme and I am trying to use it in the same project. Pacific theme has Sale Of The Day and Newsletter Popup plugins that are not in the Pavillion theme and Pavillion thrme has Facebook Shop plugin that Pacific doesn't have. So how can they be used with any theme?


Hi,

Thank you for your reply!

As long as you have the plugins installed in the multistore, they are available for use in all the stores.

Do you have any issues using the Newsletter Popup plugin in Pavilion, for example?

IMVG wrote:

Language localization doesn't work with quick view plugin

Please check
The continue shopping and just added to your basket text are always in english


Greetings,

Thank you for reaching out to us!

Please raise a ticket in our support system and provide us with admin credentials, in order for us to investigate further.

3 years ago

stbl-rasel wrote:
Hello, How to rearrange the order of links in footer (Information tab)? Our website link is https://eerna.com/. We want to rearrange footer like this: About us -> Contact us -> Our Branches -> Privacy policy -> Return & Refund Policy -> Terms & Conditions -> Sitemap etc. Please anyone help us.


Hi,

Thank you for reaching out to us!

You can modify the order of the footer menu by editing the footer template file of Emporium:

\Themes\Emporium\Views\Shared\Components\Footer\Default.cshtml

3 years ago

Vanja Vlaco wrote:
Hi, I have a somewhat similar issue...

I have Nop Ultimate Theme Collection package, and I am using Pavillion theme and its heavily modified. Now I wanted to install Pacific theme to be able to use that theme as well on the same project - as one of the options. The installation went well but I noticed that the two themes do not have the same set of plugins within their download packages. What is the support for plugins? Does that mean that I cannot use every plugin with every theme?


Hi,

Thank you for reaching out to us!

The plugins can be used with any of our themes. Could you please provide more details on what the issue is?