PDA

View Full Version : Help With Gallery View



Godwin Agbavor
February 1, 2016, 02:18 AM
Can someone help me how to make listings Gallery View default ?

Godwin Agbavor
February 1, 2016, 04:38 AM
Seems like people not liking coming here anymore. anyone there to help me !!!!!!!!!!!!!!!!!!!!

Viktor
February 1, 2016, 05:37 AM
Hello Godwin,

You can do it through ftp.
Go to: ftp://templates>>your_template>>tpl>>blocks and open file: grid_navbar.tpl

find code:



{if !$grid_mode}
{assign var='grid_mode' value='list'}
{/if}


and replace to:



{if !$grid_mode}
{assign var='grid_mode' value='grid'}
{/if}


save and check again.
P.S. You should clear cookies from your browser.

Godwin Agbavor
February 6, 2016, 10:26 PM
I did as you said but it didnt work any more suggestion ?