amrisadam Posted August 26, 2013 Share Posted August 26, 2013 how to change the menu in the theme of the fashion bird? examples such as: Home Our stores About Us Delivery Contact us please help me ... Link to comment Share on other sites More sharing options...
vekia Posted August 26, 2013 Share Posted August 26, 2013 this theme use probably top horizontal menu, in this case check the modules > modules section, search for "top horizontal menu" module and configure it: Link to comment Share on other sites More sharing options...
amrisadam Posted August 26, 2013 Author Share Posted August 26, 2013 how to change the contents about us? Link to comment Share on other sites More sharing options...
vekia Posted August 26, 2013 Share Posted August 26, 2013 you can do it in preferences > CMS tab in your back office Link to comment Share on other sites More sharing options...
shariqafroz Posted August 29, 2013 Share Posted August 29, 2013 I am also looking for the same,, Home Our stores About Us Delivery Contact us Note these are Permanent links and not in the horizontal menu I tried to change in blockpermanentlinks > header.tpl but nothing changes Can someone guide Link to comment Share on other sites More sharing options...
vekia Posted August 29, 2013 Share Posted August 29, 2013 turn on force compilation in your store under preferences > performance tab (make sure that your cache is OFF) and in addition to this, check themes/modules/blockpermanentlinks/ directory, maybe there is .tpl file, if so - you have to change it there Link to comment Share on other sites More sharing options...
shariqafroz Posted August 29, 2013 Share Posted August 29, 2013 turn on force compilation in your store under preferences > performance tab (make sure that your cache is OFF) and in addition to this, check themes/modules/blockpermanentlinks/ directory, maybe there is .tpl file, if so - you have to change it there Thank you vekia,, This solved the problem ,, However when I click the modified link it takes me to a url which is not valid like when I click about us http://www.aancollection.com/en/content/4-about%20us now it should be http://www.aancollection.com/en/content/4-about-us I don't understand why this %20 is appearing,, and this is happening in the links I have added Undermentioned is the code that I have in blockpermanentlinks-header.tpl <!-- Block permanent links module HEADER --> <section class="header-box blockpermanentlinks-header"> <ul id="header_links"> <li><a href="{$link->getPageLink('index.php')}" class="header_links_home">{l s='home' mod='blockpermanentlinks'}</a></li> <li><a href="{$link->getCMSLink('7','bulk orders')}" class="header_links_bulk-orders">{l s='Bulk Orders'}</a></li> <li><a href="{$link->getCMSLink('4', 'about us')}" class="header_links_about-us">{l s='About Us'}</a></li> <li><a href="{$link->getCMSLink('1', 'Delivery')}" class="header_links_delivery">{l s='Delivery'}</a></li> <li><a href="{$link->getPageLink('contact', true)}" class="header_links_contact" title="{l s='Contact us' mod='blockpermanentlinks'}">{l s='Contact us' mod='blockpermanentlinks'}</a></li> Kindly suggest what is it that I am doing wrong,, The home link, contact us and Delivery links are working fine,, but the Bulk Orders & About US links show errors You can check at http://www.aancollection.com Link to comment Share on other sites More sharing options...
vekia Posted August 29, 2013 Share Posted August 29, 2013 i think that you can use simple method like: {$link->getCMSLink('4')} instead of: {$link->getCMSLink('4', 'about us')} if this will not work, use this: {$link->getCMSLink('4', 'about-us')} Link to comment Share on other sites More sharing options...
shariqafroz Posted August 29, 2013 Share Posted August 29, 2013 Got it,, right {l s='Bulk Orders'} This must be {1s='Bulk"} it solved Link to comment Share on other sites More sharing options...
shariqafroz Posted August 29, 2013 Share Posted August 29, 2013 i think that you can use simple method like: {$link->getCMSLink('4')} instead of: {$link->getCMSLink('4', 'about us')} if this will not work, use this: {$link->getCMSLink('4', 'about-us')} Thank you for the support,, This problem is resolved,, Vekia I have two more issues had posted them but no reply yet,, my website : www.aancollection.com 1: when I share a product link on facebook , the image do not appear,, I am using clothes theme,, it appeared with default theme 2: On product page when combination is selected the price appearing do not change however the price change is visible when item added to cart.. In default theme it was appearing at the product page itself,, I had posted questions but did not get any reply,, Kindly help please Link to comment Share on other sites More sharing options...
vekia Posted August 29, 2013 Share Posted August 29, 2013 1) it isn't related to the theme, you have to define Open Graph Tags, unfortunately, there is no other way to achieve what you expect 2) this is probably related to the theme you use, im not sure at all because i never used this template Link to comment Share on other sites More sharing options...
amrisadam Posted August 30, 2013 Author Share Posted August 30, 2013 how to change footer in themes such as fashion bird and my account information? Link to comment Share on other sites More sharing options...
30ml Posted August 30, 2013 Share Posted August 30, 2013 how to change footer in themes such as fashion bird and my account information? most of the modules have it's own configure but permanent link need to modify tpl file from own template folder>modules Link to comment Share on other sites More sharing options...
vekia Posted August 30, 2013 Share Posted August 30, 2013 can you specify what module you use for footer? or you haven't got any? Link to comment Share on other sites More sharing options...
amrisadam Posted August 30, 2013 Author Share Posted August 30, 2013 I do not know and do not have, please help me Link to comment Share on other sites More sharing options...
shamilhassan Posted December 21, 2013 Share Posted December 21, 2013 I am getting empty page after installation. the errors are: Warning: Function display() is deprecated in /home/alesyaco/public_html/presta/classes/controller/Controller.php on line 185in /home/alesyaco/public_html/presta/classes/Tools.php on line 2137Fatal error: Uncaught exception 'SmartyException' with message 'Unable to load template file '/home/alesyaco/public_html/presta/themes/fashionbird/header.tpl'' in /home/alesyaco/public_html/presta/tools/smarty/sysplugins/smarty_internal_templatebase.php:127 Stack trace: #0 /home/alesyaco/public_html/presta/tools/smarty/sysplugins/smarty_internal_templatebase.php(374): Smarty_Internal_TemplateBase->fetch('/home/alesyaco/...', NULL, NULL, NULL, true) #1 /home/alesyaco/public_html/presta/classes/controller/Controller.php(359): Smarty_Internal_TemplateBase->display('/home/alesyaco/...') #2 /home/alesyaco/public_html/presta/classes/controller/FrontController.php(557): ControllerCore->smartyOutputContent('/home/alesyaco/...') #3 /home/alesyaco/public_html/presta/classes/controller/Controller.php(185): FrontControllerCore->display() #4 /home/alesyaco/public_html/presta/classes/Dispatcher.php(348): ControllerCore->run() #5 /home/alesyaco/public_html/presta/index.php(28): DispatcherCore->dispatch() #6 {main} thrown in /home/alesyaco/public_html/presta/tools/smarty/sysplugins/smarty_internal_templatebase.php on line 127 Link to comment Share on other sites More sharing options...
vekia Posted December 21, 2013 Share Posted December 21, 2013 the problem is related to fatal error only. Fatal error: Uncaught exception 'SmartyException' with message 'Unable to load template file '/home/alesyaco/public_html/presta/themes/fashionbird/header.tpl'' in does the header.tpl file exist in theme directory? Link to comment Share on other sites More sharing options...
shamilhassan Posted December 21, 2013 Share Posted December 21, 2013 Yes, header.tpl is in the themes/fashionbird directory Link to comment Share on other sites More sharing options...
Abeweis Posted February 19, 2014 Share Posted February 19, 2014 Hey I am having troubles with my website. When i go to a product catagory the description appears twice, please help http://weiserproducts.com/38-rhino-chairs- also when i click on the about us tab the delivery tab is highlighted? Thank you for your time! the other solutions you have posted have been very helpful and i hope you can help me with this Link to comment Share on other sites More sharing options...
vekia Posted February 19, 2014 Share Posted February 19, 2014 your problem is not related to main case in this topic. in the future please open new topics instead of posting own posts totally not related to main case in thread. check this topic please: http://www.prestashop.com/forums/topic/273022-info-regarding-group-description/?p=1374950 Link to comment Share on other sites More sharing options...
Recommended Posts