Hi, I want to replicate my frontpage templete with different names and elements but I can“t get the fullwidth option from the Dynamic Template Page Layout dropdown.
Any idea to solve it?
Regards,
Jorge
Hi, I want to replicate my frontpage templete with different names and elements but I can“t get the fullwidth option from the Dynamic Template Page Layout dropdown.
Any idea to solve it?
Regards,
Jorge
Hi Jorge,
So you're saying under Flagship > Template Builder > Template Name, you're not seeing a drop down menu under "Dynamic Template Page Layout"? Are you seeing "left sidebar" and "right sidebar"?
What version of Flagship are you using?
Regards,
Mya
Hi, I'm using v 1.2.0
yes, I don't see the full with under Flagship > Template Builder > Template Name, Dynamic template Page drop down.
Regards,
Jorge
Hi,
Please check includes > admin > register-admin-options.php. See if you have this code
"subtype" => array( 'left sidebar' =>'sidebar_left',
'right sidebar'=>'sidebar_right',
'no sidebar'=>'fullsize'
)),
If that is present, you shouldn't have any problem selecting the Full Width or No Sidebar layout on the dropdown.
Regards,
Ismael
You must log in to post.