-
AuthorPosts
-
November 26, 2019 at 11:10 am #1160255
Hello, I’m referring to: https://kriesi.at/support/topic/events-calendar-with-sidebar/#post-787130
I successfully integrated the sidebar to the calendar view in desktop view. Unfortunately the sidebar disappears in mobile/tablet view although it ist set on “on” in Enfold template settings (“Sidebar on Smartphones”).
Is there something I missed?
Thanks in advance.November 27, 2019 at 11:14 pm #1160826Hey Ralf,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
- Install and activate ” Temporary Login Without Password “.
- Go to ” Users > Temporary Logins ” on the left-side menu.
- Click ” Create New “.
- Add the email address for the account ( you can use (Email address hidden if logged out) ), as well as the ” Role ” making that the highest possible and the expiry about four days
( to be sure that we have enough time to debug ). - Click ” Submit “.
- You’ll now have a temporary account. Please provide us here in the private section the URL, so we can login and help you out.
When your issue is fixed, you can always remove the plugin!
If you prefer to not use the plugin, you can manually create an admin user and post the login credentials in the “private data” field.Best regards,
BasilisDecember 11, 2019 at 4:37 pm #1164871This reply has been marked as private.December 12, 2019 at 6:00 am #1165066Hi Ralf,
Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) { .events-list .sidebar { display: block; } }
Best regards,
RikardDecember 12, 2019 at 8:45 am #1165127This reply has been marked as private.December 13, 2019 at 9:36 pm #1165655Hi seitenprofi,
https://share.getcloudapp.com/wbukmDNN I am seeing it on the single event page.
https://share.getcloudapp.com/v1umrPR5 And on the category page too.
Could you please clear the cache, check again and get back to us.
Best regards,
VictoriaDecember 18, 2019 at 1:56 pm #1167272This reply has been marked as private.December 19, 2019 at 5:05 am #1167589Hi,
I can’t see the CSS I sent being applied to your site. Please add it to Quick CSS, then select to delete the old CSS and JS files under Enfold->Performance. Also please clear your local browser cache before checking the results:
@media only screen and (max-width: 767px) { .events-list .sidebar { display: block !important; } }
Best regards,
RikardDecember 21, 2019 at 10:52 am #1168400This reply has been marked as private.December 23, 2019 at 1:02 pm #1168722Hi,
Sorry for the late reply, and thanks for the links. So in mobile view the sidebar will need to go below the content because otherwise there is not enough room to show it. Please see the link in the Private Content area for the page I tested on.
Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:@media only screen and (max-width: 767px) { .responsive #top.single-tribe_events #main .sidebar { display: block !important; } #top.single-tribe_events #main .sidebar { border-left-style: none !important; border-left-width: 0px !important; clear: both !important; } #top.single-tribe_events #tribe-events-content.tribe-events-single { margin-left: 0 !important; } }
Then clear your browser cache and any cache plugin, and check.
Best regards,
MikeDecember 23, 2019 at 9:28 pm #1168813Thank you very much. It works great!
December 24, 2019 at 7:28 am #1168864Hi,
I’m glad this was resolved. If you need additional help please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘The Events Calendar with sidebar – mobile view’ is closed to new replies.