Close

Profile: Boyko

Avatar

User posts

CISParts wrote:
Is there a setting to remove these from the main page?  I found a setting to remove them from the Catalog.  Also I would like to remove the RSS Feed link from the main page?  Thanks, Will

Hi Will,

If you want to remove the share button in the footer you can do so by removing this code:

<li>
                <div class="addthis_toolbox addthis_default_style ">
                    <a class="addthis_button_preferred_1"></a><a class="addthis_button_preferred_2">
                    </a><a class="addthis_button_preferred_3"></a><a class="addthis_button_preferred_4">
                    </a><a class="addthis_button_compact"></a><a class="addthis_counter addthis_bubble_style">
                    </a>
                </div>
                <script type="text/javascript" src="https://s7.addthis.com/js/250/addthis_widget.js#pubid=xa-4f91a0022e9275e4"></script>
            </li>


and the RSS div block:

<div class="footer-info-panel-rss">
...
...
</div>


from this file:
Themes\ShopAll\Views\ShopAllCommon\FooterInfoBlock.cshtml

Best Regards,
Nop-Templates.com Support Team

Bugs
11 years ago

rcsnop wrote:
Ok, but when i launch "settings", i receive an error page with the ASP.NET informations,
i said above (see the var error which name is "First" )
?


Hi Mike,

Are you using the official nopCommerce 3.1 or the work in progress from Codeplex?
Did you restarted the application as described here?

Thanks

Bugs
11 years ago

Hi Mike,

You can access the Settings of the Menu from Plugins -> Nop Categories Header Menu -> Settings.

Thanks

Bugs
11 years ago

hitnet wrote:
In your demo the tabs are not working.
Tested in IE 10 and Firefox 23.0.1

Not working with multiple images
http://themes.alfresco.nop-templates.com/dewdrop-treetent

Working with 1 image
http://themes.alfresco.nop-templates.com/classic-outdoor-pack

Regards.


Hi hitnet,

I was testing with Chrome and that's why I have missed it.
We will let you know when this is fixed.

Many thanks for reporting this issue!

11 years ago

drcomputer wrote:
How to add addtocart button when we are searching the product in search box?


Hi drcomputer,

That is not possible.

Thanks

11 years ago

Hi mstuart,

No, they are not available anymore as this was slowing down the Mega Menu a lot and we decided to drop this as it is not commonly used in favor of the better performance.

Best Regards,
Nop-Templates.com Support Team

11 years ago

Hi,

By design in the Alfresco theme we have added default styling for the Ribbons to be a yellow circle that is centered. You can change the default styling from this file:
Plugins\SevenSpikes.Nop.Plugins.ProductRibbons\Themes\Alfresco\Content\Ribbons.css

You can simply delete everything from this file and leave it empty. This way the default common styles will be applied. You can also change them if you want from this file:
Plugins\SevenSpikes.Nop.Plugins.ProductRibbons\Styles\Ribbons.common.css

Best Regards,
Nop-Templates.com Support Team

11 years ago

zjerry wrote:
If you resize (narrow) non empty cart, then instead of table headings you'll have mysterious numbers (probably set by data-title attributes of <td> tags).  

Concerns strings like: Product(s), Price, Quantity, Total etc

Same effect can be noticed in the resized comparision page.

Since I did not noticed this effect at demo site I assume that this happens when you use  localization e.g. Polish @ http://www.elegantis.pl


Hi zjerry,

Thank you for reporting this. We will investigate and let you know when it is fixed.

Best Regards,
Nop-Templates.com Support Team

11 years ago

luborman wrote:
There is a problem with visibility little image in recently viewed product block.
Image - like in default 3.1 theme.


Hi luborman,

This is by design. But you can show product pictures if you want by modifying this file Themes\Electronics\Views\Shared\_ColumnsThree.cshtml and change the line of code below:

@Html.Action("RecentlyViewedProductsBlock", "Catalog")    

to be:

@Html.Action("RecentlyViewedProductsBlock", "Catalog", new { productThumbPictureSize = 32 })  
  

You might also need to add proper styling if needed.

Hope this helps!

Best Regards,
Nop-Templates.com Support Team

Bugs
11 years ago

hitnet wrote:
Bug in JCarouse in detail page.

In  Nop Cloud Zoom Settings when I have Enable Picture Thumbnails To Be In JCarousel: checked.
And I have more than 1 product image in the product detail page the tabs are not working. but when I un-check the Enable Picture Thumbnails To Be In JCarousel: then tabs work.

This is in Alfresco theme. I have the latest version loaded. updates it on 9/23/13



Hi hitnet,

So you are saying that when you enable the carousel option in the Cloud Zoom the tabs are not working. I just enabled it on our demo and you can see that it is working fine.

Thanks