Forum Replies Created
-
I created woocommerce.php with the following code and it works… sort of:
<?php /* Package: Vlogger */ ?> <?php get_header(); ?> <?php get_template_part( 'phpincludes/menu'); ?> <!-- ======================= MAIN SECTION ======================= --> <div id="maincontent" <?php post_class("qt-main qt-paper"); ?>> <?php woocommerce_content (); ?> <!-- ======================= MAIN SECTION END ======================= --> <?php get_template_part ('phpincludes/footerwidgets'); ?> <?php get_footer(); ?>
Check out the result here:
http://evanandkatelyn.com/product/ek-tshirts/The main problem is that it is full width. Is there a way I could make it default or with widgets?
in reply to: WooCommerce supportGreat, thanks so much! Just left y’all a review *****
in reply to: Customizing home page headerThanks Andrea! Yeah it’s really coming together. The main thing we’re struggling with now is that the images being used for the post grid seem to be of low resolution. We’re using the video template. The images are originally high resolution, but the post grid seems to pull a low resolution thumbnail. There any way we can improve the quality?
in reply to: Customizing home page headerTurns out the answer was to turn off the header and use the WPBakery Page Builder fully instead. This video of yours helped just in case anyone else needs this answered:
in reply to: Customizing home page header