8251 comments found.
Hi,
There is a problem warehouse theme related with faceted search module. If I navigate through brands page, new products page, best sales page, etc, facetedsearch module box won’t dissapear. I mean, the box is empty but is there, even if I add an exception for these pages in design>positions, from displayleftcolumn hook.
This problem appears even on all of your demo where there is left column activated, on new products page, for example. A blank box appear (faceted search), under the category tree box. https://iqit-commerce.com/ps17/demo9/en/new-productsok i misudenrstad you, problem is only visible when there is color set for sidebar block
to fix that edit themes/warehouse/modules/ps_facetedsearch/ps_facetedsearch.tpl
change code from
<div class="block block-facets">
{$listing.rendered_facets nofilter}
</div>
to
{if $listing.rendered_facets}
<div class="block block-facets">
{$listing.rendered_facets nofilter}
</div>
{/if}
Hi,
There is a problem warehouse theme related with faceted search module. If I navigate through brands page, new products page, best sales page, etc, facetedsearch module won’t dissapear. I mead, the box is empty but is there, even if I add an exception for these pages in design>positions from displayleftcolumn.
prestashop v.1.7.6.8
development mode…
if I switch to default theme, the error dissapear. Switch back to warehouse theme, the problem appear back.
not heme related, facated search and modules exceptions they are core prestashop parts
You don’t understand. Even on yout demo pages for prestashop 1.7 appear this error. Take a look at this demo of yours: https://iqit-commerce.com/ps17/demo9/en/new-products. Under the categories box a white blank box apper (faceted search) in left column.
In fact, on all of your demos where there is left column activated, appear.
Do something about this. It’s such a shame.
ok i misudenrstad you, problem is only visible when there is color set for sidebar block
to fix that edit themes/warehouse/modules/ps_facetedsearch/ps_facetedsearch.tpl
change code from
<div class="block block-facets">
{$listing.rendered_facets nofilter}
</div>
to
{if $listing.rendered_facets}
<div class="block block-facets">
{$listing.rendered_facets nofilter}
</div>
{/if}
I have identified a significant usability error that needs fixing on the latest version of this theme. I have tested this on multiple devices and browsers. Go to Demo 14. We are focusing on the floating Add to Basket. In mobile view > product page > you cannot click “Add To Basket” when looking at the product. The Zoom is triggered instead. Please can you fix this?
I have fixed it. You need to adjust the z-index on .product-cover .expander class. Thanks
thanks for report
Why with the categories that already come and with the products if the sidebar comes out with the filters in the catalog and with the categories that we put and the products does not come out?
Attached images
No sidebar: https://ibb.co/9cvmHYr With sidebar: https://ibb.co/ysTDyLn
configure your filter template in prestashop core module ps_facetedsearch
hi, the new module productcomments v4.2.0 is not compatible with the latest versiopn of your theme. Gives a json error in console and not show the comments area in the product page
it will be adjuted with next theme upgrade
I have a problem with search? I can’t search any product.
I regenerated search index in backoffice > preferences > search but still not work
How to fix it?
search is generate by ps core, theme provide just and input field
if you want me to check anyway contact by support platform https://iqitcommerce.ticksy.com/I’m using Prestashop 1.7.6.9. and Warehouse 4.3.7.
I goes in themeditor > content > caegory page. but I don’t have options for that, see the attached images—> https://imgur.com/8v0plG0 https://imgur.com/uyaQi2aHow can I resolve it?
not sure what you mean what option?
How can I set the design of the category pages like demo 14 https://iqit-commerce.com/ps17/demo14/en/3-women
I have this design —> https://imgur.com/uyaQi2a but i wants set the design like this —> https://imgur.com/UMCWUM0
Thanks
and in thmeeditor > content > product list you hav epossibiloty to enable facated search above
I unhooked ps_facetedsearch from displayLeftColumn hook as well
you need to configiure ps_facetedsearch filter tempalte so there will be filter for this category
If we define free shipping costs from an amount and then add a discount coupon that falls below that amount, Prestashop allows free shipping. I need to get that functionality back, which seems like the theme disables it
HELP ME PLEASE I can’t find documentation about it
Sorry but it is not related to template
I have deactivated the theme and it worked so it has to be from the theme
maybe i missudenrstand you
Hi there, is it possible to disable search completely ?
you need to hide search with css
We have an update of Prestashop 1.7.6.9, is the latest version 4.3.7 of the theme compatible with this new update of Prestashop?
yes
Hi Warehouse Team ! It seems to have a huge problem about JS on English version on Prestashop 1.7 I am working on a website and neither my dropdown menu, carousels nor instagram feed are working on english version (but are working on french one)
Do you have any idea of this problem ? Is this a bug on Elementor ? You can check here : https://dev.millowwatch.com/gb/ Thanx !
just checked and it seems to work but url is en/ not gb/
Indeed it works with /en/ (american english) but it’s still not working with /gb/ (british english). It is very weird. I cant explain this…
gb is not accesible from your store always redirect to en
YES, because /gb/ was not working, I disabled it and enabled /en/ instead. It is obvious that I cannot let a language that is making bugs on any JS animation. Dont bother, /en/ is working and I will use it instead of /gb/ but take a look please, because /gb/ is obvisouly not working when active. (I can send screenshots if you want)
It seems template is missing hook displayAfterTitle.
There is no such hook by default in Prestashop too
You’re right.
Hi I follow the instruction but not working. When I open elementor from shop2 I see the home page of shop1
I have multistore under one domain. I have shop.com/1 shop.com/2 shop.com/3.
I choose the right shop in the backend but when I try to edit the home page with elementor I got always the preview of the shop.com/1 even if I have selected shop.com/2 or shop.com/3.
theme don’t seem to be compatible with the prestashop modules “products in the same category” and “last products seen”. On a multilingual site with cache activated. Otherwise, theme good!
Great, thank you! Is there a fix for the “recently viewed products” please?
you need to the same was as with category module, by removing cache code
Hi, Wishlist and compare buttons give the possibility only to add and not to remove items. It would be useful to be able to remove items directly with the button.
you can remove from wishlist page or from compare page
Hi
I have prestashop 1.7.5.1 and warehouse version 4.2.1 I need to update to the latest version of both, does it give many problems? I have no problem hiring the support, but I’m afraid that it will cause problems …
Add to the previous comment .. It could be updated from version 4.2.1 to the latest version or you have to go one at a time… Thanks!
doc https://iqit-commerce.com/xdocs/warehouse-theme-documentation/#from-ps-1-7-from-warehouse-4-x
or if you want me to to then contact by form there https://themeforest.net/user/iqit-commerce
Hello ! Easy question : Is this possible to display a map of the different stores ? And not only a list of them ? Thanx !
you mean map with multiple markers on it? then sorry there is no such feature
Yes ! Thanx. Such a shame it s not a feature. I will buy a plugin then. Thanx a lot.
Hello and thanks for this great theme
is there a possibility to make touchspin and add to cart block looks like this
https://prnt.sc/vk5nm9Thank You
there is no such build in design, you can do it by own css modificatioms
Pk, thanks for the reply
Hi, I have a problem with multistore, the style in the shop2 is broken.
I have imported the style from the main store with elementor, but it not change.
I try to change the style with the live edit, but when I open it I see the main shop.
I have selected the right shop in the top munù.
Hi I follow the instruction but not working. When I open elementor from shop2 I see the home page of shop1.
Contact by support platform https://iqitcommerce.ticksy.com/
Hi! How can i center the content a displayNav1 and displayNav2 in mobile?
Hello, how I can increase the size of the countdown .. don’t want to pay extra support for only this.. maybe you could help me
what countdown you mean exatly
you need to do by custom css in thmeeditor
.price-countdown{ //your css code }