normal The problem with template parameters

More
11 years 11 months ago - 11 years 11 months ago #1174 by Linh Robert
Hi
since I can not edit your file so you can do this.
Edit templates/ot_boutiquebox/lib/layout/tpl.function.php
find this code:
Code:
//+++++++++++++++++++Configuration Width Template +++++++++++++++++++++++ $presetCss = ''; if($this->params->get('CustomWidthTemplate') == 1){ if(trim($this->params->get('width_template')) != ''){ $presetCss .= 'div.ot-wrap-w {width: '.intval(trim($this->params->get('width_template'))).';}'; } if($this->countModules('left')){ $presetCss .= 'div.ot-leftcol {width: '.intval(trim($this->params->get('width_left'))).';}'; } if($this->countModules('right')){ $presetCss .= 'div.ot-rightcol {width: '.intval(trim($this->params->get('width_right'))).';}'; } }

change it to:
Code:
//+++++++++++++++++++Configuration Width Template +++++++++++++++++++++++ $presetCss = ''; if($this->params->get('CustomWidthTemplate') == 1){ if(trim($this->params->get('width_template')) != ''){ $presetCss .= 'div.ot-wrap,div.ot-bottomboxes-w, div.ot-footer-w {width: '.trim($this->params->get('width_template')).';}'; } if($this->countModules('left')){ $presetCss .= 'div.ot-leftcol {width: '.trim($this->params->get('width_left')).';}'; } if($this->countModules('right')){ $presetCss .= 'div.ot-rightcol {width: '.trim($this->params->get('width_right')).';}'; } }

Thanks

If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket Notice: Undefined variable: target in /home/omegatheme/public_html/components/com_kunena/template/aurelia/layouts/bbcode/url/default.php on line 32
> www.omegatheme.com/member/
Last edit: 11 years 11 months ago by Linh Robert.

Please Log in or Create an account to join the conversation.

More
11 years 11 months ago #1175 by Linh Robert

I have also the problem with dropdown menu. Could you please help me. I created few modules to configurate Boutique Box Template. These modules have prefix "BQ_" in title. I have problem with module, named "BQ_About us". For this module dropdown menu does not work and in this case module works as horizontal menu.


I see your menu named "BQ_About us", it is have not any child menu item --> so it not dropdown :-) I added 2 sample child and you can see it work.

Also, You just can put 1 menu module into 'mainmenu' position to make it work well. Currently you put both "BQ_About us" and "BQ_Доставка и оплата" into "mainmenu" position.

So, You can add many menu items into "Top menu", beside current items in "Top menu" and also include items in "Delivery-payment", etc. And just 1 menu module "BQ_Total" (for example) created from "Top menu" and put into 'mainmenu' position.

Hope you understand I mean. :-)

If you need to send us FTP access / host access, administrator access or any private information:
services(at)omegatheme(dot)com or drop a ticket Notice: Undefined variable: target in /home/omegatheme/public_html/components/com_kunena/template/aurelia/layouts/bbcode/url/default.php on line 32
> www.omegatheme.com/member/
The following user(s) said Thank You: Alexey Smirnov

Please Log in or Create an account to join the conversation.

More
11 years 11 months ago #1176 by Alexey Smirnov
Thank you very much!!! I followed your recommendations and i have solved all problems! The best Service!!! :)

Please Log in or Create an account to join the conversation.

Time to create page: 0.228 seconds

About Growth

Innovative tech for eCommerce growth

Contact Info

Head: No. 3, 175/55 Lane, Lac Long Quan St., Nghia Do Ward, Cau Giay District, Hanoi City, Vietnam