• First of all I want to say, that this pugin is really top!! Now I have a slight problem with the gommero theme.. Every template php needs to start with:

    get_header();
    ?>
              </div>
              <!--End Content wrapper-->
              <div class="clear"></div>
              <!--Start Content Wrap-->
              <div class="grid_16 content_wrap alpha">
                   <!--Start Content-->
                   <div class="content">
    and end with:
    
     </div>
                   <!--End Content-->
              </div>
              <!--End Content Wrap-->
             <?php get_sidebar(); ?>
    
     <?php get_footer(); ?>

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been permanently damaged by the forum’s parser.]

    if not the wrapper changes the appearance of the site. How and where can I add this into your php file?

    And the second question… but maybe it’s got something to do with the wrapper? The zoom only works on the left page – how come and especially how can I change that? I’d like both sides to be zoomable.

    Any help is very much appreciated

  • The topic ‘Flip Pong PHP and Zoom Issue’ is closed to new replies.