NiceThemesNice Themes Appointments – NiceThemes http://nicethemeswp.com/forums/topic/nice-themes-appointments/feed/ Wed, 23 Apr 2025 15:00:42 +0000 http://bbpress.org/?v=2.5.12-6148 en-US http://nicethemeswp.com/forums/topic/nice-themes-appointments/#post-4997 <![CDATA[Nice Themes Appointments]]> http://nicethemeswp.com/forums/topic/nice-themes-appointments/#post-4997 Mon, 24 Nov 2014 21:50:41 +0000 hisc328 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….

]]>
http://nicethemeswp.com/forums/topic/nice-themes-appointments/#post-4998 <![CDATA[Reply To: Nice Themes Appointments]]> http://nicethemeswp.com/forums/topic/nice-themes-appointments/#post-4998 Mon, 24 Nov 2014 21:51:03 +0000 hisc328 Sorry, my site is http://www.carebatonrouge.com

]]>
http://nicethemeswp.com/forums/topic/nice-themes-appointments/#post-5000 <![CDATA[Reply To: Nice Themes Appointments]]> http://nicethemeswp.com/forums/topic/nice-themes-appointments/#post-5000 Mon, 24 Nov 2014 22:09:38 +0000 hisc328 after playing a little more, it looks like nothing displayed in the Home Sidebar is visible on mobile view???

]]>
http://nicethemeswp.com/forums/topic/nice-themes-appointments/#post-5004 <![CDATA[Reply To: Nice Themes Appointments]]> http://nicethemeswp.com/forums/topic/nice-themes-appointments/#post-5004 Tue, 25 Nov 2014 15:42:35 +0000 Juanfra Aldasoro Hello,

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.

]]>
http://nicethemeswp.com/forums/topic/nice-themes-appointments/#post-5009 <![CDATA[Reply To: Nice Themes Appointments]]> http://nicethemeswp.com/forums/topic/nice-themes-appointments/#post-5009 Tue, 25 Nov 2014 16:27:28 +0000 hisc328 thanks 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

]]>
http://nicethemeswp.com/forums/topic/nice-themes-appointments/#post-5010 <![CDATA[Reply To: Nice Themes Appointments]]> http://nicethemeswp.com/forums/topic/nice-themes-appointments/#post-5010 Tue, 25 Nov 2014 16:53:19 +0000 Juanfra Aldasoro Hi,

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.

]]>
http://nicethemeswp.com/forums/topic/nice-themes-appointments/#post-5011 <![CDATA[Reply To: Nice Themes Appointments]]> http://nicethemeswp.com/forums/topic/nice-themes-appointments/#post-5011 Tue, 25 Nov 2014 17:05:25 +0000 hisc328 You 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.

]]>
http://nicethemeswp.com/forums/topic/nice-themes-appointments/#post-5012 <![CDATA[Reply To: Nice Themes Appointments]]> http://nicethemeswp.com/forums/topic/nice-themes-appointments/#post-5012 Tue, 25 Nov 2014 17:10:38 +0000 Juanfra Aldasoro Ok, no problem.

Have a nice day,
Juan.

]]>