On the homepage, there are three sections where I can change the image and text.
Is there perhaps a way I can change this into 4 sections??
The client's requirement dictates 4 sections....
On the homepage, there are three sections where I can change the image and text.
Is there perhaps a way I can change this into 4 sections??
The client's requirement dictates 4 sections....
Hey,
I can only give you hints because this is not within the scope of this support forum.
In display/theme_options/mainpage.php change:
array( "name" => "Mainpage - Column",
"desc" => "How to populate Mainpage Columns",
"id" => "mainpage_column",
"widget" => "Mainpage Column",
"type" => "boxes",
"count" => 3),
to:
array( "name" => "Mainpage - Column",
"desc" => "How to populate Mainpage Columns",
"id" => "mainpage_column",
"widget" => "Mainpage Column",
"type" => "boxes",
"count" => 4),
You'll need to adjust the box css quite a bit to align the boxes right. Maybe use mainpage specific code (with .home) to avoid conflicts with the portfolio, etc. styling.
will play with this... thanks so much!
You must log in to post.