Title: schmeckitup's Replies | WordPress.org

---

# schmeckitup

  [  ](https://wordpress.org/support/users/schmeckitup/)

 *   [Profile](https://wordpress.org/support/users/schmeckitup/)
 *   [Topics Started](https://wordpress.org/support/users/schmeckitup/topics/)
 *   [Replies Created](https://wordpress.org/support/users/schmeckitup/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/schmeckitup/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/schmeckitup/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/schmeckitup/engagements/)
 *   [Favorites](https://wordpress.org/support/users/schmeckitup/favorites/)

 Search replies:

## Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How do I link a CSS file to my page?](https://wordpress.org/support/topic/how-do-i-link-a-css-file-to-my-page/)
 *  [schmeckitup](https://wordpress.org/support/users/schmeckitup/)
 * (@schmeckitup)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/how-do-i-link-a-css-file-to-my-page/#post-1407016)
 * “Twobar” is the primary style for the theme (style.css). “Onebar” is a separate
   sheet with a single sidebar design. I only placed a theme declaration in the 
   top of onebar.php.
 * Unless I’m not quite getting what you mean – I’m a little bit of a hack with 
   this. I’ve done this successfully with other sites but something’s not clicking
   here…
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [How do I link a CSS file to my page?](https://wordpress.org/support/topic/how-do-i-link-a-css-file-to-my-page/)
 *  [schmeckitup](https://wordpress.org/support/users/schmeckitup/)
 * (@schmeckitup)
 * [16 years, 1 month ago](https://wordpress.org/support/topic/how-do-i-link-a-css-file-to-my-page/#post-1407014)
 * I’m trying this and can’t make it work for some reason. I’ve been using Artisteer
   to make theme files, and have uploaded an alternate layout (one sidebar instead
   of two) to [this website](http://www.sbbirthcenter.org/) for the Blog page.
 * I’ve placed two files (onebar.php and onebar.css) in the folder of the theme 
   I’m using, and I’ve used your code snippet in the header:
 *     ```
       <?php if( is_page_template('onebar.php')  ) :?>
       <link rel="stylesheet" href="<?php bloginfo('template_directory'); ?>/onebar.css" media="screen" type="text/css" />
       <?php else:?>
       <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />
       <?php endif;?>
       ```
   
 * WordPress is recognizing that there’s a new template, but gor some reason, there’s
   no change in the page layout.
 * Any help would be much appreciated.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: AmR iCal Events List] 2.5 not keeping settings](https://wordpress.org/support/topic/plugin-amr-ical-events-list-25-not-keeping-settings/)
 *  Thread Starter [schmeckitup](https://wordpress.org/support/users/schmeckitup/)
 * (@schmeckitup)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-amr-ical-events-list-25-not-keeping-settings/#post-1182586)
 * thanks again for a quick response and update!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: AmR iCal Events List] Support for floating timezones](https://wordpress.org/support/topic/plugin-amr-ical-events-list-support-for-floating-timezones/)
 *  Thread Starter [schmeckitup](https://wordpress.org/support/users/schmeckitup/)
 * (@schmeckitup)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-amr-ical-events-list-support-for-floating-timezones/#post-1173544)
 * 2.4.2 installed. I was able to set my site timezone back to Los Angeles time,
   and all events now show up at their original time, with no extras in the shortcode.
   Not sure if this is due to a new treatment of floating events or the new timezone
   fixes, but = It works as I was hoping it would!
 * Thanks for the incredibly quick response, both in this forum and in quick coding.
   Do you sleep?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Plugin: AmR iCal Events List] Support for floating timezones](https://wordpress.org/support/topic/plugin-amr-ical-events-list-support-for-floating-timezones/)
 *  Thread Starter [schmeckitup](https://wordpress.org/support/users/schmeckitup/)
 * (@schmeckitup)
 * [16 years, 9 months ago](https://wordpress.org/support/topic/plugin-amr-ical-events-list-support-for-floating-timezones/#post-1173480)
 * Thanks for getting back to me so quickly!
 * I think I prefer the idea of a tour calendar not being sensitive to time zones–
   the only way to attend a concert (let’s ignore webcasts for the time being) is
   to be present at the venue, and even if someone is going to drive to a different
   time zone, I think it would still be easier to think of as “show at 8pm” as something
   always referencing the venue location.
 * Timezone sensitivity is a great idea for conference calls, but I prefer a simpler
   attitude for showtimes.
 * That being said, I’m still having some trouble getting the calendar to shift 
   its time zone. I can set my WP site time to UTC, and that places the events at
   the proper time. Unfortunately, it messes up my post times.
 * One last question – What are the proper `tz=` suffixes to put in a post? I’d 
   tried the following (among others):
    `[iCal http://feeds.artistdata.com/ical.
   shows/artist/AR-1GP0DK5I1WOI810M/ical tz=UTC listtype=2 events=50 days=120]` 
   This didn’t seem to effect the calendar.
 * Thanks again for all the help.
    g

Viewing 5 replies - 1 through 5 (of 5 total)