Håller på och sliter mitt hår för att få AutoViewer att fungera på en sida i Wordpress.
Är ingen fena på html eller php men har hittat lite tips på hur man kan få det hela att funka.
Har gjort en ny mallsida men vill ta bort sidokolumnen på gallerisidan och infoga koden för Autoviewer och det är här som jag stöter på trubbel.
Har kopierat följande från Wordpress sida:
Make a copy of page.php, and rename it onecolumn.php, then open onecolumn.php in your favorite text editor.
Add this code to the very top:
<?php
/*
Template Name: One Column
*/
?>
Then take this line:
<div id="content">
And replace it with:
<div id="content" style="width:975px; padding-right:0px; border-right:0px;">
Finally, remove this code from the onecolumn.php file:
<div id="sidebar">
<?php include(TEMPLATEPATH."/l_sidebar.php");?>
<?php include(TEMPLATEPATH."/r_sidebar.php");?>
</div>
Problemet är att mitt tema som jag använder inte är uppbyggt som exemplen som visar hur man får det att funka.
Hittar inte <div id="content"> i koden.
Har bifogat en fil med koden orörd för hela gallerisidan.
Något kodknackar-ess som kan ge mig råd?