Jump to content

how to change the menu in the theme of the fashion bird?


Recommended Posts

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

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

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

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

  • 3 months later...

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 185
in /home/alesyaco/public_html/presta/classes/Tools.php on line 2137

Fatal 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

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

  • 1 month later...

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

×
×
  • Create New...