Viewing 10 replies - 1 through 10 (of 10 total)
  • Hi Richard, thanks for the great theme. I’ve left a few messages recently here in this forum. Do you get a notification of new threads here?

    Theme Author Serene Themes

    (@rlafranchi)

    I’m sorry, this was this first notification that I’ve recieved from the forum. I was unaware that other posts had been made.

    I appreciate your input about copyright law, and I’ll try to incorporate your suggestion into the next version.

    The biggest change to 2.0.1 is that the Foundation framework has been updated from version 4 to version 5. There are some slight style differences such as the button styles. You can see more at foundation.zurb.com

    Changing Widths:
    My best advice is to use the following css to change widths of the sidebar and main content area. Just add it to syle.css in your child theme

    @media only screen and (min-width: 64.063em) {
      #container.large-8 {
        width: 75%; /* your custom percentage */
      }
    
      #main .large-4 {
        width: 25%; /* your custom percentage */
      }
    }

    disable post-images:
    add the following line to your childtheme’s functions.php file
    remove_theme_support( 'post_thumbnails' );
    Reference Link

    Thanks for the reply!

    In order to help others who seek to follow any of those specific threads I started, I’ll copy your replies to them and reply there myself.

    PS. You may want to mark this topic as “not a support question” in the right to ensure correct statistics in the right side of theme main page at http://wordpress.org/themes/clean-yeti-basic regarding “X of X support threads in the last two months have been resolved.” Currently this counts incorrectly as an unresolved support request.

    Theme Author Serene Themes

    (@rlafranchi)

    Thanks Daedalon,
    I appreciate all the input and feedback that you’ve provided. I’ve tried to answer a few of your questions and will try to update the theme accordingly. I will have to get back to you as soon as possible for the other requests.

    Theme Author Serene Themes

    (@rlafranchi)

    uploaded v 2.0.3. Progress can be found here:
    https://themes.trac.wordpress.org/ticket/16234

    Forgot to remove a test function for adding a filter to the new copyright function in v2.0.2. That’s why there’s a jump to 2.0.3. I still don’t have an options menu, but everything you requested should now be over-writable.
    check out the diffs between old and new here:
    https://themes.trac.wordpress.org/changeset?old_path=/clean-yeti-basic/2.0.1&new_path=/clean-yeti-basic/2.0.2

    I plan to work on some theme options including the copyright. I was also thinking of creating an options framework to be able to choose left sidebar, right sidebar, two sidebars, sidebar and content width, etc.

    Nice work! Will look into the new version soon. I’ve responded to some of the individual threads already. One comment on the theme description is that it might be worth stating that it’s on Foundation 5, but for those seeking a theme with Foundation 4 they can use version 1.1.1.

    I was personally searching for “foundation 5” and was disappointed for no theme touting their support for that. Had to do further testing with a few different themes, and in that I got a good vibe about Clean Yeti Basic. Been very happy since with the theme and your support. Thanks!

    Theme Author Serene Themes

    (@rlafranchi)

    just uploaded v2.1.0 and changes include updating foundation framework to 5.0.3 and adding a theme settings page which includes an option to display credits and custom copyright. A basic settings UI for now and will improve in the future.

    Excellent!

    Richard, I’d like to verify whether you have an option here on WordPress.org to be notified of new threads in this forum? If not, I’ll request adding the option at WordPress Meta Trac.

    Theme Author Serene Themes

    (@rlafranchi)

    I haven’t been able to find an option for notification of new threads, but I solved it by subscribing to the support thread.

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Serene Themes Support’ is closed to new replies.