sw5813
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] How to duplicate page.php?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 https://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
In reply to: [WooCommerce] How to duplicate page.php?Oh okay, I’m very new to this whole process though- how do I ftp?
Forum: Plugins
In reply to: [HMS Testimonials] Position of links on rotating slider, default pausedThe 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.pngForum: Plugins
In reply to: [HMS Testimonials] Position of links on rotating slider, default pausedGreat, 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: https://www.vivregen.com/product/vivr8-canine/
Do you have any idea why this may be the case?
Much appreciated!