Daniel Santana 78 Posted January 17, 2020 Posted January 17, 2020 39 minutes ago, PredatorAquaticsLTD said: hey bud, any idea were i'd edit the css for mobile ? the menu sub links are very very light in colour making it hard to navigate What version of Prestashop are you using? Share this post Link to post Share on other sites
PredatorAquaticsLTD 1 Posted January 17, 2020 Posted January 17, 2020 1 hour ago, Daniel Santana said: What version of Prestashop are you using? 1.7.6.2 my friend Share this post Link to post Share on other sites
Daniel Santana 78 Posted January 17, 2020 Posted January 17, 2020 Uhmm this theme is only compatible with prestashop 1.7.5.2 i can update it this weekend. Share this post Link to post Share on other sites
PredatorAquaticsLTD 1 Posted January 17, 2020 Posted January 17, 2020 6 minutes ago, Daniel Santana said: Uhmm this theme is only compatible with prestashop 1.7.5.2 i can update it this weekend. ahhhh, my fault teaches me for not reading it thoroughly enough! That would be amazing if you could do that, if you have the time Share this post Link to post Share on other sites
Daniel Santana 78 Posted January 18, 2020 Posted January 18, 2020 Quote 9 hours ago, PredatorAquaticsLTD said: ahhhh, my fault teaches me for not reading it thoroughly enough! That would be amazing if you could do that, if you have the time I just tested the theme on 1.7.6.2 and i see not issue on mobile menu, can you share a screenshot with the bug? Share this post Link to post Share on other sites
PredatorAquaticsLTD 1 Posted January 19, 2020 Posted January 19, 2020 On 1/18/2020 at 3:50 AM, Daniel Santana said: I just tested the theme on 1.7.6.2 and i see not issue on mobile menu, can you share a screenshot with the bug? Share this post Link to post Share on other sites
PredatorAquaticsLTD 1 Posted January 19, 2020 Posted January 19, 2020 The sub menu links are almost to the point they can't be seen ? Share this post Link to post Share on other sites
Daniel Santana 78 Posted January 19, 2020 Posted January 19, 2020 3 hours ago, PredatorAquaticsLTD said: The sub menu links are almost to the point they can't be seen ? In the demo of the template you can see that the submenu items are showing , link: https://entienda.cl/templates/minimal/ps1752-light/es/ It can be a cache problem, delete de cache from prestashop and visit the store in "Incognito mode" in order to see the website withtou cache from your browser. If that does not work try to download the theme again and replace the files on FTP. And if that does not work add this line to the CSS file: #mobile_top_menu_wrapper .top-menu .sub-menu li > a { color:#111111 !important; } Share this post Link to post Share on other sites
Daniel Santana 78 Posted February 2, 2020 Posted February 2, 2020 Theme just updated for Prestashop 1.7.6.3 and added "Simple Checkout" Demo:https://tutorialesdani.com/minimal20/ Share this post Link to post Share on other sites
PredatorAquaticsLTD 1 Posted February 3, 2020 Posted February 3, 2020 On 2/2/2020 at 4:43 AM, Daniel Santana said: Theme just updated for Prestashop 1.7.6.3 and added "Simple Checkout" Demo:https://tutorialesdani.com/minimal20/ any remedy to this issue ? Share this post Link to post Share on other sites
Daniel Santana 78 Posted February 3, 2020 Posted February 3, 2020 18 minutes ago, PredatorAquaticsLTD said: any remedy to this issue ? I dont think is related to theme, try to regenerate images then clean browser cache and test again. Share this post Link to post Share on other sites
PredatorAquaticsLTD 1 Posted February 3, 2020 Posted February 3, 2020 1 hour ago, Daniel Santana said: I dont think is related to theme, try to regenerate images then clean browser cache and test again. Is there no way to adjust the image size displayed with css ? Sorry i am not a coder or anything so i am curious. Saves having to redo hundreds upon hundreds of images, Share this post Link to post Share on other sites
Daniel Santana 78 Posted February 3, 2020 Posted February 3, 2020 1 minute ago, PredatorAquaticsLTD said: Is there no way to adjust the image size displayed with css ? Sorry i am not a coder or anything so i am curious. Saves having to redo hundreds upon hundreds of images, Well, you are right. Are you able to insert CSS on your online store? Send me a link of a product to see it. Share this post Link to post Share on other sites
PredatorAquaticsLTD 1 Posted February 3, 2020 Posted February 3, 2020 yes buddy i am One moment ill pop you the url https://predator-aquatics.co.uk/index.php?id_product=768&rewrite=rounded-air-driven-sponge-filter-large&controller=product&id_lang=1 Share this post Link to post Share on other sites
Daniel Santana 78 Posted February 3, 2020 Posted February 3, 2020 Ah ok. Just add this line to the CSS file: #product-modal .modal-content .modal-body .product-cover-modal {max-width: 100% !important;} (add it on themes/minimalCSS/assets/css/custom.css) Then delete Prestashop cache and refresh URL on browser. Share this post Link to post Share on other sites
Daniel Santana 78 Posted February 3, 2020 Posted February 3, 2020 1 minute ago, Daniel Santana said: Ah ok. Just add this line to the CSS file: #product-modal .modal-content .modal-body .product-cover-modal {max-width: 100% !important;} (add it on themes/minimalCSS/assets/css/custom.css) Then delete Prestashop cache and refresh URL on browser. Also add this one: .block-social ul li {background-color: transparent;} Share this post Link to post Share on other sites
PredatorAquaticsLTD 1 Posted February 3, 2020 Posted February 3, 2020 22 minutes ago, Daniel Santana said: Ah ok. Just add this line to the CSS file: #product-modal .modal-content .modal-body .product-cover-modal {max-width: 100% !important;} (add it on themes/minimalCSS/assets/css/custom.css) Then delete Prestashop cache and refresh URL on browser. Done, cleared cache no change.. odd, sorry bout this mate, i also greatly apprecaite your assistance Share this post Link to post Share on other sites
Daniel Santana 78 Posted February 3, 2020 Posted February 3, 2020 2 minutes ago, PredatorAquaticsLTD said: Done, cleared cache no change.. odd, sorry bout this mate, i also greatly apprecaite your assistance You didnt add it. The path is: themes/minimalCSSdark/assets/css/custom.css Then follow this 20 secs tutorial: Share this post Link to post Share on other sites
PredatorAquaticsLTD 1 Posted February 3, 2020 Posted February 3, 2020 It's been added and cache cleared multiple times Share this post Link to post Share on other sites
Daniel Santana 78 Posted February 3, 2020 Posted February 3, 2020 Just now, PredatorAquaticsLTD said: It's been added and cache cleared multiple times Oh i see, you added the code in the "mobile version" piece of code you need to add it outside of this code: @media { max-width:.... For example you can add those lines at the end of the file. Create 2 lines at bottom and add the lines there. Share this post Link to post Share on other sites
PredatorAquaticsLTD 1 Posted February 3, 2020 Posted February 3, 2020 man you rock! Are you for hire at all Share this post Link to post Share on other sites
Daniel Santana 78 Posted February 3, 2020 Posted February 3, 2020 2 minutes ago, PredatorAquaticsLTD said: man you rock! Are you for hire at all Thanks, yes sure, im avaible next week for custom work. if you need customization , drop me a line here, whenever you want https://entienda.cl/contacto/ cheers 1 Share this post Link to post Share on other sites
poweranabolics 0 Posted February 10, 2020 Posted February 10, 2020 Hi, any workaround to fix categories/ brands pages on the top of the website? Quote SmartyException Unable to load template 'file:catalog/_partials/products.tpl' in 'layouts/layout-both-columns.tpl' I'm getting this error. Thanks in advance. Share this post Link to post Share on other sites
Daniel Santana 78 Posted February 10, 2020 Posted February 10, 2020 6 hours ago, poweranabolics said: Hi, any workaround to fix categories/ brands pages on the top of the website? I'm getting this error. Thanks in advance. Hi, whats your Prestashop version ? Also, make sure you clear Prestashop cache: little guide: Share this post Link to post Share on other sites
poweranabolics 0 Posted February 10, 2020 Posted February 10, 2020 57 minutes ago, Daniel Santana said: Hi, whats your Prestashop version ? Also, make sure you clear Prestashop cache: little guide: It's 1.7.6.3 Cache was cleared multiple times. ) SmartyException Unable to load template 'file:catalog/_partials/products.tpl' in 'layouts/layout-both-columns.tpl' in smarty_internal_template.php line 195 at Smarty_Internal_Template->render()in smarty_internal_template.php line 385 at Smarty_Internal_Template->_subTemplateRender('file:catalog/_partials/products.tpl', null, 'layouts/layout-full-width.tpl', 0, 3600, array('listing' => array('result' => object(ProductSearchResult), 'label' => 'List of products by brand PHARMA QO', 'products' => array(object(ProductListingLazyArray), object(ProductListingLazyArray), object(ProductListingLazyArray), object(ProductListingLazyArray), object(ProductListingLazyArray), object(ProductListingLazyArray), object(ProductListingLazyArray), object(ProductListingLazyArray), object(ProductListingLazyArray), object(ProductListingLazyArray), object(ProductListingLazyArray), object(ProductListingLazyArray)), 'sort_orders' => array(array('entity' => 'product', 'field' => 'position', 'direction' => 'desc', 'label' => 'Relevance', 'urlParameter' => 'product.position.desc', 'current' => false, 'url' => 'https://power-anabolics.com/2_pharma-qo?order=product.position.desc'), array('entity' => 'product', 'field' => 'name', 'direction' => 'asc', 'label' => 'Name, A to Z', 'urlParameter' => 'product.name.asc', 'current' => false, 'url' => 'https://power-anabolics.com/2_pharma-qo?order=product.name.asc'), array('entity' => 'product', 'field' => 'name', 'direction' => 'desc', 'label' => 'Name, Z to A', 'urlParameter' => 'product.name.desc', 'current' => false, 'url' => 'https://power-anabolics.com/2_pharma-qo?order=product.name.desc'), array('entity' => 'product', 'field' => 'price', 'direction' => 'asc', 'label' => 'Price, low to high', 'urlParameter' => 'product.price.asc', 'current' => false, 'url' => 'https://power-anabolics.com/2_pharma-qo?order=product.price.asc'), array('entity' => 'product', 'field' => 'price', 'direction' => 'desc', 'label' => 'Price, high to low', 'urlParameter' => 'product.price.desc', 'current' => false, 'url' => 'https://power-anabolics.com/2_pharma-qo?order=product.price.desc')), 'sort_selected' => false, 'pagination' => array('total_items' => 12, 'items_shown_from' => 1, 'items_shown_to' => 12, 'current_page' => 1, 'pages_count' => 1, 'pages' => array(array('type' => 'page', 'page' => 1, 'clickable' => false, 'current' => true, 'url' => 'https://power-anabolics.com/2_pharma-qo')), 'should_be_displayed' => false), 'rendered_facets' => '', 'rendered_active_filters' => '', 'js_enabled' => false, 'current_url' => 'https://power-anabolics.com/2_pharma-qo')), 0, false)in 18c38daa6b27bd48d1548d9f07dc9872467de60e_2.file.product-list.tpl.php line 83 at Block_1193934165e41ac22d38330_40220091->callBlock(object(SmartyCustomTemplate))in smarty_internal_runtime_inheritance.php line 248 at Smarty_Internal_Runtime_Inheritance->callBlock(object(Block_1193934165e41ac22d38330_40220091), object(SmartyCustomTemplate))in smarty_internal_runtime_inheritance.php line 184 at Smarty_Internal_Runtime_Inheritance->process(object(SmartyCustomTemplate), object(Block_1193934165e41ac22d38330_40220091))in smarty_internal_runtime_inheritance.php line 156 at Smarty_Internal_Runtime_Inheritance->instanceBlock(object(SmartyCustomTemplate), 'Block_1193934165e41ac22d38330_40220091', 'product_list', 1)in 18c38daa6b27bd48d1548d9f07dc9872467de60e_2.file.product-list.tpl.php line 157 at Block_8733690805e41ac22d34851_48039867->callBlock(object(SmartyCustomTemplate))in smarty_internal_runtime_inheritance.php line 248 at Smarty_Internal_Runtime_Inheritance->callBlock(object(Block_8733690805e41ac22d34851_48039867), object(SmartyCustomTemplate))in smarty_internal_runtime_inheritance.php line 184 at Smarty_Internal_Runtime_Inheritance->process(object(SmartyCustomTemplate), object(Block_8733690805e41ac22d34851_48039867), object(Block_8726816065e41ac22d63172_74789340))in smarty_internal_runtime_inheritance.php line 186 at Smarty_Internal_Runtime_Inheritance->process(object(SmartyCustomTemplate), object(Block_8726816065e41ac22d63172_74789340))in smarty_internal_runtime_inheritance.php line 156 at Smarty_Internal_Runtime_Inheritance->instanceBlock(object(SmartyCustomTemplate), 'Block_8726816065e41ac22d63172_74789340', 'content', 2)in ecbdfccdb992bc6a22f6ca6f2f2e1eee7925aa23_2.file.layout-full-width.tpl.php line 101 at Block_2100304645e41ac22d619f5_61689353->callBlock(object(SmartyCustomTemplate))in smarty_internal_runtime_inheritance.php line 248 at Smarty_Internal_Runtime_Inheritance->callBlock(object(Block_2100304645e41ac22d619f5_61689353), object(SmartyCustomTemplate))in smarty_internal_runtime_inheritance.php line 184 at Smarty_Internal_Runtime_Inheritance->process(object(SmartyCustomTemplate), object(Block_2100304645e41ac22d619f5_61689353), object(Block_13381653985e41ac22d86040_47815049))in smarty_internal_runtime_inheritance.php line 186 at Smarty_Internal_Runtime_Inheritance->process(object(SmartyCustomTemplate), object(Block_13381653985e41ac22d86040_47815049))in smarty_internal_runtime_inheritance.php line 156 at Smarty_Internal_Runtime_Inheritance->instanceBlock(object(SmartyCustomTemplate), 'Block_13381653985e41ac22d86040_47815049', 'content_wrapper')in bca3f8202eaa3737772efbb3aaf2d0cdcbee5670_2.file.layout-both-columns.tpl.php line 87 at content_5e41ac22d8c8d9_63611674(object(SmartyCustomTemplate))in smarty_template_resource_base.php line 123 at Smarty_Template_Resource_Base->getRenderedTemplateCode(object(SmartyCustomTemplate))in smarty_template_compiled.php line 114 at Smarty_Template_Compiled->render(object(SmartyCustomTemplate))in smarty_internal_template.php line 216 at Smarty_Internal_Template->render()in smarty_internal_template.php line 385 at Smarty_Internal_Template->_subTemplateRender('layouts/layout-both-columns.tpl', null, 'layouts/layout-full-width.tpl', 0, 3600, array(), 2, false, null, null)in smarty_internal_runtime_inheritance.php line 125 at Smarty_Internal_Runtime_Inheritance->endChild(object(SmartyCustomTemplate), 'layouts/layout-both-columns.tpl')in ecbdfccdb992bc6a22f6ca6f2f2e1eee7925aa23_2.file.layout-full-width.tpl.php line 42 at content_5e41ac22d64076_97193899(object(SmartyCustomTemplate))in smarty_template_resource_base.php line 123 at Smarty_Template_Resource_Base->getRenderedTemplateCode(object(SmartyCustomTemplate))in smarty_template_compiled.php line 114 at Smarty_Template_Compiled->render(object(SmartyCustomTemplate))in smarty_internal_template.php line 216 at Smarty_Internal_Template->render()in smarty_internal_template.php line 385 at Smarty_Internal_Template->_subTemplateRender('layouts/layout-full-width.tpl', null, 'layouts/layout-full-width.tpl', 0, 3600, array(), 2, false, null, null)in smarty_internal_runtime_inheritance.php line 125 at Smarty_Internal_Runtime_Inheritance->endChild(object(SmartyCustomTemplate), 'layouts/layout-full-width.tpl')in 18c38daa6b27bd48d1548d9f07dc9872467de60e_2.file.product-list.tpl.php line 37 at content_5e41ac22d3a815_05311100(object(SmartyCustomTemplate))in smarty_template_resource_base.php line 123 at Smarty_Template_Resource_Base->getRenderedTemplateCode(object(SmartyCustomTemplate))in smarty_template_compiled.php line 114 at Smarty_Template_Compiled->render(object(SmartyCustomTemplate))in smarty_internal_template.php line 216 at Smarty_Internal_Template->render()in smarty_internal_template.php line 385 at Smarty_Internal_Template->_subTemplateRender('catalog/listing/product-list.tpl', null, 'layouts/layout-full-width.tpl', 0, 3600, array(), 2, false, null, null)in smarty_internal_runtime_inheritance.php line 125 at Smarty_Internal_Runtime_Inheritance->endChild(object(SmartyCustomTemplate), 'catalog/listing/product-list.tpl')in a16cca0a00d6ff0a769cdecf288d3269d26bf73f_2.file.manufacturer.tpl.php line 33 at content_5e41ac2642e5f8_52781192(object(SmartyCustomTemplate))in smarty_template_resource_base.php line 123 at Smarty_Template_Resource_Base->getRenderedTemplateCode(object(SmartyCustomTemplate))in smarty_template_compiled.php line 114 at Smarty_Template_Compiled->render(object(SmartyCustomTemplate))in smarty_internal_template.php line 216 at Smarty_Internal_Template->render(false, 0)in smarty_internal_templatebase.php line 232 at Smarty_Internal_TemplateBase->_execute(object(SmartyCustomTemplate), null, 'layouts/layout-full-width.tpl', null, 0)in smarty_internal_templatebase.php line 116 at Smarty_Internal_TemplateBase->fetch('catalog/listing/manufacturer.tpl', null, 'layouts/layout-full-width.tpl', null, false, true, false)in SmartyCustom.php line 112 at SmartyCustomCore->fetch('catalog/listing/manufacturer.tpl', null, 'layouts/layout-full-width.tpl')in FrontController.php line 683 at FrontControllerCore->smartyOutputContent('catalog/listing/manufacturer.tpl')in FrontController.php line 667 at FrontControllerCore->display()in Controller.php line 312 at ControllerCore->run()in Dispatcher.php line 515 at DispatcherCore->dispatch()in index.php line 28 Share this post Link to post Share on other sites
Daniel Santana 78 Posted February 13, 2020 Posted February 13, 2020 On 2/10/2020 at 7:33 PM, poweranabolics said: It's 1.7.6.3 Cache was cleared multiple times. ) SmartyException Unable to load template 'file:catalog/_partials/products.tpl' in 'layouts/layout-both-columns.tpl' in smarty_internal_template.php line 195 at Smarty_Internal_Template->render()in smarty_internal_template.php line 385 at Smarty_Internal_Template->_subTemplateRender('file:catalog/_partials/products.tpl', null, 'layouts/layout-full-width.tpl', 0, 3600, array('listing' => array('result' => object(ProductSearchResult), 'label' => 'List of products by brand PHARMA QO', 'products' => array(object(ProductListingLazyArray), object(ProductListingLazyArray), object(ProductListingLazyArray), object(ProductListingLazyArray), object(ProductListingLazyArray), object(ProductListingLazyArray), object(ProductListingLazyArray), object(ProductListingLazyArray), object(ProductListingLazyArray), object(ProductListingLazyArray), object(ProductListingLazyArray), object(ProductListingLazyArray)), 'sort_orders' => array(array('entity' => 'product', 'field' => 'position', 'direction' => 'desc', 'label' => 'Relevance', 'urlParameter' => 'product.position.desc', 'current' => false, 'url' => 'https://power-anabolics.com/2_pharma-qo?order=product.position.desc'), array('entity' => 'product', 'field' => 'name', 'direction' => 'asc', 'label' => 'Name, A to Z', 'urlParameter' => 'product.name.asc', 'current' => false, 'url' => 'https://power-anabolics.com/2_pharma-qo?order=product.name.asc'), array('entity' => 'product', 'field' => 'name', 'direction' => 'desc', 'label' => 'Name, Z to A', 'urlParameter' => 'product.name.desc', 'current' => false, 'url' => 'https://power-anabolics.com/2_pharma-qo?order=product.name.desc'), array('entity' => 'product', 'field' => 'price', 'direction' => 'asc', 'label' => 'Price, low to high', 'urlParameter' => 'product.price.asc', 'current' => false, 'url' => 'https://power-anabolics.com/2_pharma-qo?order=product.price.asc'), array('entity' => 'product', 'field' => 'price', 'direction' => 'desc', 'label' => 'Price, high to low', 'urlParameter' => 'product.price.desc', 'current' => false, 'url' => 'https://power-anabolics.com/2_pharma-qo?order=product.price.desc')), 'sort_selected' => false, 'pagination' => array('total_items' => 12, 'items_shown_from' => 1, 'items_shown_to' => 12, 'current_page' => 1, 'pages_count' => 1, 'pages' => array(array('type' => 'page', 'page' => 1, 'clickable' => false, 'current' => true, 'url' => 'https://power-anabolics.com/2_pharma-qo')), 'should_be_displayed' => false), 'rendered_facets' => '', 'rendered_active_filters' => '', 'js_enabled' => false, 'current_url' => 'https://power-anabolics.com/2_pharma-qo')), 0, false)in 18c38daa6b27bd48d1548d9f07dc9872467de60e_2.file.product-list.tpl.php line 83 at Block_1193934165e41ac22d38330_40220091->callBlock(object(SmartyCustomTemplate))in smarty_internal_runtime_inheritance.php line 248 at Smarty_Internal_Runtime_Inheritance->callBlock(object(Block_1193934165e41ac22d38330_40220091), object(SmartyCustomTemplate))in smarty_internal_runtime_inheritance.php line 184 at Smarty_Internal_Runtime_Inheritance->process(object(SmartyCustomTemplate), object(Block_1193934165e41ac22d38330_40220091))in smarty_internal_runtime_inheritance.php line 156 at Smarty_Internal_Runtime_Inheritance->instanceBlock(object(SmartyCustomTemplate), 'Block_1193934165e41ac22d38330_40220091', 'product_list', 1)in 18c38daa6b27bd48d1548d9f07dc9872467de60e_2.file.product-list.tpl.php line 157 at Block_8733690805e41ac22d34851_48039867->callBlock(object(SmartyCustomTemplate))in smarty_internal_runtime_inheritance.php line 248 at Smarty_Internal_Runtime_Inheritance->callBlock(object(Block_8733690805e41ac22d34851_48039867), object(SmartyCustomTemplate))in smarty_internal_runtime_inheritance.php line 184 at Smarty_Internal_Runtime_Inheritance->process(object(SmartyCustomTemplate), object(Block_8733690805e41ac22d34851_48039867), object(Block_8726816065e41ac22d63172_74789340))in smarty_internal_runtime_inheritance.php line 186 at Smarty_Internal_Runtime_Inheritance->process(object(SmartyCustomTemplate), object(Block_8726816065e41ac22d63172_74789340))in smarty_internal_runtime_inheritance.php line 156 at Smarty_Internal_Runtime_Inheritance->instanceBlock(object(SmartyCustomTemplate), 'Block_8726816065e41ac22d63172_74789340', 'content', 2)in ecbdfccdb992bc6a22f6ca6f2f2e1eee7925aa23_2.file.layout-full-width.tpl.php line 101 at Block_2100304645e41ac22d619f5_61689353->callBlock(object(SmartyCustomTemplate))in smarty_internal_runtime_inheritance.php line 248 at Smarty_Internal_Runtime_Inheritance->callBlock(object(Block_2100304645e41ac22d619f5_61689353), object(SmartyCustomTemplate))in smarty_internal_runtime_inheritance.php line 184 at Smarty_Internal_Runtime_Inheritance->process(object(SmartyCustomTemplate), object(Block_2100304645e41ac22d619f5_61689353), object(Block_13381653985e41ac22d86040_47815049))in smarty_internal_runtime_inheritance.php line 186 at Smarty_Internal_Runtime_Inheritance->process(object(SmartyCustomTemplate), object(Block_13381653985e41ac22d86040_47815049))in smarty_internal_runtime_inheritance.php line 156 at Smarty_Internal_Runtime_Inheritance->instanceBlock(object(SmartyCustomTemplate), 'Block_13381653985e41ac22d86040_47815049', 'content_wrapper')in bca3f8202eaa3737772efbb3aaf2d0cdcbee5670_2.file.layout-both-columns.tpl.php line 87 at content_5e41ac22d8c8d9_63611674(object(SmartyCustomTemplate))in smarty_template_resource_base.php line 123 at Smarty_Template_Resource_Base->getRenderedTemplateCode(object(SmartyCustomTemplate))in smarty_template_compiled.php line 114 at Smarty_Template_Compiled->render(object(SmartyCustomTemplate))in smarty_internal_template.php line 216 at Smarty_Internal_Template->render()in smarty_internal_template.php line 385 at Smarty_Internal_Template->_subTemplateRender('layouts/layout-both-columns.tpl', null, 'layouts/layout-full-width.tpl', 0, 3600, array(), 2, false, null, null)in smarty_internal_runtime_inheritance.php line 125 at Smarty_Internal_Runtime_Inheritance->endChild(object(SmartyCustomTemplate), 'layouts/layout-both-columns.tpl')in ecbdfccdb992bc6a22f6ca6f2f2e1eee7925aa23_2.file.layout-full-width.tpl.php line 42 at content_5e41ac22d64076_97193899(object(SmartyCustomTemplate))in smarty_template_resource_base.php line 123 at Smarty_Template_Resource_Base->getRenderedTemplateCode(object(SmartyCustomTemplate))in smarty_template_compiled.php line 114 at Smarty_Template_Compiled->render(object(SmartyCustomTemplate))in smarty_internal_template.php line 216 at Smarty_Internal_Template->render()in smarty_internal_template.php line 385 at Smarty_Internal_Template->_subTemplateRender('layouts/layout-full-width.tpl', null, 'layouts/layout-full-width.tpl', 0, 3600, array(), 2, false, null, null)in smarty_internal_runtime_inheritance.php line 125 at Smarty_Internal_Runtime_Inheritance->endChild(object(SmartyCustomTemplate), 'layouts/layout-full-width.tpl')in 18c38daa6b27bd48d1548d9f07dc9872467de60e_2.file.product-list.tpl.php line 37 at content_5e41ac22d3a815_05311100(object(SmartyCustomTemplate))in smarty_template_resource_base.php line 123 at Smarty_Template_Resource_Base->getRenderedTemplateCode(object(SmartyCustomTemplate))in smarty_template_compiled.php line 114 at Smarty_Template_Compiled->render(object(SmartyCustomTemplate))in smarty_internal_template.php line 216 at Smarty_Internal_Template->render()in smarty_internal_template.php line 385 at Smarty_Internal_Template->_subTemplateRender('catalog/listing/product-list.tpl', null, 'layouts/layout-full-width.tpl', 0, 3600, array(), 2, false, null, null)in smarty_internal_runtime_inheritance.php line 125 at Smarty_Internal_Runtime_Inheritance->endChild(object(SmartyCustomTemplate), 'catalog/listing/product-list.tpl')in a16cca0a00d6ff0a769cdecf288d3269d26bf73f_2.file.manufacturer.tpl.php line 33 at content_5e41ac2642e5f8_52781192(object(SmartyCustomTemplate))in smarty_template_resource_base.php line 123 at Smarty_Template_Resource_Base->getRenderedTemplateCode(object(SmartyCustomTemplate))in smarty_template_compiled.php line 114 at Smarty_Template_Compiled->render(object(SmartyCustomTemplate))in smarty_internal_template.php line 216 at Smarty_Internal_Template->render(false, 0)in smarty_internal_templatebase.php line 232 at Smarty_Internal_TemplateBase->_execute(object(SmartyCustomTemplate), null, 'layouts/layout-full-width.tpl', null, 0)in smarty_internal_templatebase.php line 116 at Smarty_Internal_TemplateBase->fetch('catalog/listing/manufacturer.tpl', null, 'layouts/layout-full-width.tpl', null, false, true, false)in SmartyCustom.php line 112 at SmartyCustomCore->fetch('catalog/listing/manufacturer.tpl', null, 'layouts/layout-full-width.tpl')in FrontController.php line 683 at FrontControllerCore->smartyOutputContent('catalog/listing/manufacturer.tpl')in FrontController.php line 667 at FrontControllerCore->display()in Controller.php line 312 at ControllerCore->run()in Dispatcher.php line 515 at DispatcherCore->dispatch()in index.php line 28 Uhmm sorry but i cannot reproduce the error, you may goback to the native prestashop theme. I always recommend having a clone of your prestashop store and do testing there. regards. Share this post Link to post Share on other sites
poweranabolics 0 Posted February 13, 2020 Posted February 13, 2020 4 hours ago, Daniel Santana said: Uhmm sorry but i cannot reproduce the error, you may goback to the native prestashop theme. I always recommend having a clone of your prestashop store and do testing there. regards. Fixed by reinstalling everything. Thanks Share this post Link to post Share on other sites
poweranabolics 0 Posted March 27, 2020 Posted March 27, 2020 Hi again, is there any method to lazy load images in this theme? I'm using this module https://www.sunnytoo.com/10743/free-prestashop-1-7-lazy-loading-module-for-product-images-to-speed-site but it's only working with desktop version of website. My page speed score is 99/100 on desktop version but only 62/100 on mobile. Thanks in advance! Share this post Link to post Share on other sites
Daniel Santana 78 Posted March 29, 2020 Posted March 29, 2020 On 3/27/2020 at 7:28 AM, poweranabolics said: Hi again, is there any method to lazy load images in this theme? I'm using this module https://www.sunnytoo.com/10743/free-prestashop-1-7-lazy-loading-module-for-product-images-to-speed-site but it's only working with desktop version of website. My page speed score is 99/100 on desktop version but only 62/100 on mobile. Thanks in advance! Hi, i really dont know, but you can search for an APM Prestashop plugin. Share this post Link to post Share on other sites
Nita Sorin 0 Posted April 18, 2020 Posted April 18, 2020 Hi, I really love this theme. But now I have a little issue, when i try to create a page for regulations and informations, on that page only the titles it's showing, without text. Can you help me out with this problem? Thank you. Share this post Link to post Share on other sites
Daniel Santana 78 Posted April 18, 2020 Posted April 18, 2020 1 hour ago, Nita Sorin said: Hi, I really love this theme. But now I have a little issue, when i try to create a page for regulations and informations, on that page only the titles it's showing, without text. Can you help me out with this problem? Thank you. Hi Nita, I think the problem may be on your prestashop configuration or hosting configuration. Send me the link here or on private message to help and send you the CSS code. Regards Share this post Link to post Share on other sites
Nita Sorin 0 Posted April 18, 2020 Posted April 18, 2020 3 minutes ago, Daniel Santana said: Hi Nita, I think the problem may be on your prestashop configuration or hosting configuration. Send me the link here or on private message to help and send you the CSS code. Regards Hi, thank you very much for your fast reply. The website link is https://materialecuratenie.ro/ The link from one page that i tried to make is https://materialecuratenie.ro/content/7-termeni-de-livrare Thank you very much again, and Happy Easter! Share this post Link to post Share on other sites
Daniel Santana 78 Posted April 18, 2020 Posted April 18, 2020 3 minutes ago, Nita Sorin said: Hi, thank you very much for your fast reply. The website link is https://materialecuratenie.ro/ The link from one page that i tried to make is https://materialecuratenie.ro/content/7-termeni-de-livrare Thank you very much again, and Happy Easter! Looking at the code, i see no content of the page, only title. You may check again and edit the "Termeni de livrare" Follow this basic tutorial to create and edit "Pages" PD: Try to create a secondary "Termeni de livrare" page and test again. Share this post Link to post Share on other sites
Nita Sorin 0 Posted April 20, 2020 Posted April 20, 2020 On 4/18/2020 at 2:14 PM, Daniel Santana said: Looking at the code, i see no content of the page, only title. You may check again and edit the "Termeni de livrare" Follow this basic tutorial to create and edit "Pages" PD: Try to create a secondary "Termeni de livrare" page and test again. So, the problem is every time i write something on the page, and save it, it will be blank, even the text doesn't save in backoffice. Thank you! Share this post Link to post Share on other sites
Daniel Santana 78 Posted April 20, 2020 Posted April 20, 2020 7 minutes ago, Nita Sorin said: So, the problem is every time i write something on the page, and save it, it will be blank, even the text doesn't save in backoffice. Thank you! Ok, so, the problem is not the template, is your prestashop store. For a quick solution I recommend you, contact the hosting via email or phone and tell them about your problem, it is likely that the solution is simply to activate a parameter of the hosting. Share this post Link to post Share on other sites
Nita Sorin 0 Posted April 20, 2020 Posted April 20, 2020 11 minutes ago, Daniel Santana said: Ok, so, the problem is not the template, is your prestashop store. For a quick solution I recommend you, contact the hosting via email or phone and tell them about your problem, it is likely that the solution is simply to activate a parameter of the hosting. thank you very much! i will do that Share this post Link to post Share on other sites
Daniel Santana 78 Posted April 24, 2020 Posted April 24, 2020 On 4/20/2020 at 9:40 AM, Nita Sorin said: thank you very much! i will do that Did you fix it? Share this post Link to post Share on other sites
Ashoot 0 Posted July 22, 2020 Posted July 22, 2020 Hi! Can you please fix download link, looks like it does not work? :( Share this post Link to post Share on other sites
Thanksall 0 Posted July 23, 2020 Posted July 23, 2020 Hi I use you theme, it's really great job ; but from the last update of prestahop, have problem on product page in backend ; I try download update from you're website but doesn't work can you fix the link ? thank you https://tutorialesdani.com/minimal20/themes/minimalCSS.zip Share this post Link to post Share on other sites
Ser. 1 Posted July 31, 2020 Posted July 31, 2020 Is the downlod link dead? Share this post Link to post Share on other sites
Thanksall 0 Posted August 3, 2020 Posted August 3, 2020 Could someone with the latest version of the theme host it on a server to be able to download it? because I can no longer update my website ... When I try update catalog or page on prestashop ; I have this error message : The CSRF token is invalid. Please try to resubmit the form. So if someone can send link of last update that would be great thank you in advance Share this post Link to post Share on other sites
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now