Close

Profile: nikola.dragiev

Avatar

User posts

6 years ago

Hello,

You can easily do that by using the Product Specifications in nopCommerce. You can take a look at the documentation the nopCommerce official website is providing HERE. If for some reason you have a problem setting those specifications please contact us via our ticketing system and we will do our best to help you.

6 years ago

Hello,

The theme supports all major browsers including Internet Explorer 9 and above. Safari browser is supported only on Mac and IOS devices since Apple has stopped supporting it on other OS.

The breakpoints of the theme are:
0 - 480px -> Mobile phone Portrait
481px - 767px -> Mobile phone Landscape
768px - 1200px -> Tablet
1201px and above -> Desktop

6 years ago

Hello,

I forgot to mention that the Plugin is using the Kendo Ui Editor, which source code is included in the Plugin and is available for customization. You can take a look at the options you have to customize it HERE.

6 years ago

Hello,

We can give you a custom CSS code that can increase the width of the Ticket Message Area, but it will be easier for us if you submit a ticket to our ticketing system. This is because we can give you code that will not work on all nopCommerce versions and we are not sure which one are you using, and it will be easier for us to communicate, send files and inspect the solution on your website(if you share it with us in the ticket of course).

For the second request, I'm afraid that we are using a third party text editing integration and we will not be able to change it for you.

Bugs
6 years ago

Hello,

Can you be more specific about those problems? Maybe you could submit us a ticket about those issues and you can attach images describing them(at the moment the attachment you have linked is not accessible).
Thank you!

6 years ago

Hello,

The problem with the Date is because the blog images are missing. Usually, the Blog images are stored in the database and there should not be a problem when you switch themes. Can you please take a look if you have them in \Content\Images\Thumbs folder in your nopCommerce installation folder. If they are not there maybe something went wrong with the migration of the database. Please write us back to confirm if you find the problem there. Also, will it be possible for you to contact us using our ticketing system, this way it will be easier for us to communicate and the quality of our support will be better.

6 years ago

Hello,

Thank you for your suggestion. It is a very good one, but I think that it is a little to custom and it will not be the best solution for a template. The reason for that is because we will have to either split the logo to an image and a text or we will have to add a new functionality to be able to upload a different logo for mobile resolutions. While the first solution is not recommended for a template the second can be an option for such a problem. We have indeed considered adding the such an option for our clients, but changing the Pavilion template after it was already released will cause a lot of problems to our clients who update their theme regularly. Imagine that you have set up your website a long time ago and after you update to be consistent with the latest version you find out that you will have to design a different logo for mobile resolutions which will be placed in a totally different place than before. Therefore if we decide to include such a functionality it will most likely be for a new theme that we release. If you want to have that layout for your theme, however, you can contact us via our ticketing system and we can give you guidelines on how to achieve that.

6 years ago

Hello,

The setting you have changed is usually intended to work on mobile resolutions and that is why it is called defaultresponsivebreakpointsforthumbnailscarousel. You have set a breakpoint of 3840px, which is basically including all desktop resolutions, so any code you have added in this breakpoint will work on desktop resolutions. This is not the way this setting is intended to work but I don't think that there will be a problem if you leave it as it is. If you want to set the number visible items and number of items to scroll the way we intended it to work, however, you will just have to add two more settings just as the one that you added for the vertical carousel.
Just go to Configuration-> Settings -> All settings (advanced) and add the folowing settings:
cloudzoomsettings.numberofpicturethumbnailsincarousel-defaultclean
cloudzoomsettings.numberofscrollablepicturethumbnailsincarousel-defaultclean

Now if you add a value of 3 to both settings you can get rid of the 3840 breakpoint in the responsive object.

6 years ago

Hello,

Yes, the Cloud Zoom plugin features such an option. You will have to go to Configuration-> Settings -> All settings (advanced) and add setting with the name cloudzoomsettings.ispicturethumbnailscarouselvertical-defaultclean and with value true. Now you just have to add styling to the holder of the carousel.

If you want to enable the carousel to be vertical only on desktop devices you have to change one setting in the same place. Use the search to find the cloudzoomsettings.defaultresponsivebreakpointsforthumbnailscarousel and change is value to:
[{"breakpoint":1001,"settings":{"arrows":false,"dots":true,"vertical":false}},{"breakpoint":600,"settings":{"slidesToShow":4,"slidesToScroll":4,"arrows":false,"dots":true,"vertical":false}},{"breakpoint":400,"settings":{"slidesToShow":3,"slidesToScroll":3,"arrows":false,"dots":true,"vertical":false}}]

I hope I was useful.

6 years ago

Hello,

When you purchase a product from us you have one-year free support and upgrades from our dedicated team. Since your license is not valid probably you have purchased your product more than a year ago and you are not able to contact our support team, this is why you were not able to submit a ticket about the issue. Here is more information about our licensing and how to renew your license. Without a valid license, the only help we can provide is on how to resolve bugs in the product that are not caused by client interventions but were present in the code when you bought the product. If you decide yo renew your license our support can help you with any bug fixes and minor client customizations. However, you have to have in mind that large customizations are not supported even with a valid license. In your case, you have used a table layout to display a custom topic page information, which is not a suitable markup for a content that you want to display properly on mobile resolution. The only suggestion we can give you is to think of a different layout to use on your page. Also, you should have in mind that styling an entire page is considered large customization and it is not included in our support service.