30ml 93 Posted December 18, 2017 Posted December 18, 2017 Themes is ecommerce responsive themes with simple,wide and clean design concept. Here, we have used golden color with black color combination. In this theme we have done more focus on sales oriented and informative way. Thus, customer feels cool while they browser your website and they do not feel difficult to access products and it’s attributes. [Detail] [Demo] [ Download ] 2 1 Share this post Link to post Share on other sites
Adrian Dragomiroiu 2 Posted April 10, 2019 Posted April 10, 2019 Replace link ? Share this post Link to post Share on other sites
soundsystemconnection 0 Posted June 27, 2020 Posted June 27, 2020 hello, do you know how to replace for this theme the footer: Copyright © 2017. All rights reserved by devilthemes.com ???? Share this post Link to post Share on other sites
triosoft 0 Posted July 31, 2020 Posted July 31, 2020 (edited) trickily out there was a plug in the code the solution many people were looking for no one found It was not easy I found the solution during an analysis 3 days and nights. Notepad++ software this editing assets/js/theme.js < file open edited write to search: > 'footer-container' < line changed and erased line: <div style="text-align:center !important; color:#fff !important; padding:10px !important">Copyright © 2017. All rights reserved by <a href="http://devilthemes.com">devilthemes.com</a></div> improve as you please: <div style="text-align:center !important; color:#fff !important; padding:10px !important">Copyright (c) 2020 <a href="https://net-vilag.hu">Laptop Szerviz ABC</a> Save and joy! And remember before testing prestashop : clear cache AND GOOGLE browser: clear cache Look: https://laptopszervizabc.hu If someone wants to edit it, you can't translate a contact page, store information and etc........ for example then look for the solution in the module directory moduls / contactform >edited <div class="form-group row"> <div class="col-md-9 col-md-offset-3"> <h3>{l s='Contact us' d='Shop.Theme'}</h3> <<<< Contact us change translate portugal, espain, hungray, etc.... </div> </div> <div class="form-group row"> <label class="col-md-3 form-control-label">{l s='Email address' d='Shop.Forms.Labels'}</label> <div class="col-md-6"> <input class="form-control" name="from" type="email" value="{$contact.email}" placeholder="{l s='your@email.com' d='Shop.Forms.Help'}" <<<< Placeholder change translate portugal, espain, hungray, etc.... > </div> </div> <div class="col-md-6"> <input class="form-control" name="from" type="email" value="{$contact.email}" placeholder="{l s='your@email.com' d='Shop.Forms.Help'}" <<<< Placeholder change translate portugal, espain, hungary, etc.... > </div> <div class="form-group row"> <label class="col-md-3 form-control-label">{l s='Message' d='Shop.Forms.Labels'}</label> <div class="col-md-9"> <textarea class="form-control" name="message" placeholder="{l s='How can we help?' d='Shop.Forms.Help'}" <<<< Placeholder change translate portugal, espain, hungary, etc.... rows="3" >{if $contact.message}{$contact.message}{/if}</textarea> </div> </div> moduls folder and ps_contactinfo folder and ps_contactinfo.tpl file changed STORE INFORMATION change translate portugal, espain, hungary, etc.... <div class="block-contact col-md-4 links wrapper"> <div class="hidden-sm-down"> <h4 class="text-uppercase block-contact-title">{l s='Bolt információ' d='Shop.Theme'}</h4> <<<<s="STORE INFORMATION" line change translate hungary etc.... {$contact_infos.address.formatted nofilter} {if $contact_infos.phone} <br> {* [1][/1] is for a HTML tag. *} {l s='Call us: [1]%phone%[/1]' sprintf=[ '[1]' => '<span>', '[/1]' => '</span>', '%phone%' => $contact_infos.phone ] d='Shop.Theme' } {/if} {if $contact_infos.fax} <br> {* [1][/1] is for a HTML tag. *} {l s='Fax: [1]%fax%[/1]' sprintf=[ '[1]' => '<span>', '[/1]' => '</span>', '%fax%' => $contact_infos.fax ] d='Shop.Theme' } {/if} {if $contact_infos.email} <br> {* [1][/1] is for a HTML tag. *} {l s='Email us: [1]%email%[/1]' sprintf=[ '[1]' => '<span>', '[/1]' => '</span>', '%email%' => $contact_infos.email ] d='Shop.Theme' } {/if} </div> <div class="hidden-md-up"> <div class="title"> <a class="h3" href="{$urls.pages.stores}">{l s='Bolt információ' d='Shop.Theme'}</a> <<<<<change translate portugal, espain, hungary, etc.... </div> </div> </div> And remember before testing prestashop: clear cache Big thanks to work Edited July 31, 2020 by triosoft (see edit history) Share this post Link to post Share on other sites
triosoft 0 Posted July 31, 2020 Posted July 31, 2020 On 6/27/2020 at 2:11 PM, soundsystemconnection said: Szia, tudod, hogy cserélje ki ezt a témát a láblécre: Copyright © 2017. Minden jog fenntartva devilthemes.com ???? trickily out there was a plug in the code the solution many people were looking for no one found It was not easy I found the solution during an analysis 3 days and nights. Notepad++ software this editing assets/js/theme.js < file open edited write to search: > 'footer-container' < line changed and erased line: <div style="text-align:center !important; color:#fff !important; padding:10px !important">Copyright © 2017. All rights reserved by <a href="http://devilthemes.com">devilthemes.com</a></div> improve as you please: <div style="text-align:center !important; color:#fff !important; padding:10px !important">Copyright (c) 2020 <a href="https://net-vilag.hu">Laptop Szerviz ABC</a> Save and joy! And remember before testing prestashop : clear cache AND GOOGLE browser: clear cache Look: https://laptopszervizabc.hu If someone wants to edit it, you can't translate a contact page, store information and etc........ for example then look for the solution in the module directory moduls / contactform >edited <div class="form-group row"> <div class="col-md-9 col-md-offset-3"> <h3>{l s='Contact us' d='Shop.Theme'}</h3> <<<< Contact us change translate portugal, espain, hungray, etc.... </div> </div> <div class="form-group row"> <label class="col-md-3 form-control-label">{l s='Email address' d='Shop.Forms.Labels'}</label> <div class="col-md-6"> <input class="form-control" name="from" type="email" value="{$contact.email}" placeholder="{l s='your@email.com' d='Shop.Forms.Help'}" <<<< Placeholder change translate portugal, espain, hungray, etc.... > </div> </div> <div class="col-md-6"> <input class="form-control" name="from" type="email" value="{$contact.email}" placeholder="{l s='your@email.com' d='Shop.Forms.Help'}" <<<< Placeholder change translate portugal, espain, hungary, etc.... > </div> <div class="form-group row"> <label class="col-md-3 form-control-label">{l s='Message' d='Shop.Forms.Labels'}</label> <div class="col-md-9"> <textarea class="form-control" name="message" placeholder="{l s='How can we help?' d='Shop.Forms.Help'}" <<<< Placeholder change translate portugal, espain, hungary, etc.... rows="3" >{if $contact.message}{$contact.message}{/if}</textarea> </div> </div> moduls folder and ps_contactinfo folder and ps_contactinfo.tpl file changed STORE INFORMATION change translate portugal, espain, hungary, etc.... <div class="block-contact col-md-4 links wrapper"> <div class="hidden-sm-down"> <h4 class="text-uppercase block-contact-title">{l s='Bolt információ' d='Shop.Theme'}</h4> <<<<s="STORE INFORMATION" line change translate hungary etc.... {$contact_infos.address.formatted nofilter} {if $contact_infos.phone} <br> {* [1][/1] is for a HTML tag. *} {l s='Call us: [1]%phone%[/1]' sprintf=[ '[1]' => '<span>', '[/1]' => '</span>', '%phone%' => $contact_infos.phone ] d='Shop.Theme' } {/if} {if $contact_infos.fax} <br> {* [1][/1] is for a HTML tag. *} {l s='Fax: [1]%fax%[/1]' sprintf=[ '[1]' => '<span>', '[/1]' => '</span>', '%fax%' => $contact_infos.fax ] d='Shop.Theme' } {/if} {if $contact_infos.email} <br> {* [1][/1] is for a HTML tag. *} {l s='Email us: [1]%email%[/1]' sprintf=[ '[1]' => '<span>', '[/1]' => '</span>', '%email%' => $contact_infos.email ] d='Shop.Theme' } {/if} </div> <div class="hidden-md-up"> <div class="title"> <a class="h3" href="{$urls.pages.stores}">{l s='Bolt információ' d='Shop.Theme'}</a> <<<<<change translate portugal, espain, hungary, etc.... </div> </div> </div> And remember before testing prestashop: clear cache Big thanks to work Share this post Link to post Share on other sites
triosoft 0 Posted July 31, 2020 Posted July 31, 2020 On 2019. 04. 10. at 12:45, Adrian Dragomiroiu said: Cserélje ki a linket? trickily out there was a plug in the code the solution many people were looking for no one found It was not easy I found the solution during an analysis 3 days and nights. Notepad++ software this editing assets/js/theme.js < file open edited write to search: > 'footer-container' < line changed and erased line: <div style="text-align:center !important; color:#fff !important; padding:10px !important">Copyright © 2017. All rights reserved by <a href="http://devilthemes.com">devilthemes.com</a></div> improve as you please: <div style="text-align:center !important; color:#fff !important; padding:10px !important">Copyright (c) 2020 <a href="https://net-vilag.hu">Laptop Szerviz ABC</a> Save and joy! And remember before testing prestashop : clear cache AND GOOGLE browser: clear cache Look: https://laptopszervizabc.hu If someone wants to edit it, you can't translate a contact page, store information and etc........ for example then look for the solution in the module directory moduls / contactform >edited <div class="form-group row"> <div class="col-md-9 col-md-offset-3"> <h3>{l s='Contact us' d='Shop.Theme'}</h3> <<<< Contact us change translate portugal, espain, hungray, etc.... </div> </div> <div class="form-group row"> <label class="col-md-3 form-control-label">{l s='Email address' d='Shop.Forms.Labels'}</label> <div class="col-md-6"> <input class="form-control" name="from" type="email" value="{$contact.email}" placeholder="{l s='your@email.com' d='Shop.Forms.Help'}" <<<< Placeholder change translate portugal, espain, hungray, etc.... > </div> </div> <div class="col-md-6"> <input class="form-control" name="from" type="email" value="{$contact.email}" placeholder="{l s='your@email.com' d='Shop.Forms.Help'}" <<<< Placeholder change translate portugal, espain, hungary, etc.... > </div> <div class="form-group row"> <label class="col-md-3 form-control-label">{l s='Message' d='Shop.Forms.Labels'}</label> <div class="col-md-9"> <textarea class="form-control" name="message" placeholder="{l s='How can we help?' d='Shop.Forms.Help'}" <<<< Placeholder change translate portugal, espain, hungary, etc.... rows="3" >{if $contact.message}{$contact.message}{/if}</textarea> </div> </div> moduls folder and ps_contactinfo folder and ps_contactinfo.tpl file changed STORE INFORMATION change translate portugal, espain, hungary, etc.... <div class="block-contact col-md-4 links wrapper"> <div class="hidden-sm-down"> <h4 class="text-uppercase block-contact-title">{l s='Bolt információ' d='Shop.Theme'}</h4> <<<<s="STORE INFORMATION" line change translate hungary etc.... {$contact_infos.address.formatted nofilter} {if $contact_infos.phone} <br> {* [1][/1] is for a HTML tag. *} {l s='Call us: [1]%phone%[/1]' sprintf=[ '[1]' => '<span>', '[/1]' => '</span>', '%phone%' => $contact_infos.phone ] d='Shop.Theme' } {/if} {if $contact_infos.fax} <br> {* [1][/1] is for a HTML tag. *} {l s='Fax: [1]%fax%[/1]' sprintf=[ '[1]' => '<span>', '[/1]' => '</span>', '%fax%' => $contact_infos.fax ] d='Shop.Theme' } {/if} {if $contact_infos.email} <br> {* [1][/1] is for a HTML tag. *} {l s='Email us: [1]%email%[/1]' sprintf=[ '[1]' => '<span>', '[/1]' => '</span>', '%email%' => $contact_infos.email ] d='Shop.Theme' } {/if} </div> <div class="hidden-md-up"> <div class="title"> <a class="h3" href="{$urls.pages.stores}">{l s='Bolt információ' d='Shop.Theme'}</a> <<<<<change translate portugal, espain, hungary, etc.... </div> </div> </div> And remember before testing prestashop: clear cache Big thanks to work Share this post Link to post Share on other sites
Xa-MEr 0 Posted October 5, 2020 Posted October 5, 2020 On 7/31/2020 at 5:53 AM, triosoft said: trickily out there was a plug in the code the solution many people were looking for no one found It was not easy I found the solution during an analysis 3 days and nights. Notepad++ software this editing assets/js/theme.js < file open edited write to search: > 'footer-container' < line changed and erased line: <div style="text-align:center !important; color:#fff !important; padding:10px !important">Copyright © 2017. All rights reserved by <a href="http://devilthemes.com">devilthemes.com</a></div> improve as you please: <div style="text-align:center !important; color:#fff !important; padding:10px !important">Copyright (c) 2020 <a href="https://net-vilag.hu">Laptop Szerviz ABC</a> Save and joy! And remember before testing prestashop : clear cache AND GOOGLE browser: clear cache Look: https://laptopszervizabc.hu If someone wants to edit it, you can't translate a contact page, store information and etc........ for example then look for the solution in the module directory moduls / contactform >edited <div class="form-group row"> <div class="col-md-9 col-md-offset-3"> <h3>{l s='Contact us' d='Shop.Theme'}</h3> <<<< Contact us change translate portugal, espain, hungray, etc.... </div> </div> <div class="form-group row"> <label class="col-md-3 form-control-label">{l s='Email address' d='Shop.Forms.Labels'}</label> <div class="col-md-6"> <input class="form-control" name="from" type="email" value="{$contact.email}" placeholder="{l s='your@email.com' d='Shop.Forms.Help'}" <<<< Placeholder change translate portugal, espain, hungray, etc.... > </div> </div> <div class="col-md-6"> <input class="form-control" name="from" type="email" value="{$contact.email}" placeholder="{l s='your@email.com' d='Shop.Forms.Help'}" <<<< Placeholder change translate portugal, espain, hungary, etc.... > </div> <div class="form-group row"> <label class="col-md-3 form-control-label">{l s='Message' d='Shop.Forms.Labels'}</label> <div class="col-md-9"> <textarea class="form-control" name="message" placeholder="{l s='How can we help?' d='Shop.Forms.Help'}" <<<< Placeholder change translate portugal, espain, hungary, etc.... rows="3" >{if $contact.message}{$contact.message}{/if}</textarea> </div> </div> moduls folder and ps_contactinfo folder and ps_contactinfo.tpl file changed STORE INFORMATION change translate portugal, espain, hungary, etc.... <div class="block-contact col-md-4 links wrapper"> <div class="hidden-sm-down"> <h4 class="text-uppercase block-contact-title">{l s='Bolt információ' d='Shop.Theme'}</h4> <<<<s="STORE INFORMATION" line change translate hungary etc.... {$contact_infos.address.formatted nofilter} {if $contact_infos.phone} <br> {* [1][/1] is for a HTML tag. *} {l s='Call us: [1]%phone%[/1]' sprintf=[ '[1]' => '<span>', '[/1]' => '</span>', '%phone%' => $contact_infos.phone ] d='Shop.Theme' } {/if} {if $contact_infos.fax} <br> {* [1][/1] is for a HTML tag. *} {l s='Fax: [1]%fax%[/1]' sprintf=[ '[1]' => '<span>', '[/1]' => '</span>', '%fax%' => $contact_infos.fax ] d='Shop.Theme' } {/if} {if $contact_infos.email} <br> {* [1][/1] is for a HTML tag. *} {l s='Email us: [1]%email%[/1]' sprintf=[ '[1]' => '<span>', '[/1]' => '</span>', '%email%' => $contact_infos.email ] d='Shop.Theme' } {/if} </div> <div class="hidden-md-up"> <div class="title"> <a class="h3" href="{$urls.pages.stores}">{l s='Bolt információ' d='Shop.Theme'}</a> <<<<<change translate portugal, espain, hungary, etc.... </div> </div> </div> And remember before testing prestashop: clear cache Big thanks to work I Tried to change the 'footer-container' line, and it doesn't worked?? any clues?? 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