Title: arogersdev's Replies | WordPress.org

---

# arogersdev

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] Calendar view starts in January, not the current month.](https://wordpress.org/support/topic/calendar-view-starts-in-january-not-the-current-month/)
 *  Thread Starter [arogersdev](https://wordpress.org/support/users/arogersdev/)
 * (@arogersdev)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/calendar-view-starts-in-january-not-the-current-month/#post-5786663)
 * That fixed it, thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] Calendar view starts in January, not the current month.](https://wordpress.org/support/topic/calendar-view-starts-in-january-not-the-current-month/)
 *  Thread Starter [arogersdev](https://wordpress.org/support/users/arogersdev/)
 * (@arogersdev)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/calendar-view-starts-in-january-not-the-current-month/#post-5786641)
 * Yes, it was set to 1/1/15. Is there a way to set it to the current day?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] Upcoming Events – Change Background Color Based on Event Swatch?](https://wordpress.org/support/topic/upcoming-events-change-background-color-based-on-event-swatch/)
 *  Thread Starter [arogersdev](https://wordpress.org/support/users/arogersdev/)
 * (@arogersdev)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/upcoming-events-change-background-color-based-on-event-swatch/#post-5733126)
 * I see. How much would it cost to get that?
 * I can’t figure out how to pull the swatch from the database since it’s a very
   complex back-end.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Menus: Applying a CSS Class to Footer Menu Applies it to Primary Menu](https://wordpress.org/support/topic/menus-applying-a-css-class-to-footer-menu-applies-it-to-primary-menu/)
 *  Thread Starter [arogersdev](https://wordpress.org/support/users/arogersdev/)
 * (@arogersdev)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/menus-applying-a-css-class-to-footer-menu-applies-it-to-primary-menu/#post-5742018)
 * Well, that was it. I was calling the header menu with a typo and it defaulted
   to the footer menu. Once that was fixed it was able to differentiate between 
   the two and I was able to add the classes to the bottom.
 * If anyone else has this issue I also used jQuery to apply the class to the list
   items in the footer.
 *     ```
       //Add class to footer li
       $( '#menu-footer-menu-1 li' ).addClass( 'col-xs-6' );
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Menus: Applying a CSS Class to Footer Menu Applies it to Primary Menu](https://wordpress.org/support/topic/menus-applying-a-css-class-to-footer-menu-applies-it-to-primary-menu/)
 *  Thread Starter [arogersdev](https://wordpress.org/support/users/arogersdev/)
 * (@arogersdev)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/menus-applying-a-css-class-to-footer-menu-applies-it-to-primary-menu/#post-5741925)
 * Yes, I have the duplicate menu. I have a Primary Menu and a Footer Menu.
    Link
   to see here: [http://i.imgur.com/TgBkw5f.png](http://i.imgur.com/TgBkw5f.png)
 * Like I said, I have never had this issue before. I could always go into the back-
   end to try and code it but I am trying to add the class to each list-item.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Menus: Applying a CSS Class to Footer Menu Applies it to Primary Menu](https://wordpress.org/support/topic/menus-applying-a-css-class-to-footer-menu-applies-it-to-primary-menu/)
 *  Thread Starter [arogersdev](https://wordpress.org/support/users/arogersdev/)
 * (@arogersdev)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/menus-applying-a-css-class-to-footer-menu-applies-it-to-primary-menu/#post-5741921)
 * I am going into my Dashboard > Appearance > Menus
    Then I click on the pages 
   under the Menu Structure and add the CSS class via the input box.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] Upcoming Events – Change Background Color Based on Event Swatch?](https://wordpress.org/support/topic/upcoming-events-change-background-color-based-on-event-swatch/)
 *  Thread Starter [arogersdev](https://wordpress.org/support/users/arogersdev/)
 * (@arogersdev)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/upcoming-events-change-background-color-based-on-event-swatch/#post-5733076)
 * See, I thought that would be the case too but the way the calendar applies to
   background color is not confining within the abilities of jQuery.
 * This is the code I am trying to use and it isn’t applying the swatch:
 *     ```
       // Event Change Color Based On Swatch
       		$( ".ai1ec-load-view" ).addClass( "ai1ec-color-swatch" );
       ```
   
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Menus: Applying a CSS Class to Footer Menu Applies it to Primary Menu](https://wordpress.org/support/topic/menus-applying-a-css-class-to-footer-menu-applies-it-to-primary-menu/)
 *  Thread Starter [arogersdev](https://wordpress.org/support/users/arogersdev/)
 * (@arogersdev)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/menus-applying-a-css-class-to-footer-menu-applies-it-to-primary-menu/#post-5741883)
 * [Link to site](http://goo.gl/IZ9UwP)
 * Both the header and footer are built with list items and I am trying to apply
   the class to the list item. I have never had this issue before and I have been
   able to apply classes to nav items. I’m wondering why it’s applying it to the
   header and the footer instead of the menu I am applying it specifically to.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] Upcoming Events – Change Background Color Based on Event Swatch?](https://wordpress.org/support/topic/upcoming-events-change-background-color-based-on-event-swatch/)
 *  Thread Starter [arogersdev](https://wordpress.org/support/users/arogersdev/)
 * (@arogersdev)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/upcoming-events-change-background-color-based-on-event-swatch/#post-5733072)
 * Is this even possible? I’ve continued my research but I still can’t find anyone
   else who has done this.

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