Close

Profile: Stefan

Avatar

User posts

Product Tags
9 years ago

JayC wrote:
Is there a way to have the products tags not show up on the product detail page but still be active?


Hi Jay,

Yes you can hide them via css code. Just add the following in your admin -> plugins -> 7spikes themes -> nop motion theme -> settings -> custom head styles textbox:

.product-details-page .product-tags-box {display: none;}

Hope that helps.

Bugs
9 years ago

Hi,

By design when you hover over the product, there is an overlay displayed showing that the image becomes not clickable and the buttons are displayed in the center of the product box. The name of the product remains clickable though. If you think is it confusing for the customers, we can change that so that the overlay is still clickable.

Thanks in advance.

Bugs
9 years ago

berecan wrote:
Hi, can u explain me what i do wrong?
install this theme on clear nop 3.7 and have problem with Categories Hover Effect. This effect is shown under the picture.

http://c2n.me/3rDBWVr


Hi berecan,

By design the images should be higher. On our demo the picture dimensions are 450px x 330px . Can you try uploading higher images and make sure that the Categories Thumbnail setting in your Media settings is set to 450px.

Please let me know how it goes.

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
9 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
9 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
9 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
9 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
9 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.

9 years ago

Hi again,

Yes, that will do the trick.

Best Regards.