Giter Site home page Giter Site logo

mzaweb / business-hours-plugin Goto Github PK

View Code? Open in Web Editor NEW
6.0 6.0 5.0 784 KB

This is a development version, and it's most likely broken. To get a stable version go to the WordPress plugin repo

Home Page: http://wordpress.org/extend/plugins/business-hours-plugin/

License: GNU General Public License v2.0

PHP 94.08% CSS 4.78% JavaScript 1.15%

business-hours-plugin's People

Contributors

cabgfx avatar mzaweb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

business-hours-plugin's Issues

[Show working hours]

this text is not in the pot file and I have made a translation in french where I can send you those files to add it in your next repository. (po and mo)

best regards,
J-Marc

Entire working week

I noticed on my site that only today's working hours are displayed. Is it possible to show the entire working week's hours so that clients can view ahead??

Changing cell spacing in table

Hi,
I'm having trouble changing some css code in a the Business Hours By Day widget. I have found the code but the widget will not change in appearance. I am trying to change the bottom padding on the table cells from 10px to something smaller to reduce the spacing. Here is my site wp.library.mhu.edu The widget is in the secondary sidebar under "Today's Hours". When I inspect the css code, it points to this

.workinghourswidget tr > td {
padding-bottom: 10px;
}

But, when I change this in my CSS nothing changes. Can anyone help?

Hours table

Good afternoon!

First of all thank you for creating the plugin.

I have set my business hours in 24 hour format. Open (10:00) and Close (22:00).
On the shortcodes everything works great. But the table the widget outputs every day and date is crossed and the top text says I am closed. But the shortcodes who display text outside the widget area display my opening hours correctly and tell the visitor that I am open for business.

I am using the latest version of Wordpress and the latest version of your plugin.

I hope you can help.

Regards,
Bas

Exceptions not working with shortcode

Hey

Im using the shortcode in the header to show the opening times but it doesnt update with the exceptions.

like for example

opening time: 10.00 - 15.00

exception saying opening time for this date is 12.00 - 14.00

yet the bitin the header using the shortcode still displays the normal opening time.
(the widget works fine tho)

any ideas?

"Always Show" Exception Attribute

Allow a Checkbox for exceptions that will happen in the future or have happened in the past to ALWAYS be shown so customers know of Holiday or Specialty hours changes in Advance.

Excecptions show wrong week

I added an exception, but it didn't show. I added an exception for the following week and it showed up. Why would this be happening?
Thanks,
Logan

Public Holidays

Just wondering if you might add a title which says Public Holiday. Currently there is no indicator for this so customers will think that we operate on public holidays. Thanks.

Font color

I need to change the font color to white. How do I do this?

Afternoon Opening Time

Is there a way to display an afternoon opening time? I have a client that opens at 1PM on Sundays and it is showing as 1AM.

Hour Settings

Hello GitHub,

First, really nice plugin.

I have some questions about the plugin settings.

  1. My client opens his restaurant monday - saturday from 11:45 ~ 14:15, and wednesday - saturday from 18:00 ~ 23:30.

There is a way to show the full schedule on the footer widget?

Cheers.
Thiago Kim

Date of today is everywhere

Hi,

My client made some exceptions on the times and now the date of today is everywhere.
And it says closed where it should be open. I found out that the exception for January 1st Every Year is the problem. So I fixed it by just adding 1st January 2015, 16, 17 etc. But just to let you know for a future update maybe.

schermafbeelding 2014-02-26 om 15 20 02

Display Schedule by Branch

Possible display different business schedule by branch ..
Let's say Branch 1 is open from Monday-Saturday.
Branch 2 is open from Monday - Friday only.
And Branch 3 is open from Monday to Sunday.

Error: exception hours doesn't work with another language!

Hello!
in first, sorry for my poor english!!
I used your plugin without problem until yesterday, when I installed another language.. in detail, I installed italian's language.
This is what happens: if I use english language, exception hours works without problem. When I change my 'WPLANG', in wp-config.php, to 'it_IT', the plugin doesn't recognizes the exception.
I was clear? I hope yes!!
And I hope this my discover helps you!

best regards and thank you for your plugin!!

Print "now open" if the store is now open

It'd be nice to show "now open" if the user loads the page when the store is currently open. I'm currently looking around for a way to add this ability, so if someone who's familiar with the code wants to point me in the right direction, that would be helpful. If/when I do it, I'll be sure to add it here.

problems with hours

Setting for a work day: Mon open 09:00 to 21:00;

Is it possible to show an image when (well its posible now, code below) but the question is;

The problem is after 21:01 when the widget is still showing "Open". how I can resolve this problem?,

or for now it's not possible.

OPEN
span class='working_hours_open'>Desde {{Open}} hasta {{Close}}</span

img class="aligncenter size-medium wp-image-5335" alt="delivery_area" src="IMAGE.png" width="1" height="1" />
workho

Add an ID to the table so styles can be applied

I added id="business_hours_table" to views/table.php. Line 8 now reads:

It would be nice if this could be added to the code so if there's an upgrade, I don't have to go back in and add it again. Thank you!

Exception opening days works randomly

The exception dates works:

  • If I leave empty fields (d/m/y) it works
  • If I fill "Day" field.

it breaks and ignore the rule:

  • If I fill "Month" field.
  • If I fill "Year" field.
  • If I fill "Day" and "Month" and/or "Year" field.

It's on a spanish multisite installation of WordPress, 4.9.5 release, so may be related with #23 (spanish) and #30 (Multisite)

replacing the word closed (gesloten) with on appointment (op afspraak)

First of all, i would like to thank you for this plugin. it works very well as you can see on

www.devledermuis.be

I am making a site for a veterinary who is either working with consultation hours or after an appointment. I would like to change the 'open' 'close' with other words 'vrij spreekuur' 'op afspraak' that suits more the practice of the veterinary.

Can you help me with this?

Thanx!!

Best regards,
Astrid

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.