8251 comments found.
is the theme set for multi stores? as im trying to use the page builder for multi stores but it dont work. each time im trying to save this setting http://prntscr.com/kf9hni it goes back to off , and when adding a page with content to homepage , it simply display an empty page in homepage
Add to coment: now when trying to access the main store elementor page builder im getting this error: http://prntscr.com/kf9mzb already set <IfModule mod_substitute.c> SubstituteMaxLineLength 10M </IfModule> and other settings
- nevermind i resolved this issue
Hi,
having already one license and i am happy with it, but, i realised now that there is something important missing for multilanguage shops -> hreflang-tag
would be great if you could add this to the theme.
please let me know, as i am interested in another license.
thanks
in latest tempalte version for ps 1.7.4.x there are hreflangs added
great information – thanks, will update then finally
Can you please update revslider? Its returning php errors.
Thank you.
In which prestahsop version and what errors it returs becouse i can not repducte. In template version for ps 1.7 there is latest version used
Sorry I do not understadnw what you mean
How to increase the number of symbols shows before ‘show more’ on category pages?
Sorry I’m not 100% sure what you mean and you did not informed about which Prestashop version you talking about
PS 1.6 – when we add category description it gets truncated at some point and button ‘show more’ appears. Where we can control how many symbols we show before this button appears. I want to increase amount of text on pages.
you need to make modifications in themes/warehouse/category.tpl
I set alphabetical order in module category tree submenu 2 columns but still menu is not alphabetical;(
today I upgrade from 4.1.7 to 4.1.9 and I have prestashop 1.7.4.1 It has given me an error and now can not see the store. I have sent you a ticket, please, I need to activate the store as soon as possible to continue selling. Thank you.
Just updated to v4.1.9 as per the instructions. Getting the HTTP 500 error. Upon Debugging this is the result:
Unable to load template ‘module:ps_languageselector/ps_languageselector-hreflang.tpl’ in ‘file:_partials/head.tpl’
Website: https://beebabe.com
please redoo updates, start with upgrade 4.1.6 to 4.1.7, then 4.1.7 to 4.1.9
I am disappointed to see now that you recommend these versions of Prestashop: 1.7.3 and 1.6 . I’ve upgraded to Prestashop 1.74 as recommended in the instructions and unfortunately the updated theme is not compatible; for two days I have blocked the store because of the wrong instructions received from you. I would love to apologize and better check why the new version of Prestashop 1.74 does not work!
It is not true. Latest Warehouse 4.1.9 temlate version works fine with PS 1.7.4.x which many may confirm!
Hi, it seems the fixed footer option in theme editor doesn’t work in WH 4.1.9 together with PS 1.7.4.2. Marcin, can you please take a look?
No, i Just checked and it works fine. Problem is in your env. Maybe you have some javascript issue throwed by some other code which blocks fixed footer from executing
It works, but you need to have at least 3 sections filled and activated in elementor. Is not about javascript issues. If you delete all elementor content and keep only fullscreen revslider and one or two elementor sections in your homepage, the fixed footer doesn’t work.
Hi, we have a problem. Suddently, we can’t see the product images, because we have in the img src this value “themes/warehouse/assets/img/blank.png”. It’s the second time that ocurrs the same issuse, and nobody change nothing. What can we do?
t looks like somhow lazy load is not wrokign in your shop, maybe you have some js error, you can also disable lazy load in themeditor > content > product list
we have done tests and when deactivating the option to buy when there is no stock, this problem happens with the images. also, it does not allow adding to the cart any product.
so there is some kind of javascript error on your site, there is no such error by default and it comes from your enviroment. If you want me to check contact by https://iqitcommerce.ticksy.com/ and send me ftp and bo access data
Hi, we have a problem. Suddently, we can’t see the product images, because we have in the img src this value “themes/warehouse/assets/img/blank.png”. It’s the second time that ocurrs the same issuse, and nobody change nothing. What can we do?
Hello, Thanks for your great theme. I can’t find how to change payment method logo ? And how to reduce space between text in home page.
payment method logo, it is not theme related you need to edit your payment method module tpl file
about second question contact by https://iqitcommerce.ticksy.com/ and point on sreenshot which text you mean
hello, how do i change in 4.1.9 the zoom of product image? the zoom is too magnifier.. i think its x2 (or more) i need it less. how to do it?
decreate thicbbox_default image size and regenerate thumbs
is there a way without changing the thickbox size? like adding the js or tpls?
the zoom is based on thicbox_default image size, simply on hover it show thicboc_Default in orginal size, so if it is to big to you you need to decrease it
the problem is when you edit thickbox, both desktop and mobile use the same photo. so on desktop it look good but on mobile it way too much zoom in, can u add that zoom on mobile can be set to a different image size setting? like large_default? its will be a very great improvement for zoom options.
you can manipluate with that using custom css and wrapping it intio mediq query you want
.easyzoom-flyout img{ max-width: 600px; }
tnx
Hello How to set the wishlist icon on header like the demo 12 prestashop 1.7? Kind Regards
in additional steps doc guide for style 12 it is described
Thanks for the work again, again and again, working perfect with php 7.1, prestashop 1.7.4.2 and warehouse 4.1.9. The theme, the support, the continuous updates and new features are fantastics!
Thank you!!
Thanks
Hello, thanks for that great theme, can you fix the issue of the missing images on the products carousels and Tabs, when the default no-image is used?
PS 1.7.4.1 PHP 7.1 WH 4.1.8 Issue in: Homepage mainly
Thanks.
upgrade to 4.1.9 and clear presashop cache, default no image is used for sure in 4.1.9
Hello Developers!!:
I want to report a issue occurred when I tried to change from PHP 7.0 to PHP 7.2 through cpanel and use the Elementor module to edit a cms page.
My prestashop version is: 1.7.4.1 and the theme is in the last version: 4.1.9
Here the details:
EXCEPTION:
in modules/iqitelementor/controllers/admin/IqitElementorEditor.php (line 14) }require_once PS_MODULE_DIR .
’/iqitelementor/src/iqitElementorWpHelper.php’;require_once dirname(FILE) .
’/../../includes/plugin-elementor.php’;class IqitElementorEditorController extends ModuleAdminController{ public function __construct() { $this->bootstrap = true;
LOGS:
Level Channel Message CRITICAL 11:25:29 php Fatal Compile Error: Declaration of IqitElementorEditorController::setMedia() must be compatible with AdminControllerCore::setMedia($isNewTheme = false)
DEBUG 11:25:29 doctrine SELECT name FROM aliba_module WHERE active = 1 INFO 11:25:29 php User Deprecated: Implementing “Symfony\Component\HttpKernel\DataCollector\DataCollectorInterface” without the “reset()” method is deprecated since Symfony 3.4 and will be unsupported in 4.0 for class “Csa\Bundle\GuzzleBundle\DataCollector\GuzzleCollector”. CRITICAL 11:25:29 request Uncaught PHP Exception Symfony\Component\Debug\Exception\FatalErrorException: “Compile Error: Declaration of IqitElementorEditorController::setMedia() must be compatible with AdminControllerCore::setMedia($isNewTheme = false)” at /home/alibavie/public_html/modules/iqitelementor/controllers/admin/IqitElementorEditor.php line 14
STACK TRACE:
FatalErrorException Symfony\Component\Debug\Exception\FatalErrorException: Compile Error: Declaration of IqitElementorEditorController::setMedia() must be compatible with AdminControllerCore::setMedia($isNewTheme = false)
at modules/iqitelementor/controllers/admin/IqitElementorEditor.php:14
Thanks so much for your support…
A lot of blessings…
You dfinitly not using 4.1.9 or updated incorectly, becouse in 4.1.9 setMedia declaration was fixed for php 7.2
Hi we have your theme on presta 1.7 and we have an issue with displaying most features on Explorer (10-11). web is www.ferwer.cz while chrome or mozila are ok, explore wont shop slider, or submenus on megamenu or even pictures of products. Do you have any idea what could be the problem?
IE 10 is not supported, it works witn on IE11. You probably have some code like analitycts or facebook pixel which is incorectly written and cause JS issue on IE. I have customers with simialr problems and it is not theme related.
Mobile menu (login and cart) not working. In my site nocatelier.com, when I click on login or cart icon, it shows a cross.
it is becouse of your css code
header {
z-index: auto; }
which does not exist in tempalte by default, it is youyr custom css or it is added by one of your additional modules