• Resolved pranarenew

    (@pranarenew)


    Hello. I just purchased the “Galleria” child theme for the Woo Themes Storefront theme. I wanted it for ease and pretty much “out of the box” functionality. Everything is perfect, except I’m wanting to replace just the outlined text box they use as the logo. I like its size and position (centered), but I just want to replace it with my own custom logo (.png file). Does anyone know how to do this? I know since it’s a child theme it says as changes made must be done using their “theme customisations” plugin (which I have installed), but I have no clue even where to begin and my searches are turning up nothing.

    Any help is greatly appreciated. Thanks!

Viewing 15 replies - 1 through 15 (of 20 total)
  • Thread Starter pranarenew

    (@pranarenew)

    I tried a storefront logo plugin, but that is just causing issues with Galleria child theme. Please help….lol.

    Hey,

    Have you tried the Jetpack plugin? That has a logo module that should work fine.

    Thanks

    Thread Starter pranarenew

    (@pranarenew)

    Yeah, I have it active, but I don’t see any logo options. Am I looking in the wrong spot? Also, I’m using the Galleria child theme…it’ll work with that?

    Yes it will work with that. The logo option should be in the Customizer.

    Thread Starter pranarenew

    (@pranarenew)

    Thanks, but I’m not seeing it as an option under “site title and tagline” in customizer. Jetpack is activated in my plugins section, but it keeps showing a banner that says “jetpack is almost ready, connect to wordpress.com”. Is that something I have to do to be able to see the logo option?

    Thread Starter pranarenew

    (@pranarenew)

    Nevermind, I connected it and that worked! One other question, though, it’s not centering the logo….it’s offset a bit to the left. You happen to know why?

    Could you share a URL?

    Thanks

    Thread Starter pranarenew

    (@pranarenew)

    Hey,

    Seems to be a bug in the theme, we’ll patch that ASAP.

    For now adding this CSS will fix:

    .site-header .site-branding img, .site-header .site-logo-anchor img, .site-header .site-logo-link img {
    margin: 0 auto;
    }

    Thanks!

    Thread Starter pranarenew

    (@pranarenew)

    Thanks! Where exactly should I add that? I read with it being a child theme I shouldn’t modify any style sheets. I saw there there was a plugin called “theme customisations” from WooThemes…..should I activate that and place your code via it? Thank you so much for all your help.

    Hey,

    You can just update the theme now, I released a new version yesterday which should fix this.

    FYI yes, the Theme Customisations plugin is the one we recommend for making tweaks to any theme, whether it’s a parent theme or a child theme 🙂

    Thread Starter pranarenew

    (@pranarenew)

    The update worked awesome…thanks! Also, just now realized you work for Woothemes….what a great resource to have on here!

    One more quick question (again, involving alignment)…I put in a few tester pictures for my product categories, and I’m noticing they are also left aligning. They don’t center on the page, and when you hover over them and see the category name/quantity that is centered, but the picture is not.

    Thread Starter pranarenew

    (@pranarenew)

    Also, is it limited to just 3 product categories, or is there a way to allow it to show 4?

    Hey,

    It’s because the pictures you’ve uploaded are too small, or your thumbnail settings are too small.

    Check the Display screen of the Products setting tab in the WooCommerce settings, you may need to increase the thumbnail sizes there and then run the Regenerate Thumbnails plugin.

    Yes, it’s possible to show 4 categories. You can use the storefront_product_categories_args filter to adjust this. You can see how this is included in Storefront core here: https://github.com/woothemes/storefront/blob/master/inc/structure/template-tags.php#L21

    If you’d rather not touch any code, the Storefront WooCommerce Customiser extension lets you do this and much more.

    Thanks

    Thread Starter pranarenew

    (@pranarenew)

    Thank you for that info…..sorry to be a pain, but since I’m using the Galleria child theme am I able to change the coding in the Storefront core? Will it not get overwritten any time I update anything?

    If not, how would I change that core code?

Viewing 15 replies - 1 through 15 (of 20 total)
  • The topic ‘[Theme: Storefront] Galleria Child Theme-Custom Logo’ is closed to new replies.