han

Forum Replies Created

Viewing 15 posts - 61 through 75 (of 434 total)
  • Author
    Posts
  • in reply to: FAQ omega composer + (drow dop vanish) #3767
    han
    Keymaster

    Hi, seems the drop down text plugin you use works WordPress Editor only. So you need to decide to use default text editor or page builder

    in reply to: changing the text color on the nav menu #3766
    han
    Keymaster

    Please try this

    .omega-nav-menu > li > a {
        color: #FFF;
    }
    
    @media only screen and (max-width: 980px) {
    .omega-nav-menu > li > a {
        color: #000;
    }
    }
    in reply to: changing the text color on the nav menu #3757
    han
    Keymaster

    Hi Yasmin, go to “Appearance > Customize > CSS” and drop this code

    .omega-nav-menu a {
        color: #fff;
    }

    Feel free to change the hex color

    in reply to: Change font in Family-theme #3699
    han
    Keymaster

    Hi @Nordahlaren,
    Go to “Appearance > Customize > CSS” and drop this code

    h1, h2, h3, h4, h5, h6 {
        font-family: "Open Sans",sans-serif;
    }
    in reply to: Problem on Church Theme Plus with home featured page #3684
    han
    Keymaster

    What is your site url?

    in reply to: Problem on Church Theme Plus with home featured page #3682
    han
    Keymaster

    Hi, please try to put the equal amount of content for each featured widget.
    Btw as seen on the demo, home featured was designed for 3 widgets. It might work for 6 or 9 widgets, but it’s optimized for 3 widgets.

    in reply to: church-plus (church+) docs #3649
    han
    Keymaster

    Hi Morgan,
    Thanks for purchasing Church+. Setup Church+ homepage is pretty easy.

    1. Activate all the recommendation plugins
    2. Create a new page for home page and setup a static front page
    3. Add new slideshow via Soliloquy plugin, or any slideshow plugin you like
    4. Go to “Appearance > Widgets”, add Soliloquy widget to ‘Home Banner’ widget area, Text widget to ‘Home Intro’, and 3 Image widgets to ‘Home Featured’.
    in reply to: Form elements in child theme #3638
    han
    Keymaster

    Latest release of Church Theme has been uploaded for review. Please use the download link or wait the admin notification once the update is available.

    in reply to: Omega 1.1.0 – Updates #3624
    han
    Keymaster

    You simply need to upload and activate the plugin as a plugin, not copy it to theme folder.
    I didn’t take the changes lightly, it’s a new requirement from WordPress theme repository that we must follow

    in reply to: Form elements in child theme #3612
    han
    Keymaster

    @Morrish, thanks for your feedback. This will be fixed in the next release.

    in reply to: Remove footer widget title #3582
    han
    Keymaster

    Try use Custom Menu Widget instead. Or you can hide it via css

    .footer-widgets .widget-title {display:none}

    in reply to: Composer-plus is not a valid parent theme #3550
    han
    Keymaster

    Hi Rumblestix,
    Composer-Plus is a child theme. You need to install Omega theme http://wordpress.org/themes/omega (The link is also available in your purchase receipt)
    If you want to customize Composer Plus, simply rename the Composer Plus theme name and folder.

    in reply to: composer child theme #3518
    han
    Keymaster

    Hi Denise,
    There are a few ways to customize child theme without modify the template files.
    1. You can customize it via css (go to “Appearance > Customize > CSS”), override the style-sheet.
    2. Customize via Code Snippets plugin.
    This way you can update your child theme and keep your custom work safe.

    in reply to: change by-line information #3504
    han
    Keymaster

    That requires further modification and forum support does not cover this type of theme customization. Please use contact form to ask for customization price.

    in reply to: Remove footer widget title #3502
    han
    Keymaster

    Simply leave it blank.

Viewing 15 posts - 61 through 75 (of 434 total)