Close

Profile: Boyko

Avatar

User posts

12 years ago

xtsiliv wrote:
Hi
My site is local right now.
In the folder Themes\Beauty\Content\css are the fonts

avantgardegothicltextralight (.eot .svg .ttf)
avantgardenormal (.eot .svg .ttf)

can you explain me how these fonts work in the styles.css?

because in styles.css in many places has the avantgarde and avantgarde_light font. Where are these fonts? My half site with the english words is great! the other half with the greek words is not good.

If i find another .ttf font except the standar fonts that regognized on web eg a calligraphic font that supports my language  and put it in the file  Themes\Beauty\Content\css will this work?  and how?

I mean that if all the fonts in my site take the source from the file like src: url('newfont.ttf');
will this work?

Thanks!
Xrysa



Hi Xrysa,

Can you explain what do you mean by "the other half with the greek words is not good"? What exactly is wrong as we tried the fonts with Greek language and it seems that it is supported. Can you send some sample text, so that we can try with it and also a screenshot that shows what is wrong with the Greek language? You can send an email directly to support at nop-templates.com.

As to changing the font with a new one - yes this is possible but the new font will be used for both languages i.e English and Greek as the font is in the styles.css file.

Thanks

12 years ago

milo wrote:
Hello Boyko,

...

Greetings, Milo



Hi Milo,

Unfortunately we need to calculate the price as it is part of the model and prices do depend on the discounts. We also check ACL and a lot of other stuff that we can't just ignore for the Filters to work correctly. The only way I see this is to create some hidden settings in the Filters that won't be visible on the Settings page but you will be able to set via the All Settings page in nopCommerce. These settings will ignore some of the logic where it is possible i.e ACL, Discounts etc.
Could you drop us an email with a link to your web site, so that we can take a look and discuss further what can be done? A database backup will be a huge help too.

Many thanks!

12 years ago

iBEAUTHENTIC wrote:
I downloaded the Fashion Template last night to get the quick view (nice btw). I noticed the Category header plugin was missing. Is that on purpose? Why would it be removed? I did not want the default menu so I had to use the Mega Menu but I don't like like that menu has all the categories have "Shop by Category" at the top and you can't change it to say "Shop by {the category you're looking at}" that I saw anyway.

So just wondering why header category was no longer included.


Hi iBEAUTHENTIC,

Yes, we removed the Nop Categories Header Menu on purpose as it is duplicated with the Nop Mega Menu that comes with the theme as it is pretty much the same as styling but is much more powerful as features. We are also working on a nice improvement to the Fashion theme (I am sure you will like it) and it will support only the Mega Menu. If you don't like the text you can simply remove the title directly from the .cshtml file or with a dispay:none in the css for the title. Please note that the Header Menu can be downloaded for free as a separate download but it won't have the styles for the Fashion theme. Drop us a line if you want us to send you the css for the Fashion theme for the Header Menu.

Thanks

12 years ago

inspired wrote:
I've added a slider to a widget and a category, it's appearing in the widget but not the category, can you let me know what widget in the category page it gets assigned to?

Thanks,

Dave


Hi Dave,

The widget zones is simply the place where the Slider will be shown. If you map a Slider to a given category then the Slider will be shown only on that specific category page. So it makes sense to add a Slider only to category page specific widget zones or some common widget zones that are available on the category page i.e content_before.

Thanks

12 years ago

kkiilliiaann wrote:
Thanks for the response.

"Enable Ajax Cart On Multi Product Variants On Catalog Pages" nowhere to be seen in the admin settgins.

I'm using version 2.5. Is that a new feature in a later version?


Hi kkiilliiaann,

Yes, this feature was added in the Ajax Cart for nopCommerce 2.6.

Thanks

12 years ago

[quote=kkiilliiaann]How do you allow for multiple product variants to appear in the ajax pop up box like in this example here: http://demos.nop-templates.com/electronics (product is Canon Digital Rebel XSi 12.2 MP Digital SLR Camera)[/quote

Hi ,

There is a setting in the administration of the Ajax Cart that needs to be set,
Enable Ajax Cart On Multi Product Variants On Catalog Pages

Thanks

12 years ago

drcomputer wrote:
How to change Electronic theme home from two column to one column? As there are no_columnone.cshtml in shared folder.


Hi drcomputer,

That's because we don't override it in the theme. We use the one that is in the Views folder of nopCommerce.

Thanks

12 years ago

d-print wrote:
Hi there,

Is there a way to use separate images for gridView and ListView as a controller for the layout instead of using a dropdown list?

cheers
D


Hi d-print,

The Filters expect the view modes to be in a dropdown list. There is javascript code that sets and reads the view mode from the dropdown, so if this is changed the filters might not work properly.

Thanks

12 years ago

cicciuzzo wrote:
hello

I have developed a theme for my site..

I interesting to bay a Nop Ultimate Plugin Collection , but they work in my theme???

hi


Hi cicciuzzo,

Sure the plugins should work with your theme. You can give them a try using the trial version. If you have any problems please let us know and we will help.

Thanks

12 years ago

drcomputer wrote:
SIr,

How to design footer like jewelery theme in electronics theme


Hi drcomputer,

To design a footer similar to the Jewelry theme you need to do two things.
First have a similar Html structure as the footer in the Jewelry theme and second to add the appropriate styling for the new Html.
To achieve this first make the changes in this Razor view file used in the footer:
Themes\Electronics\Views\Common\InfoBlock.cshtml

Then add the styling for your changes in the styles of the theme:
Themes\Electronics\Content\styles.css

Hope this helps!