han

Forum Replies Created

Viewing 15 posts - 16 through 30 (of 434 total)
  • Author
    Posts
  • in reply to: Remove date from posts #5153
    han
    Keymaster

    Hi Joanna, you can hide it via CSS. The code below will do the magic

    .entry-header .entry-meta {
        display:none;
    }
    in reply to: Me template – Changing the text editor #5152
    han
    Keymaster

    Hi, if you have any issue with “TinyMCE Advanced”. please contact the plugin author via wp forum as it’s plugin territory

    in reply to: Featured images appearing as header image #5117
    han
    Keymaster

    Hi Lars, yes. It was designed that way. It’s a pretty common practice. We’ll consider add option in the next release.

    in reply to: Featured images appearing as header image #5028
    han
    Keymaster

    Hi Lars, I don’t see the issue on our install. What is your site url?

    han
    Keymaster

    Hi Raynold, the right side is the Primary widget area. Go to “Appearance > Widgets”, drag and drop “Pages” widget into “Primary” widget area.

    in reply to: Lifestyle Child Theme Header Image Problem #4836
    han
    Keymaster

    Hi Johi, you can set Featured Image on each page to show different or the same header image.

    in reply to: Church + #4671
    han
    Keymaster

    Hi Terry, go to “Appearance > Customize > CSS” and insert this

    .header-right .simple-image img {
       margin-right:65px;
    }
    
    .banner-title {
        position: relative;
        padding: 30px 40px 0;
    }
    in reply to: Church + #4666
    han
    Keymaster

    You can choose “Left Sidebar” or “Right Sidebar” page template, but no two sidebars template. Go To “Appearance > widgets” and drag your widget into “Primary” widget area.

    in reply to: Church + #4664
    han
    Keymaster

    Hi Terry,
    Both left and right sidebars not available. It would be tricky to maintain the responsiveness.
    If you want to reduce the menu item padding, go to “Appearance > Customize > CSS, and drop this code

    .omega-nav-menu a {
        padding: 25px;
    }

    adjust the padding accordingly

    in reply to: Error with footer #4657
    han
    Keymaster

    Hi Eveline, it looks like the zip file is corrupt or incomplete download. Try download the file again should fix the issue

    in reply to: Create a first empty page for church theme #4621
    han
    Keymaster

    Hi Maddalena,
    That requires a bit of customization as Church+ doesn’t have splash page feature. Or you can try one of these free plugins

    in reply to: Email reply to comment #4580
    han
    Keymaster

    Hi Joanna, you need to install a plugin. Search comment subscription in WordPress.org plugin repo.

    in reply to: Church+, few questions #4432
    han
    Keymaster

    Hi Marc.
    To answer your questions
    #1. It’s “Oswald” Google font. You can search the style.css using Find tool
    #2. Go to “Appearance > Install Plugins” to see the list of suggested plugins
    #3. Free Church and Church+ are two different child themes

    in reply to: Fat Footer – Me Theme #4419
    han
    Keymaster

    This one should work.

    .footer-widgets {
        clear: both;
        background-color: gray;
        padding: 40px 20px 15px;
    }
    in reply to: Fat Footer – Me Theme #4417
    han
    Keymaster

    Can you provide your site url?

Viewing 15 posts - 16 through 30 (of 434 total)