Title: Uncode Theme Compatibility Issues
Last modified: April 27, 2020

---

# Uncode Theme Compatibility Issues

 *  Resolved [zimmermo](https://wordpress.org/support/users/zimmermo/)
 * (@zimmermo)
 * [6 years ago](https://wordpress.org/support/topic/uncode-theme-compatibility-issues/)
 * I seem to have a compatibility issue with the Uncode Theme. As you
    can see, 
   the general events page looks off. There is this black empty header and then 
   nothing for a while, and the event view starts only below that.
 * Is there a way to fix this with Custom CSS?
 * Happy for any feedback!
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Funcode-theme-compatibility-issues%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

1 [2](https://wordpress.org/support/topic/uncode-theme-compatibility-issues/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/uncode-theme-compatibility-issues/page/2/?output_format=md)

 *  Thread Starter [zimmermo](https://wordpress.org/support/users/zimmermo/)
 * (@zimmermo)
 * [6 years ago](https://wordpress.org/support/topic/uncode-theme-compatibility-issues/#post-12751325)
 * I’m happy to pay whoever is able to fix this 🙂
 *  Thread Starter [zimmermo](https://wordpress.org/support/users/zimmermo/)
 * (@zimmermo)
 * [6 years ago](https://wordpress.org/support/topic/uncode-theme-compatibility-issues/#post-12777942)
 * Anyone?
 *  Plugin Contributor [András Guseo](https://wordpress.org/support/users/aguseo/)
 * (@aguseo)
 * [6 years ago](https://wordpress.org/support/topic/uncode-theme-compatibility-issues/#post-12784648)
 * Hi [@zimmermo](https://wordpress.org/support/users/zimmermo/)
 * Please check the following setting:
    Events > Settings > Display tab > Events
   Template
 * Try changing that and see if that helps. It should work with ‘Default Events 
   Template’.
 * A.
 *  Thread Starter [zimmermo](https://wordpress.org/support/users/zimmermo/)
 * (@zimmermo)
 * [6 years ago](https://wordpress.org/support/topic/uncode-theme-compatibility-issues/#post-12784740)
 * Dear Andras,
 * Thank you so much for responding. Unfortunately, what happened when I followed
   your suggestion is that the page now seems to be in the correct layout, but for
   some reason the background is black but the skin is still light (so the text 
   is black too). The same thing happens when I use Skeleton Layout. Any tips?
 *  Plugin Contributor [András Guseo](https://wordpress.org/support/users/aguseo/)
 * (@aguseo)
 * [6 years ago](https://wordpress.org/support/topic/uncode-theme-compatibility-issues/#post-12785248)
 * Depends on what you’d like to achieve.
 * This CSS snippet will give the calendar a white background:
 *     ```
       .tribe-common-l-container.tribe-events-l-container {
       	background-color: white;
       }
       ```
   
 * You can put this under Appearance > Customize > Additional CSS, or in your child
   themes style.css file.
 * A.
 *  Thread Starter [zimmermo](https://wordpress.org/support/users/zimmermo/)
 * (@zimmermo)
 * [6 years ago](https://wordpress.org/support/topic/uncode-theme-compatibility-issues/#post-12785333)
 * Thank you again for your message, András! To answer your question, what I’d like
   to achieve is full and seamless compatibility of the plugin with the Uncode theme,
   as advertised by the plugin provider. 🙂
 * If you don’t mind, can you look on our page for a second? digitalsme.eu/virtual-
   events
 * Your fix with additional CSS works for the width of the content, but the plugin
   has several more bugs. For example, the rest of the background is still black
   as you can see. None of the controls for List/Day/Month view or the manual change
   of the month work. When clicking on either of them, the site briefly loads a 
   brighter background but nothing else happens. When clicking on the test event,
   the background of the content goes back to black.
 * All I want is a simple calendar functionality that works with the Uncode theme.
   Would be wonderful if you could support us with this!
 *  Plugin Contributor [András Guseo](https://wordpress.org/support/users/aguseo/)
 * (@aguseo)
 * [6 years ago](https://wordpress.org/support/topic/uncode-theme-compatibility-issues/#post-12804554)
 * Hi [@zimmermo](https://wordpress.org/support/users/zimmermo/)
 * I checked your site and I see the issues. The URLs of the different views are
   not correct.
 * Here’s what you can check as a start:
 * – What permalink settings are you using? My guess is “post name”, that’s good.
   Try re-saving them and see if that helps.
    – Switch to a default theme like twentytwenty
   or twentysixteen and see if the view change works then. – Are you using a multilingual/
   language switcher plugin? (Those can unfortunately cause issues.) If yes, which
   one?
 * The black background color is set by your theme in style-custom.css.
    You can
   override that with this snippet:
 *     ```
       body {
       	background-color: unset !important;
       }
       ```
   
 * Hope this helps.
    Let me know what you find.
 * Cheers,
    Andras
 *  Thread Starter [zimmermo](https://wordpress.org/support/users/zimmermo/)
 * (@zimmermo)
 * [6 years ago](https://wordpress.org/support/topic/uncode-theme-compatibility-issues/#post-12813324)
 * Dear András,
 * Once more, thank you for your support.
    1. I’m guessing you were talking about the URL slugs? I had “virtual-events” for
       both the general events page and the precursor to single events, but now changed
       it to “virtual-events” for the events page and “virtual-event/single-event/”
       as per the recommendation in the plugin to use plural for the former and singular
       for the latter. No change.
    2. I tried it in troubleshooting mode on Twenty Twenty. The view change didn’t 
       work, but at least the background wasn’t black.
    3. Yes we are but it isn’t really active yet! We use WPML with a blog subscription
       currently.
 * The black background colour only appears with this plugin, though. That’s strange,
   isn’t it? As you can see, we never use dark backgrounds for the entirety of a
   page on our website… Also, I don’t even use any custom CSS or only very little,
   so I don’t even really use a child theme. I think the mistake probably lies elsewhere
   and it would be great to find it!
 * Cheers,
    Moritz
 *  Plugin Contributor [András Guseo](https://wordpress.org/support/users/aguseo/)
 * (@aguseo)
 * [6 years ago](https://wordpress.org/support/topic/uncode-theme-compatibility-issues/#post-12854532)
 * HI [@zimmermo](https://wordpress.org/support/users/zimmermo/)
 * I checked your site now and I could switch between the views without any difficulty.
   
   Did you manage to solve it somehow?
 * Also, when you are changing the slugs, afterwards you need to re-save the permalinks
   under Settings > Permalinks to flush the old ones.
 * And about the black background, this is where it’s set:
    [https://dl.dropbox.com/s/l9en7mup7433qg0/shot_200518_212550.jpg](https://dl.dropbox.com/s/l9en7mup7433qg0/shot_200518_212550.jpg)
 * which points to an asset in the theme.
 * If you are not using a child theme then you can copy that CSS snippet under Appearance
   > Customize > Additional CSS.
 * Hope this helps.
    Andras
 *  Thread Starter [zimmermo](https://wordpress.org/support/users/zimmermo/)
 * (@zimmermo)
 * [6 years ago](https://wordpress.org/support/topic/uncode-theme-compatibility-issues/#post-12856464)
 * Hi András,
 * I didn’t change anything! Now indeed the views-switch works, but the selection
   of months is still buggy… If you click on e.g. April and then on another month,
   it gets stuck displaying April and you have to use the arrows to change months
   again. Also, the month dropdown is somehow displayed behind the column designator
   for days…
    [https://www.digitalsme.eu/digital/uploads/Events-Calendar-Bug.jpg](https://www.digitalsme.eu/digital/uploads/Events-Calendar-Bug.jpg)
 * I don’t see an option “Permalinks” in Settings. The search function seems to 
   find one but it is hidden, I cannot see it.
    [https://www.digitalsme.eu/digital/uploads/Events-Calendar-Bug2.mp4?_=2](https://www.digitalsme.eu/digital/uploads/Events-Calendar-Bug2.mp4?_=2)
 * I applied the CSS snippet and now indeed the background color is inherited correctly.
   Still, I wonder how this incompatibility between the Uncode theme and the Events
   Calendar came about in the first place? Strange!
 * Now if you can help me with the first bug I think we can actually use it!
 *  Thread Starter [zimmermo](https://wordpress.org/support/users/zimmermo/)
 * (@zimmermo)
 * [6 years ago](https://wordpress.org/support/topic/uncode-theme-compatibility-issues/#post-12856466)
 * Again, thank you for your help throughout!
 *  Plugin Contributor [András Guseo](https://wordpress.org/support/users/aguseo/)
 * (@aguseo)
 * [5 years, 11 months ago](https://wordpress.org/support/topic/uncode-theme-compatibility-issues/#post-13040924)
 * Hi [@zimmermo](https://wordpress.org/support/users/zimmermo/)
 * Sorry for the long pause, we got a bit busy and then side-tracked.
 * Not sure why the dropdown goes behind. All the z-index values look good.
    Try
   adding this css:
 *     ```
       .tribe-events-calendar-month__header {
       	z-index: 999;
       }
       ```
   
 * Permalinks is not a setting for TEC, it is a WordPress Setting. You will find
   it on the left side in the Settings menu. Here’s a screenshot:
    [https://dl.dropbox.com/s/e44lgk7bagotcqc/shot_200626_225620.jpg](https://dl.dropbox.com/s/e44lgk7bagotcqc/shot_200626_225620.jpg)
 * Is there anything else?
 * A.
 *  Thread Starter [zimmermo](https://wordpress.org/support/users/zimmermo/)
 * (@zimmermo)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/uncode-theme-compatibility-issues/#post-13054103)
 * Dear Andras,
 * Thank you for these tips! And thank you for getting back. I did not insist because
   I assumed you were as swamped as I am with all the chaos that’s currently happening
   around the world…
 * There is indeed another, very important, issue. It seems that some of our events
   created through TEC show up in our custom [“News & events” query](https://www.digitalsme.eu/news-events/),
   while others do not.
 * Example of the only event that shows up: [https://www.digitalsme.eu/untapped-potential-women-in-cybersecurity-digital-sme-live-conversation/](https://www.digitalsme.eu/untapped-potential-women-in-cybersecurity-digital-sme-live-conversation/)
 * Example of an event that doesn’t show up: [https://www.digitalsme.eu/virtual-event/digital-sme-live-5g-opportunities-and-challenges-for-smes/](https://www.digitalsme.eu/virtual-event/digital-sme-live-5g-opportunities-and-challenges-for-smes/)
 * If you could show me how I can make all of them show up in any query, that would
   be AMAZING (and also pretty core to the calendar functionality itself, I guess).
 * Best regards,
    Moritz
 *  Plugin Contributor [András Guseo](https://wordpress.org/support/users/aguseo/)
 * (@aguseo)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/uncode-theme-compatibility-issues/#post-13064521)
 * Hi [@zimmermo](https://wordpress.org/support/users/zimmermo/)
 * Swamped indeed. 🙂
 * There is a setting to “Include events in main blog loop” under Events > Settings
   > General tab. Did you try that?
 * A.
 *  Thread Starter [zimmermo](https://wordpress.org/support/users/zimmermo/)
 * (@zimmermo)
 * [5 years, 10 months ago](https://wordpress.org/support/topic/uncode-theme-compatibility-issues/#post-13066733)
 * Yes, that is activated and has been since the beginning. PLEASE mate, if you 
   could help with that, I would be eternally grateful!

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

1 [2](https://wordpress.org/support/topic/uncode-theme-compatibility-issues/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/uncode-theme-compatibility-issues/page/2/?output_format=md)

The topic ‘Uncode Theme Compatibility Issues’ is closed to new replies.

 * ![](https://ps.w.org/the-events-calendar/assets/icon-256x256.gif?rev=2516440)
 * [The Events Calendar](https://wordpress.org/plugins/the-events-calendar/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/the-events-calendar/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/the-events-calendar/)
 * [Active Topics](https://wordpress.org/support/plugin/the-events-calendar/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/the-events-calendar/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/the-events-calendar/reviews/)

## Tags

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

 * 19 replies
 * 2 participants
 * Last reply from: [András Guseo](https://wordpress.org/support/users/aguseo/)
 * Last activity: [5 years, 8 months ago](https://wordpress.org/support/topic/uncode-theme-compatibility-issues/page/2/#post-13447698)
 * Status: resolved