Nice Themes Appointments

This support request was posted in Paeon by hisc328

Request ID #4997 In Progress
  • 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….

    after playing a little more, it looks like nothing displayed in the Home Sidebar is visible on mobile view???

    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.

    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

    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.

    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.

    Ok, no problem.

    Have a nice day,
    Juan.

Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.

Login to your Account

Welcome back! Please log in to your account by filling the fields below:

Forgot?

Not a member? Create a free account.

Create a Free Account

You're 27 seconds away from some awesome WordPress free stuff, benefits and more. Create a free account and have access to our free products, benefits and more!

Already have an account? Log in
Secure Server