- This topic has 9 replies, 4 voices, and was last updated 11 years, 10 months ago by
han.
-
AuthorPosts
-
May 16, 2014 at 11:28 am #2254
han
KeymasterFinally 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.
May 16, 2014 at 2:36 pm #2258ckubs
ParticipantNo 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?
May 17, 2014 at 7:22 am #2264han
KeymasterI just updated my post above regarding Omega Options plugin. Omega 1.0 allows you to set post thumbnail via “Appearance > Customize > Posts”
May 17, 2014 at 11:47 am #2267ckubs
ParticipantOk, 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.
May 18, 2014 at 1:51 pm #2271han
KeymasterIt’s in lib/hooks.php, search “function omega_entry()”
May 19, 2014 at 2:52 pm #2294ckubs
ParticipantThanks, got it.
I have a parse error:syntax error, unexpected ‘(‘, triyng to mix that code withif ( $(window).width() > 480) { //Omega featured image code here } else { //other image code here }but everything should be fine once I get to fix it.
May 23, 2014 at 12:56 pm #2313SoulSharer
ParticipantHello, 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.
May 25, 2014 at 2:26 pm #2325SoulSharer
ParticipantNevermind, link with “Read more” appeared again after switching to other theme, waiting for a day or two and switching back, magic. 🙂
June 12, 2014 at 3:36 pm #2375dizziness
ParticipantSince 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?
July 1, 2014 at 6:06 am #2422han
KeymasterGo to church theme functions.php and replace
add_theme_support( 'omega-footer-widgets', 4 );
with
add_theme_support( 'omega-footer-widgets', 3 ); -
AuthorPosts
You must login to reply to this topic.
