Close

Profile: Support

Avatar

User posts

11 years ago

Hi C.A.LL,

Sorry for the late reply! Please see my comments below:

1. I suppose you mean featured categories on the home page - the picture is not displayed for the reason to save space and show directly products which are most important in an e-shop. So that is why we have decided instead of showing images for categories and having to scroll down to see the products, just to have the titles of the categories and be able to access products more quickly.

If you want to show the pictures however, please let us know and we will guide you how to do it.

2. This is a bug that we have fixed and deployed on our site. In order to integrate the fix just download the theme again and replace the following files with the ones from the downloaded package:

Themes/Beauty/Content/css/480.css
Themes/Beauty/Content/css/768.css
Themes/Beauty/Content/css/980.css
Themes/Beauty/Content/css/styles.css
Themes/Beauty/Views/Shared/Header.cshtml

Thanks again for your feedback!

Please let us know if you encounter any other issue!

Best Regards!

11 years ago

t.ent wrote:
In the mobile view when you slide out the menu, Is it possible to have the PRODUCTS clickable as well as the arrow?  on a mobile device If the user clicks the PRODUCTS text it closes the menu.


Hi t.ent,

When you click on PRODUCTS nothing will happen because there is no page which can be opened like the MANUFACTURERS link to the manufacturers all page in the menu for example.

I have tested it with several devices and it does not close when it is clicked. If you click on the bar with the Close button, the menu will be closed. So I suppose you have clicked on the bar with the Close button above the Products title in the menu.

Would it be possible to double check whether the menu is closed if you click on the Products link.

Hope that makes sense!

Best Regards!

Bugs
11 years ago

europhile wrote:
Hi - on Forums, the Search magniifying glass is missing, just a blank grey square! Could do with that as otherwise all is good with forums! Any quick fix appreciated, expect you can build it into any new releases. Phil.


Hi europhie,

The magnifying glass had been added to the theme and deployed on our site. So you can download the theme again and add the Themes/Allure/Content/img/search-button.png file from your downloaded theme to your website.

Please let us know if you need any further assistance!

Best Regards!

Bugs
11 years ago

UserThomas wrote:
New Bug:  I have the theme setup but am having trouble with the Mega Menu functionality on a products page.

When you...
go to a product page
hover over the top navigation menu (a category that is directly above the products image)
move your mouse down the subcategories (which the last few sub-categories overlap the products image)
then when your mouse goes over the products image (still behind the sub-category menu), the navigation menu closes before you could go down and select the lower sub-categories.

I hope that makes sense.


Hi Thomas,

This had been fixed and deployed on our site. You can either download the theme again and replace Themes\Allure\Content\css\980.css file with the one downloaded or add the following in the custom head styles:

.header {
        z-index: 1002;
    }

Best Regards!

11 years ago

lester wrote:
Menu items 'Shop by category' and 'Manufacturers' is not working, nothing is show after clicked on the item. Same problem on your demo site.


Hi lester,

Thank you for reporting this. It had been fixed and deployed to our site. In order to integrate the fix,you can download the theme again and replace the following folders with the ones from the package:

Themes\ShopAll\Content\css
Plugins\SevenSpikes.Nop.Plugins.MegaMenu

Please let us know if the issue still exists!

Thanks again for your feedback! It is really important!

Best Regards!

11 years ago

Support wrote:
Hello,
We've this alfresco theme, lately we checked it
via mobile, ipad actually, but i guess same problem happens also from
iphone/android.

if it's adjusted to mobile, how the users can view the upped details on each product
in correct way? also there is buttons on it, and even if you succeeded to get this popup it's
almost impossible to click on those buttons..

any known solution?
thanks

Hi lnetdev5,

Thank you for your feedback!

You are right about that issue. We will fix it and will let you know once it is done.

Thanks again!


Hi lnetdev5,

We have fixed that and it had been deployed on our site. In order to integrate the fix just download the theme again and replace the following files with the ones from the downloaded package:

Plugins\SevenSpikes.Nop.Plugins.Core\Scripts\SevenSpikesExtensions.js

Themes\Alfresco\Content\scripts\Alfresco.js

and all the files in the Themes\Alfresco\Content\css folder.

Thanks again for your feedback!

Best Regards!

Bugs
11 years ago

Topic for reporting any Nop ArtFactory Responsive Theme problems.

11 years ago

Help make Nop-Templates products better. Share your ideas or feature requests related to the Nop ArtFactory Theme for nopCommerce.

11 years ago

Topic for general discussion regarding the Nop ArtFactory Responsive Theme.

11 years ago

jmbusquets wrote:
I want insert a slider in  home page before news.
I added the widgetzone home_page_before_news and assigned this zone to a Anywhere Slider Carousel 3D.
But it appears to the left of the page.
How can display the slider centered on te page?


Hi jmbusquets,

You can center the 3d carousel by adding the following in the admin -> plugins -> nop smart theme -> settings -> custom head styles textbox:

.pjcaroumain { float: none; margin: auto; width: 980px; }

You should make sure that you have set the "Slider Panel Width" to 980 and the "X position" to 450 in the Carousel 3D advanced settings.

Hope that helps!