Close

Profile: Deni

Avatar

User posts

bizsol wrote:
Hi to anyone who as this issue How to enable right click image save as function, using cloud zoom I need to allow website visitors to right click on an image and save as so they can download image.  Can anyone help with this  Many Thanks


Hi, 

The Cloud Zoom plugin does not allow users to right-click on the image. It is not a common practice to let users download images. If they want, they can still do it by inspecting the element.

In your case, you can show a link to the picture so the users can download it even easier. You can add it in the end of the _ProductDetailsPictures file like this:

<div><a href="@Model.DefaultPictureModel.FullSizeImageUrl" target="_blank">Download Picture</a></div>



I hope this helped !

8 years ago

bizsol wrote:
Hi to anyone who as this issue
How to enable right click image save as function, using cloud zoom
I need to allow website visitors to right click on an image and save as
so they can download image.

Can anyone help with this

Many Thanks


Hi, 

Please do not duplicate forum posts. We will reply to your other post.

8 years ago

ambitiousNOP wrote:
Some of the products that have attributes in the admin are not showing those attributes on the site display page.  Any ideas?


Hi, 

If the product attribute does not have any values it may not show on the product details page.

If you are talking about specification attributes, they have a setting "Show on product page".

I can not think of any other case when the attributes will not show up.

H1 tag
8 years ago

RichardS wrote:
Can the SEO plugin generate H1 tags for the main, category, and product pages?


Hi, 

The H1 tags are supposed to be generated by the name of the category/product.

The Smart SEO plugin does not generate/modify the H1 tags. It modifies the meta data which is related to the current page by using templates predefined in the admin site.

I hope this helped !

Bugs
9 years ago

justinhof wrote:
Hello,

Anyone ever have the search stop working? Right now it looks like it is processing, but always returns an empty result set. Even going to advanced search always returns nothing.

Anything I can check to fix this?

https://www.deepblueyachtsupply.com/

Saarch on ABLE

Thanks,
Justin


Hi, 

I have checked your site and it is really strange that the search returns an empty result. Please raise a ticket, providing us credentials to your site so it could be easier for us to detect what is causing this issue.

Bugs
9 years ago

MotorStarters wrote:
Stefan,

I think i used the ajax fiters from this download - NopElectronicsTheme_3.6.761.17358.zip.
.product-grid, .product-list are in that box.
I've enabled infinite scrolling for now (didn't notice that before, nice feature :) )

Regards, Rob



Hi, 

If you want us to check the problem with the pager, please raise a ticket in our system providing admin credentials to your site, so we can disable the Infinite scroll for moment and test the pager.

Thanks for your feedback !

9 years ago

baloghc wrote:
Thanks for the quick response. So if we have a single slider that has 50 images, we can add JavaScript to the .cshtml or .js file in order to track each image individually? I wasn't sure if just the slider had an id to track by or if it was possible to do it for each image.


Hi, 

Yes, it is OK to add the JS either in the .cshtml or .js files. Each slider has an ID, by which you can make your tracking.

You will just need to add a logic to add each image unique ID, for easier tracking or you can just use their URLs.


I hope this helped !

9 years ago

baloghc wrote:
I noticed in 3.6 the sliders "title" box now allows for rich HTML, images etc. I have not been able to test it yet though. What was the purpose of making this change? We were looking to track click events on our sliders, can HTML code be placed in that box in order to accomplish that?

Thank you!



Hi, 

We have allowed HTML for the slide title, because many clients wanted it.
This can give them the ability to apply some special styling on the title, which will make the slide to look better.

If you want to track clicks on the sliders, I suggest you to add the JS in the sliders View or JS files. If it is in the view, you can even pass the ID and name of the slider - this could be of help for tracking.
For example: the files: \Plugins\SevenSpikes.Nop.Plugins.AnywhereSliders\Views\AnywhereSliders\NivoSlider.cshtml or \Plugins\SevenSpikes.Nop.Plugins.AnywhereSliders\Scripts\nivo\jquery.nivo.slider.js.


I hope this helped !

Hi, 

Sorry for the late reply, but we were waiting the deploy.

We have found the problem and have fixed it.

Actually it was strange case, because you have grouped product, but it does not have any associated products.

Please update your theme and you will get the fix.

Thanks for reporting this !

9 years ago

gavinramm wrote:
Hi,

Purchased the urban theme and running through the installation i want to reset to defaults but the button doesn't show on my store.

NopCommerce version 3.5
Urban Version downloading today 10-11-15 Australian 

Cheers
Gavin


Hi, 

This feature is available since version 3.60.

If you have installed your theme last, you do not need to reset the settings. You can simulate the settings reset by re-installing the theme. It applies its specific settings automatically on install.

I hope this helped !