Forum Replies Created
-
AuthorPosts
-
han
KeymasterYou can upload your logo or banner there.
han
KeymasterHi Denis, Glad you like it. Unfortunately there is no logo option for Plain WP. Logo and more options only available for Omega Theme and its child themes. Btw, I’ll create a child theme with similar look. You can signup our newsletter below to get an update.
han
KeymasterYes, that’s correct.
han
KeymasterThat’s possible, please check Omega Custom child theme
han
KeymasterGo To “Appearance > Customize > Branding”, and “Select Image” for logo (You can upload your file there)
han
KeymasterCan you please check that your web server has available space on the volume where WordPress is installed and that you’re not running into quota issues (if applicable)? Alternative solution, please try to extract the zip file to your local machine and upload the file to plugins folder via ftp.
November 27, 2014 at 11:49 am in reply to: [Shopping Theme] Get 'Add to Cart' buttons and prices in line on category page #2792han
KeymasterPut the code into “Appearance > Customize > CSS”
han
KeymasterThere is no option for that by default, means that requires customization. But if you can do hide via CSS.
.taxonomy-category .entry-summary, .taxonomy-category .entry-footer, .taxonomy-category .entry-meta { display:none; }November 26, 2014 at 8:42 am in reply to: [Shopping Theme] Get 'Add to Cart' buttons and prices in line on category page #2778han
KeymasterThat’s tricky, but you can try this style
.woocommerce ul.products li.product h3, .woocommerce-page ul.products li.product h3 { height: 75px; }han
KeymasterThanks for reporting the issue. Will fix this in the next update.
November 24, 2014 at 2:35 am in reply to: codes to show primary Nav menu below header, don't work #2761han
KeymasterYou only need to change 1 line of code in functions.php
replace
add_action( 'omega_after_header', 'family_banner' );
with
add_action( 'omega_header', 'family_banner' );November 24, 2014 at 2:30 am in reply to: [Shopping Theme] Get 'Add to Cart' buttons and prices in line on category page #2760han
KeymasterHi Martijn,
It looks fine on shopping theme demo, http://themehall.com/preview/shopping/product-category/clothing/han
Keymastermodify functions.php, replace
add_action( 'omega_after_header', 'church_banner' );with
add_action( 'omega_header', 'church_banner' );Then adjust CSS accordingly
han
KeymasterIt looks fine on shopping theme demo, http://themehall.com/preview/shopping/my-account/
han
KeymasterPossible, but that requires a bit of css work, social icon font, script enqueue, etc
-
AuthorPosts
