paulhutton
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Problems viewing ProductsHi Stuart,
I haven’t tried the above but I shall on your advice, thank you for taking the time to check it out.
Much appreciated,
PaulForum: Themes and Templates
In reply to: Enqueuing multiple style sheetsThanks webkong. Not entirely sure what you are suggesting I should do – I am not working with twentyfifteen for starters. Are you able to clarify for me?
Thanks a lot
PaulForum: Everything else WordPress
In reply to: Recommendations for restaurant online ordering pluginThanks @citra, foodpress was already on my radar and I have opted for them in the end.
Forum: Fixing WordPress
In reply to: Logo scaling badlyHi Andrew, pleased to say that with your help I fixed it!
Thanks very much for taking the time to take a look at it.
PaulForum: Fixing WordPress
In reply to: Logo scaling badlyHi Andrew, URL is http://www.wonoho.com. Thanks for taking a look!
Forum: Themes and Templates
In reply to: Child theme reading original theme filesHi Michael, thanks for your reply.
Currently in my functions.php file I have the following:
<?php //* Code goes here add_action( 'wp_enqueue_scripts', 'enqueue_parent_styles' ); function enqueue_parent_styles() { wp_enqueue_style( 'parent-style', get_template_directory_uri().'/style.css' ); }I guess this is pulling through the main css file which itself contains only this:
@import url(assets/css/normalize.css); @import url(assets/css/icomoon.css); @import url(assets/css/theme-styles.css); @import url(assets/css/woocomerce.css);Do I need to add additional code in the functions.php file to pull through the theme-styles.css file?
Forum: Themes and Templates
In reply to: Child theme reading original theme filesTo clarify the above, the theme-styles.css file I wish to amend is in my child theme
Forum: Themes and Templates
In reply to: CSS Changes not reflectingThanks ThemeSumo, I managed to get it sorted and forgot to head back here to close the thread – first post.