Title: kevegard's Replies | WordPress.org

---

# kevegard

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 29 total)

1 [2](https://wordpress.org/support/users/kevegard/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/kevegard/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] Exclude Category or tag](https://wordpress.org/support/topic/exclude-category-or-tag/)
 *  [kevegard](https://wordpress.org/support/users/kevegard/)
 * (@kevegard)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/exclude-category-or-tag/#post-3546019)
 * Yes that is true… I have hidden the category and tag selector buttons, and configured
   different pages for events… Not the best solution, but works.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] Exclude Category or tag](https://wordpress.org/support/topic/exclude-category-or-tag/)
 *  [kevegard](https://wordpress.org/support/users/kevegard/)
 * (@kevegard)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/exclude-category-or-tag/#post-3545916)
 * Look from the other side 🙂 you can create a page with selected category or tags
   included.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] Change wording on "Buy Tickets" button](https://wordpress.org/support/topic/change-wording-on-buy-tickets-button/)
 *  [kevegard](https://wordpress.org/support/users/kevegard/)
 * (@kevegard)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/change-wording-on-buy-tickets-button/#post-3445626)
 * Create a theme child theme: [http://help.time.ly/customer/portal/articles/944421-how-do-i-create-a-child-theme-in-version-1-9-](http://help.time.ly/customer/portal/articles/944421-how-do-i-create-a-child-theme-in-version-1-9-)
 * and copy the file into child themes folder. An upgrade will not overwrite it.
   But in this case you don’t have the newest version of this file, so sometimes
   it is good to upgrade it and make the changes manually.
 * Read _Template files_ paragraph from article below
    [http://time.ly/documentation/reference-calendar-theme-structure/](http://time.ly/documentation/reference-calendar-theme-structure/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] Navigate to… appearing on Calendar Menu](https://wordpress.org/support/topic/navigate-to-appearing-on-calendar-menu/)
 *  [kevegard](https://wordpress.org/support/users/kevegard/)
 * (@kevegard)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/navigate-to-appearing-on-calendar-menu/#post-3516958)
 * I see 🙂
 * but again : it is just a quick fix, if it works, good.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] Navigate to… appearing on Calendar Menu](https://wordpress.org/support/topic/navigate-to-appearing-on-calendar-menu/)
 *  [kevegard](https://wordpress.org/support/users/kevegard/)
 * (@kevegard)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/navigate-to-appearing-on-calendar-menu/#post-3516956)
 * Just make sure:
    1. Have you created your calendar child theme as it was written
   in time.ly doc? (not any [@import](https://wordpress.org/support/users/import/)
   part is necessary in style.css)
 * 2. Have you set you calendar theme to your new child theme?
 * 3. Have you saved **options on calendar _Theme options_ page? ** (sorry it was
   my mistake, not calendar settings page as I wrote in previous posts, but **theme
   options page**.)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] Navigate to… appearing on Calendar Menu](https://wordpress.org/support/topic/navigate-to-appearing-on-calendar-menu/)
 *  [kevegard](https://wordpress.org/support/users/kevegard/)
 * (@kevegard)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/navigate-to-appearing-on-calendar-menu/#post-3516954)
 * Unfortunetly time.ly calendar has a different procedure to create a child theme.
 * [http://help.time.ly/customer/portal/articles/944421](http://help.time.ly/customer/portal/articles/944421)
 * Now do this:
    Create a folder inside vortex-child folder called css.
 * _vortex-child/css_
 * Create a css file in the css folder called override.css
 * _vortex-child/css/override.css_
 * copy the code into override.css
 * First try this
 *     ```
       .timely .select-menu {
       display: none;
       }
       ```
   
 * Then go to calendar options page and push **save settings** button
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] Navigate to… appearing on Calendar Menu](https://wordpress.org/support/topic/navigate-to-appearing-on-calendar-menu/)
 *  [kevegard](https://wordpress.org/support/users/kevegard/)
 * (@kevegard)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/navigate-to-appearing-on-calendar-menu/#post-3516948)
 * I have just inspected your page, used this code below and it worked:
 * .timely .select-menu, .select-menu-catnav{
    display: none; }
 * Try to make a child theme to your calendar, and put this code into override.css…
 * (but in my browser your page looks fine without additional hack)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] Navigate to… appearing on Calendar Menu](https://wordpress.org/support/topic/navigate-to-appearing-on-calendar-menu/)
 *  [kevegard](https://wordpress.org/support/users/kevegard/)
 * (@kevegard)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/navigate-to-appearing-on-calendar-menu/#post-3516942)
 * Yes it is seems to be a conflict with your theme.
 * Try to give this code to your style.css (or better to give it to custom css)
 *     ```
       .timely .select-menu {
       display: none;
       }
       ```
   
 * (it is just a posssible quick fix for the “symptoms”
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] Navigate to… appearing on Calendar Menu](https://wordpress.org/support/topic/navigate-to-appearing-on-calendar-menu/)
 *  [kevegard](https://wordpress.org/support/users/kevegard/)
 * (@kevegard)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/navigate-to-appearing-on-calendar-menu/#post-3516918)
 * I think it is good to start a theme/plugin conflict search.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] position a "Read More" link that omits all content after the shortcode?](https://wordpress.org/support/topic/position-a-read-more-link-that-omits-all-content-after-the-shortcode/)
 *  [kevegard](https://wordpress.org/support/users/kevegard/)
 * (@kevegard)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/position-a-read-more-link-that-omits-all-content-after-the-shortcode/#post-3513149)
 * Which dropdown and “read more” do you ask about? Pls clarify.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] Code over the header showing an event](https://wordpress.org/support/topic/code-over-the-header-showing-an-event/)
 *  [kevegard](https://wordpress.org/support/users/kevegard/)
 * (@kevegard)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/code-over-the-header-showing-an-event/#post-3506957)
 * Now your page looks fine.. What was the solution? Just to learn 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] All was well THEN I UPGRADED Bummer!](https://wordpress.org/support/topic/all-was-well-then-i-upgraded-bummer/)
 *  [kevegard](https://wordpress.org/support/users/kevegard/)
 * (@kevegard)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/all-was-well-then-i-upgraded-bummer/#post-3508075)
 * Here are some solutions to turn off a plugin without admin panel access:
 * [http://www.ostraining.com/blog/wordpress/disable-a-wordpress-plugin/](http://www.ostraining.com/blog/wordpress/disable-a-wordpress-plugin/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] Code over the header showing an event](https://wordpress.org/support/topic/code-over-the-header-showing-an-event/)
 *  [kevegard](https://wordpress.org/support/users/kevegard/)
 * (@kevegard)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/code-over-the-header-showing-an-event/#post-3506874)
 * Normal procedure for error checking:
 * – Check your plugins which generates some rss or twitter feeds, if you have any…
   Or just try to turn off all of your plugins one-by-one, maybe one of them is 
   responsible for this.
 * – If you don’t find anything, try to set twenty eleven theme. Maybe there is 
   a theme conflict.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] CSS Styles](https://wordpress.org/support/topic/css-styles-3/)
 *  [kevegard](https://wordpress.org/support/users/kevegard/)
 * (@kevegard)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/css-styles-3/#post-3496347)
 * Hello,
 * I was thinking of the something similar: to create downloadable theme packages
   for this plugin (it has an individual theme structue inside wp).
    I began make
   some little changes in the original theme using child theme. I think this is 
   the only (secure) way to make themes. The only question is which files can be
   overriden using a child theme. I think every file of the parent theme, but I 
   haven’t tried it yet.
 * I have tried to figure out how calendar themes working. There is a good article
   to start on time.ly (about calendar theme structure)
    [http://time.ly/documentation/reference-calendar-theme-structure/](http://time.ly/documentation/reference-calendar-theme-structure/).
   It uses variables.php with the basic settings, I think it can be created from
   scratch. There are css less files with built in variables and values, these can
   be modified, too.
 * What I miss is the “big picture” how this files work together and how css rendering
   system works. And the top of all parts of the plugin based on twitter bootstrap,
   an other piece of code set.
    I have some basic tips how I have tried to change
   style (very basic changes) at wpfiles dot wordpressdotcom
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] 1.9.1 version disables drag and drop of widgets](https://wordpress.org/support/topic/191-version-disables-drag-and-drop-of-widgets/)
 *  [kevegard](https://wordpress.org/support/users/kevegard/)
 * (@kevegard)
 * [13 years, 5 months ago](https://wordpress.org/support/topic/191-version-disables-drag-and-drop-of-widgets/#post-3488011)
 * 1.9.3 is the latest vesion for the standard (free) version. You can download 
   from time.ly or upgrade on your WP dashboard.

Viewing 15 replies - 1 through 15 (of 29 total)

1 [2](https://wordpress.org/support/users/kevegard/replies/page/2/?output_format=md)
[→](https://wordpress.org/support/users/kevegard/replies/page/2/?output_format=md)