Close

Profile: Stefan

Avatar

User posts

Hi,

Thank you for the kind words. Adding an option for choosing a custom color was one of the most requested feature, so we just implemented it. Hope it helps.

As to the footer. You can change the text to whatever you want. If you need to make it like you mentioned: "powered by nopCommerce and nop-templates.com" just open the Themes/ArtFactory/Views/Common/Footer.cshtml file and replace the following 

  @if (!removeCopyright)
            {
                <div class="footer-powered-by">
                    Powered by <a href="http://www.nopcommerce.com/">nopCommerce</a>
                    @*Would you like to remove the "Powered by nopCommerce" link in the bottom of the footer?
                        Find more info here http://www.nopcommerce.com/copyrightremoval.aspx*@
                </div>
            }
            @if (!removeDesignedBy)
            {
                <div class="footer-designed-by">
                    Designed by <a href="http://www.nop-templates.com/" target="_blank">Nop-Templates.com</a>
                </div>
            }

with the following

 @if (!removeCopyright)
            {
                <div class="footer-powered-by">
                    Powered by <a href="http://www.nopcommerce.com/">nopCommerce</a> 
                    @if(!removeDesignedBy)
                    {
                        <text>
                        and <a href="http://www.nop-templates.com/" target="_blank">nop-templates</a>
                        </text>
                    }
                    @*Would you like to remove the "Powered by nopCommerce" link in the bottom of the footer?
                        Find more info here http://www.nopcommerce.com/copyrightremoval.aspx*@
                </div>
            }

Thanks again for using the link to our site.

Please let me know if you need any further help or assistance.

Bugs
8 years ago

Hi again,

This is happening because the products are reloaded via ajax as part of the filters. Fortunately there is a setting about that in the administration of the Nop Ajax Filters plugin. You should make sure that the "Scroll To Element On The Page After Filtration:" option is checked.

Hope that helps.

Bugs
8 years ago

[email protected] wrote:
This isn't really a bug per se, but the Ajax Cart items take up a LOT of horizontal space in the Brooklyn theme.  You can only see a few items in the dropdown which kind of negates the point of the Ajax Cart in the first place.

I'd suggest you make that smaller by default, but if not, is there an easy way to reduce the vertical space for each item (or make the dropdown scrollable)?

http://screencast.com/t/E0Xq6n2dJkl


Hi Bob,

Thank you for your reply.

If you notice you will see that there is a smaller scroll in the Flyout Cart panel which will allow you to scroll only the content in the cart panel. This can be achieved with the mouse wheel as well. Would it be possible to let me know if the scroll works on your site as expected.

Thanks!

Bugs
8 years ago

Hi mihailn,

Thank you for your feedback.

It was indeed an issue that we have fixed and deployed. In order to merge the fix you will need to download the theme again and replace the Themes/Lavella/Content/css/980.css file with the one from the downloaded package.

Thanks again!

Bugs
8 years ago

MotorStarters wrote:
Stefan,

It's the next page/previous page links on all the categories.

Regards,
Rob


Hi Rob,

Now I got it. Thanks for the info.

There was an issue with the pager in the Nop Electronics theme that we had fixed in September. Would it be possible to double check the following:

1. Make sure that you use the latest version of the Nop Ajax Filters
2. Go to the administration of the filters and check for the "Pager Panel Integration Selector:" setting. It should have a value of ".product-grid, .product-list".

If possible can you let us know the package number you have used. It is in the package zip file name. For example NopAjaxFilters_3.6.805.17450.zip .

Looking forward to your reply.

Bugs
8 years ago

MSUK wrote:
I've just upgraded from 3.4 to 3.5 to 3.6 and having a couple of issues.


On the categories page there are 3 buttons - add to cart, add to wishlist and compare for each product which bloats it a fair bit, i assume this is to do with the new standard nop theme which has the one box with the three buttons on it.

and also I have lost the page navigation. example here https://www.motorstarters.co.uk/en/4-pole-160-1000a-change-over


Hi MSUK,

You are right about the Add to Wishlist button. We had to add it because it was added in nopCommerce version 3.60. If you need you can remove it by adding the following to your admin -> plugins -> 7spikes themes -> nop electronics theme -> settings -> custom head styles textbox:

input.button-2.add-to-wishlist-button {display: none;}

But I could not quite catch what do you need by "I have lost the page navigation". Would it be able to explain in a little more details about that.

Hope that helps.

8 years ago

Hi again,

Yes, that will do the trick.

Best Regards.

8 years ago

Oakstone wrote:
There is the current site with Cloud Zoom disabled: http://www.oakstone.com/comprehensive-review-of-colon-and-rectal-surgery

Here is the plugin enabled: http://qa.oakstone.com/comprehensive-review-of-colon-and-rectal-surgery


Hi again,

The issue described comes from the fact that you have placed the SKU and share buttons (the <div class="center">) in the <div class="gallery"> element which is not correct. The Nop Cloud Zoom plugins replaces the .gallery element in order to place the gallery with the cloud zoom integrated. That is why when enabling the Nop Cloud Zoom the SKU and Share buttons are not visible. 

Simply place the SKU and Share buttons outside the .gallery html element and everything will work as expected.

Hope that helps!

8 years ago

Hi there, 

I assume you are not using the version 3.6 as in this version the Contact Us page is one column by default.
If you are not using version 3.6 you will need to change one of the files. Just one more question, do you need to remove just the Category navigation or the whole sidebar. If you want to remove the whole sidebar just copy the Views/Common/ContactUs.cshtml file in the Themes/Motion/Views/Common/ folder. Then open the file and edit it as shown below:

from 

Layout = "~/Views/Shared/_ColumnsTwo.cshtml";

change it to

Layout = "~/Views/Shared/_ColumnsOne.cshtml";

Hope that helps.

Bugs
8 years ago

agileworks wrote:
We have the template running already, but we cannot get the 2 sliders on the homepage to run together. They are configured on each widget zone as described on the documentation, but the right one still isn't being showed. If we inspect the code it's set to: display:none, on a 1920px wide screen.

Here's our website under development: http://locasporelmundo.agilecommerce.com.uy


Hi,

When I opened the site I can see the second banner visible. But I guess you had this issue when you had just one picture for the main slider. This is an issue that we are going to fix a.s.a.p.

Thanks for your feedback and spotting this issue.