It seems that you have completely stopped maintaining this plugin. I’ve added some features and am working on some better logic regarding exceptions, and was wondering if you’d be willing to add a developer to this project.
If this interests you, please contact me through my website, https://www.dauid.us/contact
Cheers!
Dave
Hello,
I just deleted your plugin and now I have a blank page for the whole admin area!
Please help
Hi there,
first of all thank you very much for this great Plugin.
Installed it and set the opening hours successfully, however the word “closed” is not aligned properly.
It is not centered nor aligned to the right nor left properly.
Any idea how to adjust that properly?
Thank you very much!
Hello,
The exceptions are not working for me in the Business Hours plugin, I am using version 2.0. All of my exceptions are holidays where we are closed, so they have no time and are left blank. This is the code I am using in my header.php file:
<?php echo do_shortcode('[businesshours closed="Visitor Center Hours: CLOSED"] Visitor Center Hours - TODAY: {{TodayOpen}} to {{TodayClose}}[/businesshours]');?>
Thank you in advance.
]]>Hi! First of all: Thank you for a gret plugin! I wonder how I can remove the Day, Open and Close that is seen above the opening hours in the widget. I would like the widget to only show the days and hours.
]]>Hello! My business is closed today for Columbus day, but it is not displaying that we are closed, only in the expanded table. How do I fix this? Thanks!
]]>How can I get the Titles (Day, Open, Close) to be Left Aligned? They are currently Right Aligned.
]]>I know you do support Multiple Locations.. but would it be hard to rename the plugin files, and database tables so I can at least get this to install two times so i can use it twice on my install? So I can have two different widgets called two different names so i can use it twice? I want to install this plug in twice so i can use it the same way, but call it 2 different names.. Thanks in advance!!
]]>Hi,
Thanks for a great widget, but I can’t find a solution to one small thing. I have attached a link to a screenshot showing a yellow line along the left side. I would like the text and the collapsible menu to be moved (padded) a bit to the right so it will be in line with the yellow line. Maybe 3-5 pixels. Would it be padding? And if so, where would I add this?
Thanks in advance for any help,
Abe
]]>Hi,
I am attempting to use CSS to place business hours over an image, so that the business hours text is nested within the same div as an image (the image *could* be a background image).
This custom HTML gets me a stacked version, but not the overlay that I am trying to achieve. This code fragment has CSS in it, but it is formatted differently from my expectations:
<div position="relative"><img src="https://www2.bicyclemuseum.com/wp-content/uploads/2013/12/main_photo_w_logo.jpg" alt="Bicycle Museum">
<h2 margin-top: 0 position="relative";>[businesshours closed="Today is closed."]Today we are open from {{TodayOpen}} to {{TodayClose}}[/businesshours]</h2></div>
My brain tells me that this should work, but it doesn’t:
<div background-image="url(https://www2.bicyclemuseum.com/wp-content/uploads/2013/12/main_photo_w_logo.jpg)" alt="Bicycle Museum">
<h2 margin-top: 0 position="relative";>[businesshours closed="Today is closed."]Today we are open from {{TodayOpen}} to {{TodayClose}}[/businesshours]</h2></div>
Thanks and regards,
Todd Wheeler
Is there a way I can change Monday Tuesday Wednesday to Mon Tue Wed etc?
Thanks!
]]>Whenever I click settings to set it up, I get You do not have sufficient permissions to access this page.
Any help on how to fix this I would appreciate.
Thanks
]]>I believe my theme is overriding and auto-capitalizing the first letter in Am and Pm. I’d like to override to say 10:00 am. I’m using the “striking” theme. I’m thinking text-transform: lowercase; would work, but need help locating where to place it.
Here’s current page for reference: pellenuda.nu
Here’s a screen shot of the issue: https://screencast.com/t/3XWa59Pjcca
Thanks!
]]>When I set a “generic” annual exception (e.g. closed at 1st Jan *every year*) the exception seems to fail only when loading [in my case] the Greek version of the site. The English version reads just fine.
The widget displays “closed” for day, regardless of today’s date.
However, the problem goes away if I set the exception to a specific date (e.g. 1st Jan 2014). I assume that’s not the meaning of a “generic” exception however.
I’m using WP 3.8 + Polylang for the language stuff (but the problem is the same in 3.6 – in an older installation).
Thanks.
]]>Hi
1. Greek translation
I have done a Greek translation – I’ll be pleased to submit it somewhere. Just let me know how.
Hi,
Nice plug in! thanks.
Trying to get this plug in working in the header of my theme template but by placing this in the php file it breaks the theme
<?php echo do_shortcode("[businesshoursweek collapsible="true"]"); ?>
Here is the header php file. If I can get it anywhere in there that would be great!
<?php
if( mfn_opts_get('header-email') || mfn_opts_get('header-phone') ){
echo '<div id="top_bar">';
echo '<div class="container">';
echo '<div class="column one">';
if( $header_email = mfn_opts_get('header-email') ){
echo '<p class="mob_phone"><i class="fa-envelope-o"></i><a href="mailto:'. $header_email .'">'. $header_email .'</a></p>';
}
if( $header_phone = mfn_opts_get('header-phone') ){
echo '<p class="mob_mail"><i class="fa-phone"></i><a href="tel:'. $header_phone .'">'. $header_phone .'</a></p>';
}
echo '</div>';
echo '</div>';
echo '</div>';
}
?>
<!-- .header_placeholder 4sticky -->
<div class="header_placeholder"></div>
<!-- #Header -->
<header id="Header">
<div class="container">
<div class="column one">
<!-- .social -->
<div class="social">
<ul>
<?php if( mfn_opts_get('social-facebook') ): ?><li class="facebook"><a target="_blank" href="<?php mfn_opts_show('social-facebook'); ?>" title="Facebook">F</a></li><?php endif; ?>
<?php if( mfn_opts_get('social-googleplus') ): ?><li class="googleplus"><a target="_blank" href="<?php mfn_opts_show('social-googleplus'); ?>" title="Google+">G</a></li><?php endif; ?>
<?php if( mfn_opts_get('social-twitter') ): ?><li class="twitter"><a target="_blank" href="<?php mfn_opts_show('social-twitter'); ?>" title="Twitter">L</a></li><?php endif; ?>
<?php if( mfn_opts_get('social-vimeo') ): ?><li class="vimeo"><a target="_blank" href="<?php mfn_opts_show('social-vimeo'); ?>" title="Vimeo">V</a></li><?php endif; ?>
<?php if( mfn_opts_get('social-youtube') ): ?><li class="youtube"><a target="_blank" href="<?php mfn_opts_show('social-youtube'); ?>" title="YouTube">X</a></li><?php endif; ?>
<?php if( mfn_opts_get('social-flickr') ): ?><li class="flickr"><a target="_blank" href="<?php mfn_opts_show('social-flickr'); ?>" title="Flickr">N</a></li><?php endif; ?>
<?php if( mfn_opts_get('social-linkedin') ): ?><li class="linked_in"><a target="_blank" href="<?php mfn_opts_show('social-linkedin'); ?>" title="LinkedIn">I</a></li><?php endif; ?>
<?php if( mfn_opts_get('social-pinterest') ): ?><li class="pinterest"><a target="_blank" href="<?php mfn_opts_show('social-pinterest'); ?>" title="Pinterest">:</a></li><?php endif; ?>
<?php if( mfn_opts_get('social-dribbble') ): ?><li class="dribbble"><a target="_blank" href="<?php mfn_opts_show('social-dribbble'); ?>" title="Dribbble">D</a></li><?php endif; ?>
</ul>
</div>
<div class="addons">
<?php $translate['search-placeholder'] = mfn_opts_get('translate') ? mfn_opts_get('translate-search-placeholder','Enter your search') : __('Enter your search','brandon'); ?>
<form method="get" id="searchform" action="<?php echo esc_url( home_url( '/' ) ); ?>">
<span class="ico"></span>
<input type="text" class="field" name="s" id="s" placeholder="<?php echo $translate['search-placeholder']; ?>" />
<input type="submit" class="submit" value="" style="display:none;" />
</form>
<?php if( has_nav_menu( 'lang-menu' ) ): ?>
<div class="language">
<a href="#"><span class="ico"></span><?php echo mfn_get_menu_name( 'lang-menu' ); ?></a>
<div class="language_select">
<span class="arrow"></span>
<?php mfn_wp_lang_menu(); ?>
</div>
</div>
<?php endif; ?>
<div class="contact_details">
<p class="text"><?php mfn_opts_show('header-contact-text')?></p>
<?php
if( $header_phone = mfn_opts_get('header-phone') ){
echo '<div class="phone expand"><span class="ico"></span> <p class="label"><a href="tel:'. $header_phone .'">'. $header_phone .'</a></p></div>';
}
if( $header_email = mfn_opts_get('header-email') ){
echo '<div class="mail expand"><span class="ico"></span> <p class="label"><a href="mailto:'. $header_email .'">'. $header_email .'</a></p></div>';
}
?>
</div>
</div>
<!-- .logo -->
<div class="logo">
<?php if( is_front_page() ) echo '<h1>'; ?>
<a id="logo" href="<?php echo home_url(); ?>" title="<?php bloginfo( 'name' ); ?>">
<img class="scale-with-grid" src="<?php mfn_opts_show('logo-img',THEME_URI .'/images/logo.png'); ?>" alt="<?php bloginfo( 'name' ); ?>" />
</a>
<?php if( is_front_page() ) echo '</h1>'; ?>
</div>
<!-- #menu -->
<?php mfn_wp_nav_menu(); ?>
<a class="responsive-menu-toggle" href="#"><i class='fa-bars'></i></a>
</div>
</div>
</header>
Thanks!
]]>Dear all,
Thanks using your plugin business-opening. A small problem occurred.
Exceptions is not working with me.Please can you solve this for me.
website: https://www.oijensezij.nl
inlog: Arthur
password: Spermi72
We trust you fully with our information….
thanks in advance
Arthur
Hello,
For some reason the exceptions are not displaying at all, it simply displays today’s hours. I don’t know if this is a known issue or if I am doing something wrong. I read through everything multiple times.
Thanks!
]]>Is there a way to amend the widget so that ‘Close’ is an option? I have a client who has varied times on when they will close; could be 11pm, could be midnight so want ‘Close’ as an option.
Cheers!
]]>The [businesshours] shortcode does not implement exceptions. Any word on when that might happen. This is a great plug-in for small business sites, but this essential feature renders it essentially useless until it implements exceptions!
]]>Hi,
I’ve managed to make some translations into Romanian. You can find them here:
And, by the way, there’s an issue with the existin .pot file in the addon. It’s missing the ‘[Show all hours]’ strings. In the above translations I’ve added it.
Cheers,
Cosmin
Hi
How can I translate the days, and the other words from english to Italian?
I tried but I didn’t managed to do it
Regards
How do I remove Sat. and Sun. from the table?
]]>Is there any way to change the way the exceptions display? As in, I’d like it to just display the exception’s hours (or “closed”) without the regular hours crossed out. I’m using the widget, but I have access to the php files so I can change stuff there too, if I know where to look.
Thanks!
]]>Hi,
first off al thanks for a great plug-in! I was wondering if you could hellp Even though my general settings are in my time zone. The plug-in seems to thing different about that.
It says we are open even though its 20.00 (and were open till 17.00) Im sure ive made some kind of mistake, but would really appriciate any help or tips you could provide!
Cheers and thanks alot!
Sebastiaan
]]>Is it possible to create two different sets of opening hours as our client has both a restaurant and bar ?
]]>Two issues,
1. Any way of having individual days in exceptions instead of “Monday-Friday” and “Saturday-Sunday”. I don’t keep the same hours M-F, for 6 months and Fridays only change for the other six months. A workaround would work if possible.
2. When the widget title is empty it still leaves a space for it, shows as a line break. I have no widget title, just {{Open}}-{{Close}} on my nav bar, the “open today” is just text. You can see that the BH widget (without a title) leaves a line break where the title should be. Any options to remove the line break?
see site and nav bar here: https://periago.com/
]]>My headings: Day, Open, & Closed are off center. It looks like they are right justified and I need them to be left justified.
Also is there supposed to be a frame or something around these hours or just plain text?
https://www.ads-software.com/extend/plugins/business-hours-plugin/
]]>Struggling to get exceptions to work. Have disabled all plugins.
I am running multisite…
https://bit.ly/Colletts
Any ideas?
https://www.ads-software.com/extend/plugins/business-hours-plugin/
]]>Hi
Have a client that would like to include this in their template header,,, I have tried various ways to include but am getting nowhere
Tried the following
php do_shortcode(‘[businesshours closed=”Today is closed.”]Today we work from {{TodayOpen}} to {{TodayClose}}[/businesshours]’);
but no luck. Can get it to work on a page and in a widget.
Is this possible?
Thank you
https://www.ads-software.com/extend/plugins/business-hours-plugin/
]]>