han

Forum Replies Created

Viewing 15 posts - 166 through 180 (of 434 total)
  • Author
    Posts
  • in reply to: Shopping image sizes #2515
    han
    Keymaster

    Go to “WP Admin > Woocommerce > Settings > Products” to change product thumbnail sizes

    in reply to: [Help] Add rotaryview 360 to product imgage #2514
    han
    Keymaster

    What is rotaryview? Please check to their documentation / installation guide first.

    in reply to: Remove Header #2513
    han
    Keymaster

    @Thomas, try this

    .site-header {display: none;}
    .home .site-header {display: block;}
    in reply to: How to remove Searchbox #2500
    han
    Keymaster

    If you use omega theme, Go to “Appearance > Widgets” and remove the search widget from sidebar.

    in reply to: Remove search bar on page #2499
    han
    Keymaster

    Go to “Appearance > Widgets” and remove the search widget from sidebar. Thanks!

    in reply to: Changing Parent theme file #2480
    han
    Keymaster

    Yes, only files in partials folder can be copied to child theme folder. Other that that, you should modify it via hook.

    in reply to: Omega – Adding 728 banner ad code under logo #2477
    han
    Keymaster

    you can hide the banner via CSS media query.

    in reply to: Changing Parent theme file #2476
    han
    Keymaster

    You can do the same: copy the file from parent theme. I’d suggest to rename church theme name and folder to your own name to prevent church child theme future update.

    in reply to: Woocommerce thumbnail sizes and theme update #2475
    han
    Keymaster

    Yes the theme support the update. To improve thumnail quality, I recommend to change the thumbnail size to 132×132 pixels. Use regenerate thumbnails plugin once you update the size.

    in reply to: Updated child theme removes customizations #2460
    han
    Keymaster

    The easiest way to keep your custom css is go to “Appearance > Customize > CSS” and write your custom css to override the church stylesheet.

    in reply to: Change Text Colour #2459
    han
    Keymaster

    Go to “Appearance > Customize > CSS” and drop this to change site title color and size

    .site-title a, .site-title a:hover {
      color: #000;
      font-size: 40px; 
    }

    and this is to change site description

    .site-description {
      color: #000;
      font-size: 25px; 
    }
    in reply to: Church Theme Header / Footer width question #2454
    han
    Keymaster

    Go to “Appearance > Customize > CSS” and drop this code.

    .title-area {
        width: 100%;
    }
    .footer-widgets .col-4 .widget-area {
        padding: 0 40px 0 0;
        width: 100%;
    }
    in reply to: Where to add Google Analytics? #2449
    han
    Keymaster

    Google Analytics is plugin territory, you can activate my plugin, WP Scripts Customizer. then go to “Appearance > Customize > Scripts” and insert your GA script into Header Scripts textarea

    in reply to: Church Theme Navigation #2448
    han
    Keymaster

    @famiauni, go to “Appearance > Customize > Color”, and click default button for Primary Color.

    @Mo
    , go to “Appearance > Customize > CSS” and drop this code

    .omega-nav-menu a {
        padding: 28px 23px;
    }
    in reply to: Church theme and SSL security issue #2437
    han
    Keymaster

    church and omega themes don’t load Tumblr script. Please check your active plugins, or try to disable all plugins

Viewing 15 posts - 166 through 180 (of 434 total)