Hi there,
Can you please tell me how to make the contact page full width?
Cheers
Hi there,
Can you please tell me how to make the contact page full width?
Cheers
Hey,
open up template-contact.php - search for following code:
$k_option['custom']['bodyclass'] = ""; //<-- Display Sidebar
// $k_option['custom']['bodyclass'] = "fullwidth"; //<-- Dont display Sidebar
and replace it with:
// $k_option['custom']['bodyclass'] = ""; //<-- Display Sidebar
$k_option['custom']['bodyclass'] = "fullwidth"; //<-- Dont display Sidebar
Afterwards search for following code line:
get_sidebar();
and delete it.
Avisio Template Contact
Hello Dude, I do not find in template_contact, I see this: ...$k_option['custom']['imgSize']['L'],...
and this <?php
$k_option['showSidebar'] = 'page';
get_sidebar(); ?>
Thanks dude, worked great :-)
Hey @mosaica
This code is for Display as per the OP's request.
For Avisio, use this file instead: http://pastebin.com/CvatKkiV
James
You must log in to post.