Close

Profile: Boyko

Avatar

User posts

10 years ago

haknesh wrote:
Hi,

I have some layout issues in details page of grouped products. Can you show me in the demo of the theme a grouped products example? i would like to compare the layout of that with my local grouped products detail page.

Thanks.


Hi haknesh,

Just search for grouped in the Instant Search.
Here is one.

Thanks

zhong wrote:

To update the theme is sent to the account registered mail?
Or do I need to re download on the website?
Thank you


Hi zhong,

You need to download the theme package again as shown in this video.

Thanks

zhong wrote:
"Nop Lighthouse Responsive Theme" have compatibility issues in IE8!
The head of the search have compatibility problems.
A brief description of products also have compatibility problems.
Product categories on the right side of the menu also have compatibility issues.
Product information pages product pictures also exists, but is sometimes appear sometimes not to, need to refresh a few times you will see.


Hi zhong,

Thank you for reporting this issues!
All of them are fixed now. Please update the theme to get them.
We replied to your ticket for the same issues. Please don't duplicate forum posts and tickets.

Thanks

10 years ago

haknesh wrote:
Hi,

I just installed the theme(NC 3.30). some questions about it:

- How can i remove the links :

    What size am I?
    Item measurements

- I unchecked 'Show a share button: ' in Catalog settings, but i still see the button(with a weird style) in the product details page. How can i disable this?

Thanks in advance.


Hi haknesh,

You need to go to Plugins -> Nop Fashion Theme -> Settings.
Then you need to check the "Hide Item Measurements Options".

The shared button should not be shown if you have unchecked the setting in the Catalog settings.
Try clearing the cache as the setting might have been cached.

Thanks

10 years ago

haknesh wrote:
Hi Boyko,

One of the reasons that I like the filter, is because of multiple choice possibilities with the checkboxes. So using drop down instead is not a option for me. is it not possible to make the div of the manufacturer filter scrollable? or maybe other suggestions?


HI haknesh,

It is a matter of styling to make the box scrollable. You can add max-height to the ul element inside the filtersGroupPanel. For example if you have a lot of attributes you can make only the attributes scrollable.

.attributeFilterPanel7Spikes ul
{
max-height: 300px;
overflow: auto;
}


Hope this helps!

Thanks

10 years ago

haknesh wrote:
Hi Boyko,

With other theme i meant, some theme from other website, but i plan to get the 'ShopAll' theme from here now.


Hi hahnesh,

OK but I was left with the impression that you have already tried the Filters with "some theme from other website" but it looks like you haven't. Thank you for the clarification.

10 years ago

haknesh wrote:
Hi,

I want to use the nop ajax filter for a perfumery web shop. this means that i will have a list of maybe more then hundred of manufacturers. How do you suggest to display all those manufacturers on the filter?

Thanks in advance.


Hi haknesh,

The most compact way of displaying the Filter options is to use Dropdowns instead of Checkboxes.

Thanks

danishjee wrote:
Thanks for your fast reply.

I want to show megamenu left side. like this site http://www.officexpress.com.tr


Hi danishjee,

I am not sure they are using the Mega Menu but even if they do, they have customized it quite a lot. They have changed the markup a little bit of the menu and have added new styling. So it is not very trivial change.

Thanks

10 years ago

digitalmbs wrote:
Hi,

can you please send me document to configure Nop Motion theme so that it looks like a Demo site please

regards,
Daniel
[email protected]


HI Daniel,

Please submit a ticket requesting the demo database.

Thanks

10 years ago

tarweb wrote:
Hello,

I am having trouble getting the ajax filter render _ProductBox from the correct theme.


Hi tarweb,

We couldn't reproduce the problem you have described.
The only reason the theme name is DefaultClean instead of Alfresco is that you are missing the Themes\Alfresco folder in the Ajax Filters plugin.
Can you check if this folder is present on your nopCommerce installation:
Plugins\SevenSpikes.Nop.Plugins.AjaxFilters\Themes\Alfresco

Thanks