Title: Sidebar problem
Last modified: August 21, 2016

---

# Sidebar problem

 *  [GPWeM](https://wordpress.org/support/users/ligend/)
 * (@ligend)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/sidebar-problem-43/)
 * Ciao,
    on the main page of events, I disabled the sidebar and everything is OK.
   On the page of a single event, I set a sidebar ad hoc and everything is ok. If
   I try, however, to enable the sidebar, both in the main page which, for example,
   in the category page, I have a display problem. The sidebar is printed below 
   the content of the page and not on the right as on the other pages.
 * And ‘as if the code of the pages on your software, sovrascrivessero the default
   structure of tamplate.
 * If you want to see, for example, [http://www.21dieci.it/eventi-culturali/categorie/](http://www.21dieci.it/eventi-culturali/categorie/)
 * The normal structure of my template are:
 * div container
    ->div xxxunits ->div sidebar
 * The structure on your page are:
 * div container
    ->div xxxunits div sidebar ——————————————– [http://wordpress.org/plugins/events-manager/](http://wordpress.org/plugins/events-manager/)

Viewing 11 replies - 16 through 26 (of 26 total)

[←](https://wordpress.org/support/topic/sidebar-problem-43/?output_format=md) [1](https://wordpress.org/support/topic/sidebar-problem-43/?output_format=md)
2

 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/sidebar-problem-43/page/2/#post-4263779)
 * how about trying something like this – [http://wordpress.org/support/topic/taxonomy-events-categories-cannot-output-em_category?replies=4](http://wordpress.org/support/topic/taxonomy-events-categories-cannot-output-em_category?replies=4)
 *  Thread Starter [GPWeM](https://wordpress.org/support/users/ligend/)
 * (@ligend)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/sidebar-problem-43/page/2/#post-4263780)
 * Angelo, sorry but i not understand this hack.
 * “file taxonomy-events-categories.php and it has overridden the default event 
   manager’s template.” Which file? Where?
 *  Plugin Support [angelo_nwl](https://wordpress.org/support/users/angelo_nwl/)
 * (@angelo_nwl)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/sidebar-problem-43/page/2/#post-4263782)
 * this trick, creating taxonomy-events-categories.php template will override your
   category listing page – you can copy the template from single.php
 * [http://codex.wordpress.org/Template_Hierarchy](http://codex.wordpress.org/Template_Hierarchy)
 *  Thread Starter [GPWeM](https://wordpress.org/support/users/ligend/)
 * (@ligend)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/sidebar-problem-43/page/2/#post-4263783)
 * Excuse me: if it means changing the visualizzaizone categories of default and
   my wordpress template, then I do not care. If, however, this hack, you need to
   change ONLY the categories of events, then, can I groped.
 * I do not want to overwrite any files of wordpress, I will not change the view
   of my template.
 * Anyway, what do you think I should do?
 * A – take the contents of the file single.php (where is this file?)
    B – copy 
   it into the new file taxonomy-events-categories.php (where it needs to be inserted
   that file?)
 *  [Philip John](https://wordpress.org/support/users/philipjohn/)
 * (@philipjohn)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/sidebar-problem-43/page/2/#post-4263789)
 * Hiya,
 * You will need to take the single.php template from your theme folder, copy it
   and place the new taxonomy-events-categories.php file in that same theme folder.
 * Thanks,
    Phil
 *  Thread Starter [GPWeM](https://wordpress.org/support/users/ligend/)
 * (@ligend)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/sidebar-problem-43/page/2/#post-4263790)
 * I apologize, but I do not understand.
    I created a new file taxonomy-events-categories.
   php I took the CONTENT of the file single.php and I copied in the previous empty
   file I uploaded the file taxonomy-events-categories.php inside the folder of 
   my theme.
 * No results.
 *  [caimin_nwl](https://wordpress.org/support/users/caimin_nwl/)
 * (@caimin_nwl)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/sidebar-problem-43/page/2/#post-4263791)
 * I think the file name is wrong. Try taxonomy-event-categories.php – ‘event’ instead
   of ‘events’.
 *  Thread Starter [GPWeM](https://wordpress.org/support/users/ligend/)
 * (@ligend)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/sidebar-problem-43/page/2/#post-4263793)
 * sorry, not work…. but i have a italian language and my page are named
 * [http://www.21dieci.it/eventi-culturali/](http://www.21dieci.it/eventi-culturali/)
   
   and [http://www.21dieci.it/eventi-culturali/categorie-eventi/](http://www.21dieci.it/eventi-culturali/categorie-eventi/)
 * i try to name the file
 * taxonomy-eventi-culturali-categorie-eventi.php
    taxonomy-events-categories.php
   taxonomy-event-categories.php
 * but nothing.
 *  [caimin_nwl](https://wordpress.org/support/users/caimin_nwl/)
 * (@caimin_nwl)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/sidebar-problem-43/page/2/#post-4263795)
 * The language used by the site shouldn’t make any difference. If you try following
   the same steps with the default theme, are you able to get it working?
 *  Thread Starter [GPWeM](https://wordpress.org/support/users/ligend/)
 * (@ligend)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/sidebar-problem-43/page/2/#post-4263797)
 * Yes, of course, as mentioned, the professional theme I use, has an internal builder
   editor called AVIA framework. Inside there is an option called COLOR SECTION.
   if active and use this, as I do in every page of the site for any plugin, EM 
   generates the error. I do not want to change the template of the pages on my 
   site, but I would like to continue using EM.
 *  [Philip John](https://wordpress.org/support/users/philipjohn/)
 * (@philipjohn)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/sidebar-problem-43/page/2/#post-4263803)
 * Okay, so that narrows it down to the colour section of the Avia framework. Without
   knowing in detail how that works, and is coded, we’re going to find it really
   difficult to make more progress with this.
 * Did you manage to get a response from the theme developer? I really think we’ll
   need their assistance on this one!
 * Thanks

Viewing 11 replies - 16 through 26 (of 26 total)

[←](https://wordpress.org/support/topic/sidebar-problem-43/?output_format=md) [1](https://wordpress.org/support/topic/sidebar-problem-43/?output_format=md)
2

The topic ‘Sidebar problem’ is closed to new replies.

 * ![](https://ps.w.org/events-manager/assets/icon-256x256.png?rev=1039078)
 * [Events Manager - Calendar, Bookings, Tickets, and more!](https://wordpress.org/plugins/events-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/events-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/events-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/events-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/events-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/events-manager/reviews/)

## Tags

 * [sidebar](https://wordpress.org/support/topic-tag/sidebar/)

 * 26 replies
 * 5 participants
 * Last reply from: [Philip John](https://wordpress.org/support/users/philipjohn/)
 * Last activity: [12 years, 6 months ago](https://wordpress.org/support/topic/sidebar-problem-43/page/2/#post-4263803)
 * Status: not resolved