Close

Profile: jakubz

Avatar

User posts

4 years ago

But… maybe it's possible in future. Make something like facebook. Where we have m.facebook.com and facebook.com?

4 years ago

Yes, we resign from this. Thx.

4 years ago

Boyko wrote:
Hi jakubz,

You should simply search for .css in the plugins Razor view files (.cshtml) and see where we reference them (it is a different view for each plugin).
I don't think it is a good idea to combine all css files into one simply because on some pages certain plugins are not included at all and this way you will end up with a lot of unused css that will be loaded (at least the page speed tool will complain about it for sure).



Hi! well we have only 35 points on mobile... so i need to try. Of course we can reduce products on page, and then it's looks better. We have higher sell when we show 48 products on page :/ I was thinking about "something" blocking, and in first loading page "show only 12/24 products", and "load later" (like your infinity scroll)… and in second load show 48 products, when all other information are download… But it's hard to do i think ;)

I decide to combine some plugins (which show on the same page). Ribbons / filters, and resign from combine ROPC, quick tabs, store lockator etc.

Still don't know what to do with this 480px / 720px css…

But thanks for your answer.  

Ok. I see there is set to show more products, but... can't find place where i can set "show product galery" :|

Hi i just enable in Quick View jcarousel to see what is it… and again disable it, but... No wi have only main picture in product…


How can I show gallery with products pictures again?


PS Is possible to change quantity of pictures in j carousel?

4 years ago

Hi! i don't want use css bundling and start thinking to make one css where i combine all this files:

Html.AppendCssFileParts("~/Themes/Element/Content/CSS/1320.css");
        Html.AppendCssFileParts("~/Themes/Element/Content/CSS/1000.css");
        Html.AppendCssFileParts("~/Themes/Element/Content/CSS/720.css");
        Html.AppendCssFileParts("~/Themes/Element/Content/CSS/480.css");
        Html.AppendCssFileParts("~/Themes/Element/Content/CSS/mobile-only.css");
        Html.AppendCssFileParts("~/Themes/Element/Content/CSS/tables.css");
        Html.AppendCssFileParts("~/Themes/Element/Content/CSS/styles.css");



If i create file "styles2.css" and overwrite code and write:
        Html.AppendCssFileParts("~/Themes/Element/Content/CSS/styles2.css");
        Html.AppendCssFileParts("~/Themes/Element/Content/CSS/styles.css");

This should work? or maybe you need this css also in other places / code? Do you try this?


PS Maybe you can tell me, where plugins have link to css? i check few and can't find place where you place link to css.

Maybe someone from you can help? our gogle insight  is weak, because we have too many files "blocking". After changes we should have 1-3 css…

Bugs
4 years ago

Today again it's changed… And element theme settings.lazy load images was set to false…
Is it normal behavior? when second set we have True?

4 years ago

Hi!
Thx!

4 years ago

Hi, maybe you know is it possible to don't show in ROPC tax, in order total?

Bugs
4 years ago

Hi! i have question about lazy loading. I have enable it but...

elementthemesettings.lazyloadimages: false

sevenspikescommonsettings.lazyloadimages : true

Is it normal behaviour when i try change elementtheme settings and set to "true" it's not saving? and after relod again set is false? Maybe set only in sevenspikescommon setings it's all what i need to change? or both of them should be set True?