Nice Themes Appointments
This support request was posted in Paeon by hisc328
- hisc328 November 24, 2014 at 9:50 pm
I have it functioning as best as I can tell desktop (other than being able to remove the requirement for the date) however the form doesn’t show up on mobile device when I view it?? Seems like there must be a box I haven’t checked or something….
hisc328 November 24, 2014 at 10:09 pmafter playing a little more, it looks like nothing displayed in the Home Sidebar is visible on mobile view???
Juanfra Aldasoro November 25, 2014 at 3:42 pmHello,
Thanks for writing.
That’s right, the home sidebar is hidden on mobile devices due to a design decision.
Please have in mind that you’re free to customize your theme by adding CSS rules into your custom.css file. That way you can make the home sidebar visible if you want.
Best,
Juan.hisc328 November 25, 2014 at 4:27 pmthanks Juan, afraid that’s above my paygrade… Will have to find another way….. With that not showing nor the number in it’s placeholder, struggling to find a way to display a all to action with this theme on mobile device. If you have any examples of others that have done it on their site, please share link. thanks
Juanfra Aldasoro November 25, 2014 at 4:53 pmHi,
Thanks for the follow up.
Well, the responsive styles are just rules applied for a certain viewport.
For that case you can try adding some custom CSS in order to override the default ones that are hiding the home sidebar for the mobile devices viewport. Something like this:
@media screen and (max-width: 1024px) { #sidebar.home-sidebar { display: block; } }
Please, before adding the code, take a look at the recommended way to do this: http://nicethemeswp.com/support/theme-docs/paeon/#custom-css
Best,
Juan.hisc328 November 25, 2014 at 5:05 pmYou are the man!
Also figured out how to get a small form placed in the footer. Going to play with this a bit and see if I can replace the appointments box with this a form like this now that we have the sidebar showing! This would allow for me to remove the requirement of forcing the user to choose a date.
You must be logged in to reply to this topic.