Title: sw5813's Replies | WordPress.org

---

# sw5813

  [  ](https://wordpress.org/support/users/sw5813/)

 *   [Profile](https://wordpress.org/support/users/sw5813/)
 *   [Topics Started](https://wordpress.org/support/users/sw5813/topics/)
 *   [Replies Created](https://wordpress.org/support/users/sw5813/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/sw5813/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/sw5813/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/sw5813/engagements/)
 *   [Favorites](https://wordpress.org/support/users/sw5813/favorites/)

 Search replies:

## Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] How to duplicate page.php?](https://wordpress.org/support/topic/how-to-duplicate-pagephp/)
 *  Thread Starter [sw5813](https://wordpress.org/support/users/sw5813/)
 * (@sw5813)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/how-to-duplicate-pagephp/#post-3945178)
 * Never mind about my question on how to ftp, I figured it out after lots of googling!
   However, I’ve run into another issue: there is no “loop” that this website [http://docs.woothemes.com/document/third-party-custom-theme-compatibility/](http://docs.woothemes.com/document/third-party-custom-theme-compatibility/)
   refers to in my page.php. My theme’s page.php looks like this:
 *     ```
       <?php
       /**
        * @package WordPress
        * @subpackage Beauty & Clean
        * @since 1.0
        */                        
   
       get_header() ?>    
   
               <div class="layout-<?php echo yiw_get_layout_page() ?>">
   
                   <!-- START CONTENT -->
                   <div id="content">
                       <?php get_template_part( 'loop', 'page' ) ?> 
   
                       <?php comments_template() ?>
                   </div>
                   <!-- END CONTENT -->
   
                   <?php get_sidebar() ?>
   
               </div>   
   
               <!-- START EXTRA CONTENT -->
       		<?php get_template_part( 'extra-content' ) ?>
               <!-- END EXTRA CONTENT -->
   
               <div class="line clear"></div>        
   
       <?php get_footer() ?>
       ```
   
 * _[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.]_
 * Thanks in advance for your help!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WooCommerce] How to duplicate page.php?](https://wordpress.org/support/topic/how-to-duplicate-pagephp/)
 *  Thread Starter [sw5813](https://wordpress.org/support/users/sw5813/)
 * (@sw5813)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/how-to-duplicate-pagephp/#post-3945085)
 * Oh okay, I’m very new to this whole process though- how do I ftp?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HMS Testimonials] Position of links on rotating slider, default paused](https://wordpress.org/support/topic/position-of-links-on-rotating-slider-default-paused/)
 *  Thread Starter [sw5813](https://wordpress.org/support/users/sw5813/)
 * (@sw5813)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/position-of-links-on-rotating-slider-default-paused/#post-3859170)
 * The table is at the very top in the testimonial box, but it shows up with a lot
   of blank lines when it’s published…
    [https://www.dropbox.com/s/x87qac8egd319d0/table%20screenshot.png](https://www.dropbox.com/s/x87qac8egd319d0/table%20screenshot.png)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[HMS Testimonials] Position of links on rotating slider, default paused](https://wordpress.org/support/topic/position-of-links-on-rotating-slider-default-paused/)
 *  Thread Starter [sw5813](https://wordpress.org/support/users/sw5813/)
 * (@sw5813)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/position-of-links-on-rotating-slider-default-paused/#post-3859140)
 * Great, thanks so much! It works very well, though I have one more question that
   I’m hoping you might be able to help me answer- when I make a table and embed
   videos into my testimonial, a large gap appears between the links and the testimonial,
   whereas when the testimonial solely consists of text, there is no gap. Here’s
   the page on my website: [http://www.vivregen.com/product/vivr8-canine/](http://www.vivregen.com/product/vivr8-canine/)
   
   Do you have any idea why this may be the case? Much appreciated!

Viewing 4 replies - 1 through 4 (of 4 total)