Bass Jobsen
Bass Jobsen
Hi Calvin, Good question. The theme should be WooCommerce ready. In fact i expect at least normal WooCommerce template overwriting, as describe on http://docs.woothemes.com/document/template-structure/,should work. JBST implements http://docs.woothemes.com/document/third-party-custom-theme-compatibility/ Unfortunately i...
Question by: cjit john (Calvin) How can I customize the product page I'm using the shortcode to display sale Items?
Hi Calvin, Since the last update, you should be able to use WooCommerce template overwriting, as describe on http://docs.woothemes.com/document/template-structure/. For the product page you should create wp-content/themes/{child_theme}/woocommerce/content-single-product.php (which should be...
see also: http://wordpress.org/support/topic/cannot-upload-logo-image
Hi Mark, If i understand you question well, i expect you should be able to use: add_action( 'jbst_header','custom_title',55); to find all action hooks, please take a look at: https://github.com/bassjobsen/Boilerplate-JBST-Child-Theme Please...
Thanks for posting this issue. First i will describe the situation. Take a look to the @footer-text-color which defines the default text color of footer#colophon. Definitions are written in LESS...
Customizer don't change the the footer colors. Values will be saved but not compiled.
Footer colors (background, text and link) should work now. Border colors should be checked
I'm not 100% sure what the question or questions are here. To change the hover color of the dropdown menus you will need to add custom css (theme options >...
Hi Mark, The question seems simple, but the answer will be more complicated. In the first place you have done things well!! I expect most of it should work after...