Viewing 15 replies - 1 through 15 (of 20 total)
  • Hi there @carrion215,

    I hope you’re well today! 🙂

    Very sorry for the delayed reply here, I’ve just added this support thread to my feed to ensure I get updates henceforth.

    Meanwhile, it looks like the colors are looking great now. Have you already gotten that sorted?

    If not, I’ll be more than happy to assist and to help with that, at Appointments > Settings, you’ll see a Additional css Rules setting box where you can easily add CSS styling to accommodate things like theme style adjustments.

    Of course, we’re more than happy to assist with CSS style adjustments. Just let us know if there’s anything we can help with on that. 🙂

    Cheers,
    David

    Hi @carrion215,

    Hoping that’s all sorted for you now as your site looks great! Just let us know if we can be of assistance at all. We’re here to help! 🙂

    Thanks!

    Thread Starter carrion215

    (@carrion215)

    Hey, thank guys. I didn’t notice these replies. Yes that issue was revolved on this thread here my only questions now would be how to get rid of those tables that keep the words in one box. But that’s not a huge issue.

    Hi @carrion215,

    Thanks for your reply. I’ll be happy to assist with that. Could you let me know which table you’re referring to? Maybe provide a screenshot illustrating what you have in mind?

    Screenshots can be posted and linked to through Dropbox, Google Drive, Screencast.com or any other screenshots/sharing service. 🙂

    Thanks,
    David

    Thread Starter carrion215

    (@carrion215)

    Thanks for the reply David, actually I just got rid of the section to even request a service provider since it’ll just be me. I do have another question if you’d be so kind… I posted a thread on this topic but no one has tried to answer yet. I am trying to set up a page where a client can either; click buttons to “fill up a truck image” to about their amount. Or roll their mouse over buttons and get different images for each button for a visual price comparison. The ideal set up would be exactly this, but I don’t believe that’s a wordpress website so I would even settle for this. I’m not looking to steal, I just want something similar and I don’t even know what this type of plugin or set up is called, which makes it hard to research. Any help would be greatly appreciated.

    Hi @carrion215,

    Thanks for your reply as well! I’m not totally sure I understand so please feel free to correct me if so, but Appointments+ doesn’t currently provide for the user to get custom pricing.

    It’s possible to create different Services to account for price variations like so:

    Furniture Move – 1/4 truck
    Furniture Move – Half truck
    Furniture Move – 3/4 truck
    Furniture Move – Full truck

    Would something like that maybe work for you?

    I just wanted to mention too, as an additional option, you can simplify the schedule process by having the service selection autorefresh when the users selects a service.

    You’ll find details on that at Appointments > Shortcodes.

    Basically, there’s an “autorefresh” feature you can use with your app_services shortcode. For example, you could use this:

    [app_services autorefresh="1"]

    Then the scheduling form would auto-update when users select a service, no extra button press needed.

    I hope that helps. Looking forward to your reply. 🙂

    Cheers,
    David

    Thread Starter carrion215

    (@carrion215)

    Hi David. Thanks for the reply. Actually I wasn’t speaking of appointment + anymore. I just meant in general for a website to have a plugin like the ones I sent the link for. Any thoughts on that? Thanks.

    Hi there @carrion215,

    Thanks for clarifying that. Appointments+ actually can handle the scheduling aspect of things and with the Services configured like a mentioned above it could “approximate” that sort of thing.

    I’m afraid I don’t know of an “out of the box” solution or other plugin that could achieve it exactly though.

    The premium version also has an additional fields add-on that can be used to get extra data from users during registration. I think that could help provide a similar scheduling option.

    If there’s something specific you’re concerned about, I’ll gladly delve into that if you’ll let me know. I was just referring more to a general configuration that’s similar to that site. 🙂

    Cheers,
    David

    Thread Starter carrion215

    (@carrion215)

    Thanks David, I am hoping to get this to work on a specific page the same way those other pages I linked have it set up. I know this website http://www.junkluggers.com/pricing/ is using wordpress, I just have to figure out how they are creating that effect when the mouse rolls over the number it creates a different picture. I don’t think it looks good to use the calender for that purpose. Do you only do appointment +? I only ask because my other issue now is I’m using simpleo and if you go to my website http://www.outofsitepeaceofmind.com/ you’ll see the logo and social links aren’t sitting on the navigation bar like they should. I’m sure it’s due to the size of the logo I put there but I’ve tried each size and margin but they wont settle where they should. Any ideas there? I feel like I just repeat questions here cause no one answers the posts I put up lol. Again any help is appreciated. Thanks!

    Plugin Contributor Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi @carrion215,

    Thanks for the reply.

    Could you please tell me exactly how you want to display the logo and social links ( Attach screenshot of it if you can ) so that i can help you to achieve it?

    Regards,
    WPMU DEV

    Thread Starter carrion215

    (@carrion215)

    Hi sorry for the delayed reply. I don’t have a screenshot I can send to you right now, but I’d like the logo and social links to be right above the navigation menu. Kind of the way it is in the simpleo theme website http://www.vpthemes.com/portfolio/simpleo/ at the very least I’d like it to look neater than it does now. Thanks a lot

    Hi there @carrion215,

    Thanks again for your reply. I’m not sure of the implications for the rest of the theme, but you can use the following to bring the header closer to the nav bar:

    div#logo { display: block;}

    That could be added either to your theme’s stylesheet (best done using a child theme) or via a plugin like this:
    http://wordpress.org/plugins/imporved-simpler-css/

    Perhaps that’ll work for you?

    While we wouldn’t be able to delve “too much” into this (though we can easily assist with direct Appointments+ styling of course), I’d like to assist with as much as possible given the initial delays here.

    Hope that helps to start with. 🙂

    Cheers,
    David

    Thread Starter carrion215

    (@carrion215)

    Thanks a lot David, yeah it absolutely helped. Sorry for the delayed response, been busy with no time to work on the site but I really appreciate the answers from everyone! Is there a way to change the size of the logo now? Ideally I’d like it to take up the space from the left to the words and social links. If not that’s ok too, you’ve helped more than enough.

    Plugin Contributor Predrag – WPMU DEV Support

    (@wpmudev-support1)

    Hi @carrion215,

    Is there a way to change the size of the logo now? Ideally I’d like it to take up the space from the left to the words and social links.

    Actually the logo image you have used on your site contains a lot of blank spaces around the logo therefore it becomes hard to change its size and place it in the narrow space. It would be better if you optimize it by removing this unuseful blank spaces.

    For now you can use the following CSS code to change its size and take up the space from the left to the words and social links.

    logo img {
        position: relative;
        top: -85px;
        left: -45px;
    }
    
    div#logo {
        width: auto;
        max-width: 550px;
    }

    Cheers,
    WPMU DEV

    Thread Starter carrion215

    (@carrion215)

    You guys are awesome!!! Thank you so much for all the help. Now I just have to figure out how to make the pricing table I want and the website is all done. Being that this was my first ever, would anyone mind giving me their opinion? If not it’s cool, you have all done enough for me already and I really appreciate it. Also if anyone knows of a way for me to get something even close to what those other sites, (http://www.junkluggers.com/pricing/ and http://www.junk-king.com/pricing/ ) have I’m all ears. I can’t even figure it out using firebug. Anyway thanks again everyone!

Viewing 15 replies - 1 through 15 (of 20 total)
  • The topic ‘colors on appointment’ is closed to new replies.