Hi! is it possible to change in ROPC to open "first step" on mobile? With shipping data? Now on mobile CLient need click, but maybe is easy way to make Billing address default open?
Hi! i disable NopAjax on local machine to check something, and again enable... but it's stop works :/ (popup don't show...).
Is there some option in theme configuration (element theme variant 1) or somewhere else what i should enable?
Hmm… i see it's change when i click save in theme settings. Is anyway to disable this rule in element script or other place? I can't make now upgrades...
Well… when we have set:
sevenspikescommonsettings.lazyloadimages True
Lazy loading not works… download all files, and google insights score is low…
When we set
elementthemesettings.lazyloadimages = True
It's works fine... but some stupid rule on theme, or i don't know where… change that to "false" for some reason…
So lazy loading not works...ech...
Hi! yes, we have 4.1 from february (i think). Ok. Thx!
Blog author? Maybe is possible to create (or maybe it's actual added) possibility to create "authors"? Small bio about author below posts created by him and possibility to "look" all posts this author? It's make blog less "anonymous"
Ok. Product is somewhere else. We combine css'es and move jcarousel css to the same file where we have cloudzoom… so jcarousel "hide our" galery. After remove this code, all works fine. :)
Ok. It's maybe something in cache... i change styles name, and it stop download it, and works:)
Still lots to do, but... 50 points reached;)
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");
tml.AppendCssFileParts("~/Plugins/SevenSpikes.Core/Styles/perfect-scrollbar.min.css");
if (supportRtl)
{
Html.AppendCssFileParts("~/Themes/Element/Content/CSS/1320.rtl.css");
Html.AppendCssFileParts("~/Themes/Element/Content/CSS/1000.rtl.css");
Html.AppendCssFileParts("~/Themes/Element/Content/CSS/720.rtl.css");
Html.AppendCssFileParts("~/Themes/Element/Content/CSS/480.rtl.css");
Html.AppendCssFileParts("~/Themes/Element/Content/CSS/mobile-only.rtl.css");
Html.AppendCssFileParts("~/Themes/Element/Content/CSS/tables.rtl.css");
Html.AppendCssFileParts("~/Themes/Element/Content/CSS/styles.rtl.css");
}
else
{
Html.AppendCssFileParts("~/Themes/Element/Content/CSS/styles-all.css");
}