THEMEHALL
  • Omega
  • Cart
  • Support
  • My Account

Omega 0.9.6 – Updates

Home › Forums › Omega › Omega 0.9.6 – Updates

Tagged: omega updates

  • This topic has 26 replies, 7 voices, and was last updated 11 years, 12 months ago by han.
Viewing 12 posts - 16 through 27 (of 27 total)
← 1 2
  • Author
    Posts
  • April 15, 2014 at 4:04 pm #2119
    pixeltoko
    Participant

    Hi Han,

    I always set my single post view to full width but now it is showing the default layout (content, sidebar). I noticed that I can still do this by adding a Custom Field: Layout and a value of 1c. My question is is there a better way to do this so I dont have to fill these fields every time.

    Thank you very much for your support.

    PixelToko.

    April 15, 2014 at 4:31 pm #2120
    han
    Keymaster

    @Seth, you can install Omega Options plugin to have “Header and footer options” back. I’ll fix Live CSS option shortly.

    @silvio
    , I’ll fix it shortly, please stay tune for next version.

    @ckubs
    , documentation is on my TODO list.

    April 15, 2014 at 4:53 pm #2121
    han
    Keymaster

    @pixeltoko, add this code into your functions.php

    // Add specific CSS class by filter
    add_filter('body_class','my_class_names');
    function my_class_names($classes) {
    	// add 'class-name' to the $classes array
    	if(is_single())	$classes[] = 'page-template-full-width';
    	// return the $classes array
    	return $classes;
    }
    

    Then edit sidebar.php, replace
    if ( is_active_sidebar( 'primary' ) && !is_page_template('page-full-width.php') ) : ?>
    with
    if ( is_active_sidebar( 'primary' ) && !is_page_template('page-full-width.php') && !is_single() ) : ?>

    Use omega child theme is recommended.

    Please note that next version of Omega will remove support for custom field Layout. The omega parent is simplified so we can create more unique child theme layout.

    April 15, 2014 at 5:23 pm #2123
    silvio
    Participant

    Thanks a lot, @han. By the way, congratulations for the theme. You’ve been doing a great job!

    April 15, 2014 at 5:27 pm #2124
    pixeltoko
    Participant

    Hi Han,

    Thank you very much for your quick response it works great!

    Thanks.

    April 15, 2014 at 8:11 pm #2125
    Seth
    Participant

    Thanks Han. 🙂 I was about to make a quick comment saying “I just realized” we had to download that zip file plugin from your site, and download it onto ours to re-activate the header and footer options. My fault. I reactivated them, and they even kept the original code settings I had. Aside from that, the CSS box is about the only thing that needs fixing, or just removed altogether (from the theme).

    April 15, 2014 at 10:38 pm #2126
    ckubs
    Participant

    @Han something started my interest? Do you plan to remove those? Pleaase no, don’t make the framework so light that no one will be interested in or so light that even it’s child themes wouldn’t need it :))

    April 15, 2014 at 11:24 pm #2127
    ckubs
    Participant

    LE: Or maybe push that thing in the new panel plugin. Since is an extremelly light plugin I think it could handle that too: “Who wants layout settings on edit screen click here, who doesn’t click here”.

    You know, shrinking the feets too much will make everything fall. Today I was prepared to update my theme but now I’ll wait the next update to see in what dirrection is Omega heading: still be my dream theme or not.

    April 17, 2014 at 1:34 pm #2133
    Lisa_Cat
    Participant

    Hi,
    I have uploaded the plugin but am getting an error message when I try to customize and none of the omega options, any thoughts. http://www.markgrahammusic.co.uk.

    April 17, 2014 at 3:16 pm #2137
    han
    Keymaster

    @ckubs, thanks for your feedback. I found a better way dealing with child theme flexibility. Will keep the layout option.

    @Lisa_Cat
    , The plugin requires Omega / Omega Child themes. you should activate the theme first.

    April 18, 2014 at 2:58 pm #2149
    Lisa_Cat
    Participant

    Hi Han, I have Omega and Omega child themes installed and have activated them, then made child theme from church for my site, all worked brilliantly. Since the updates the Customize theme page is glitchy (https://www.dropbox.com/s/uob7dn592y85sp4/Photo%2018-04-2014%2000%2007%2022.png) see screen shot and the layout option has also stopped working I had been using content/sidebar. Any thoughts, if I cant get this resolved I’ll have to switch themes. http://markgrahammusic.co.uk/site/

    April 22, 2014 at 7:31 am #2164
    han
    Keymaster

    @Lisa_Cat, the glitch is WP 3.9 bug, they will fix it in WP 3.9.1

  • Author
    Posts
Viewing 12 posts - 16 through 27 (of 27 total)
← 1 2

You must login to reply to this topic.

Copyright © 2025 THEMEHALL.

  • Terms of Service
  • Resources
  • Blog
  • Support
css.php