Omega 1.0.0 Updates

Home Forums Omega Omega 1.0.0 Updates

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #2254
    han
    Keymaster

    Finally Omega 1.0.0 is available with a few enhancement:
    – style and markup update to improve accessibility and readability
    – Post and comment options are back via customize. Go to “Appearance > Customize” and you’ll find two new sections, “Post” and “Comments”.
    Please give a try and let me know if there is issue. Thank you.

    Note: If you have installed Omega Options plugin, I’d suggest to uninstall the plugin as that’s no longer used. If you use Header / Footer scripts in Omega Options plugin, I created a new plugin called “WP Scripts Customizer” that allow you to do the same via WordPress Customizer (Appearance > Customize). Use this plugin instead. Why this feature is not included in Omega 1.0? This is plugin territory and doesn’t meet wordpress.org theme guidelines.

    #2258
    ckubs
    Participant

    No issues so far but i don’t understand something. So, now some settings are there and some in the plugin? You should move those on the plugin too or vanish the plugin and move it’s settings to the wp-customizer . Havinng the same type of settings in two places looks weird.

    And, if I’m not too offtopic, posted a forum thread a while back and maybe everyone was busy and got no answer. In what file I can fiind the code that trigger the post thumbnails?

    #2264
    han
    Keymaster

    I just updated my post above regarding Omega Options plugin. Omega 1.0 allows you to set post thumbnail via “Appearance > Customize > Posts”

    #2267
    ckubs
    Participant

    Ok, got it 😀

    And the theme file where I can find the code that calls the featured images on the front page, archive and so on…? Your Omega option to chose a featured image dimension is good, actually like how everyone is doing it but I want a little more than one size fits all. I found a small plugin that lets me to add various stuff based on screen width ( if screen size …etc) and I want to have different thumbnails for different screen sizes( 480, >640…) but I don’t know in what file the featured image code is located to add my changes.

    #2271
    han
    Keymaster

    It’s in lib/hooks.php, search “function omega_entry()”

    #2294
    ckubs
    Participant

    Thanks, got it.
    I have a parse error:syntax error, unexpected ‘(‘, triyng to mix that code with

    if ( $(window).width() > 480) {     
      //Omega featured image code here
    }
    else {
      //other image code here
    }

    but everything should be fine once I get to fix it.

    #2313
    SoulSharer
    Participant

    Hello, thanks for theme, but it is broken now, [Read more] doesn’t show up anymore, when you place a tag. 🙁 Can someone please fix it? Thanks.

    #2325
    SoulSharer
    Participant

    Nevermind, link with “Read more” appeared again after switching to other theme, waiting for a day or two and switching back, magic. 🙂

    #2375
    dizziness
    Participant

    Since updating to 1.0.0, the Church child theme’s widget area behavior has changed. I have no widgets in footer 4 and yet the theme is still displaying four footer widget columns. Fix?

    #2422
    han
    Keymaster

    Go to church theme functions.php and replace
    add_theme_support( 'omega-footer-widgets', 4 );
    with
    add_theme_support( 'omega-footer-widgets', 3 );

Viewing 10 posts - 1 through 10 (of 10 total)

You must login to reply to this topic.