Page 1 of 1

Left column visible with SellerSummary.

PostPosted: Mon Mar 24, 2014 3:12 pm
by greg_3080
Hi,
I use themeforest uniqueshop and i have a problem with page "sellersummary".
I want to see left column but with this page, the column is hidden and center column is fixed at width:1200px.
It's problem with responsive because in mobiledevice, centercolumn keep a width at 1200px.

How can i modify files to keep left column and a classical center column.

Thx,
Greg

Re: Left column visible with SellerSummary.

PostPosted: Tue Mar 25, 2014 1:19 am
by shokinro
thanks for using our modules.
you can try to change the following file
/modules/agilemultipleseller/views/templates/front/seller_taps.tpl

If you need related PHP file in open code, please contact [email protected]

Re: Left column visible with SellerSummary.

PostPosted: Tue Mar 25, 2014 9:19 am
by greg_3080
Hello,
Thxs for reply.
I don't have any file called "seller_top.tpl" in /modules/agilemultipleseller/views/templates/front/ !?!

Greg

Re: Left column visible with SellerSummary.

PostPosted: Wed Mar 26, 2014 2:17 am
by shokinro
sorry, there was a typo, it should be
/modules/agilemultipleseller/views/templates/front/seller_tabs.tpl instead of seller_top.tpl

[I have also corrected it at original post]

Re: Left column visible with SellerSummary.

PostPosted: Tue Jun 03, 2014 11:03 am
by mail_3936
Hi, what to change here in order to add the show the left column?

Re: Left column visible with SellerSummary.

PostPosted: Thu Jun 05, 2014 11:59 pm
by shokinro
thanks for using our modules.

Hi, what to change here in order to add the show the left column?

In order to show the left column, you will need to change following file in PHP code.
/classes/controller/AgileModuleFrontController.php


Based on your theme design, set one of following lines to true.
Code: Select all
      $this->display_column_left = false;
      $this->display_column_right = false;


If you need change this, please contact us to get the open code of this file.