Hello-
Our blog archive in the left column has posts that go back to 2013, and because of this, it is causing all of our blog pages to be too long....left column is much longer than every blog post...
Is there a way to cause the archive years to be "collapsed" by default?
THanks!
Hello-
I was going to try to create a Jcarousel to use on our category pages, and tried switching to use the default-4-items skin according to this article:
https://www.nop-templates.com/Help/NopJCarousel/Version_2_8/lessons/Working_With_Nop_JCarousel.html
My screen only has the default-3-items value in a plain text box..it is not a drop down box with multiple options as shown in the article....but I changed the value to default-4-items and saved..no change on the page with the carousel. Then I looked in my installation folder and don't see any skins folder at all...I use the Uptown theme (NopUptownTheme_4.3.418.32616)...maybe it only includes 1 version of the default skin?
I've got a suggestion for the Facebook Shop plugin.
It is possible to allow other Facebook users to display our tabbed page widget at Facebook, but why would they do it unless they could earn commissions???
Those of us who utilize the native affiliate program would really benefit from being able to tell Facebook users that they can put our Facebook Store on their own Facebook page, AND earn affiliate commissions from sales resulting from click-throughs on our shopping widget.
Put your brains to work and make this happen!
Is there a version of the payment_sprite.png which includes Discover icon?
Where can I find it?
I was able to do this pretty easily.
Here's how:
create a topic page named "Stores" or "Locations" or whatever...leave it blank and save it.
Remember what you set as "Title" for the next step.
Next, open this view in notepad:
views\topic\topicdetails.cshtml
find this line:
<div class="page topic-page" id="ph-topic">
@if (Model.Title == "Locations")
{
@* do nothing *@
}
else
{
<div class="page-title" id="ph-title">
<h1>@Model.Title</h1>
</div>
}
<div class="page-body">
@if (Model.Title == "Locations")
{
@Html.Action("AllShops", "StoreLocator")
}
else
{
@Html.Raw(Model.Body)
}
</div>
</div>
Layout = "~/Views/Shared/_ColumnsOne.cshtml";
@* Layout = "~/Views/Shared/_ColumnsOne.cshtml"; *@
Nevermind...
I realized that I just need to move the media query definitions I had created in styles.css into the 480.css, 768.css, and 980.css....
Thanks anyway!
Hello-
I have a client who is using version 3.40 of nopCommerce and your Alfresco plugin.
We recently applied the changes on this post in order to utilize Recaptcha V2 on our site.
http://www.nopcommerce.com/boards/t/33692/support-for-new-version-recaptcha-v2.aspx#139455
The problem is that the recaptcha v2 is aligned very badly on all of our forms, and I cannot seem to affect it's positioning at all.
Can someone with version 3.80 of the Alfresco theme share their .captcha-box styles with me?
We won't be upgrading our site until 4.0, so I must find the correct way to make it look right.
Thank you!
Steve
Perfect, thank you!
Hello-
I want to change the margin of the mega-menu on all pages except my home page, but it isn't working:
.mega-menu {
position: relative;
z-index: 5;
border-top: 1px solid #ddd;
border-bottom: 1px solid #f1f1f1;
color: #555;
text-align: center;
margin: 0 0 0px;
font-size: 0;
}
.home-page .mega-menu {
margin: 0 0 30px;
}
Hello-
My client wants to renew his theme license so I can download the newest version.
An employee of my client originally purchased the Electronic theme about 2 years ago using his email address. He no longer works for my client and his email is no longer valid.
The domain that is registered to use the theme and plugins is: www.datastitch.com
How can I obtain the login info? What must I do? Can you send the password reset link to another email on this same domain?
Thanks!