This topic has 28 replies, 4 voices, and was last updated 9 years, 11 months ago by Wajid Khan.
Viewing 29 posts - 1 through 29 (of 29 total)
Hi!
My openings hours created with Biz Hours Pro look weird. Image opening shours3 shows my settings and I simply copied the shortcode provided. Image openings hours1 shows what it looks like on my page.
Please i need the right configuration to be like yours!
If you can provide us WP Logins to your website with URL then we can take a closer look at it. Make sure you set the post as private reply so that only admin can see your wp-logins.
Fixed!
Edited File: plugins/iva-business-hours-pro/iva-business-hours-pro-widget.php
Thank you,
Can I make all days toggled and only today appear ?
As you can see my working hours taking too much space from footer can you make it suitable to my footer height
Yes, you have an option called “Toggle Display” in Add New Section.
Yes, It’s toggle everything .. i need to show at least today inline ” 9:00AM – 12:00 PM & 5:00 PM-9:00 PM ”
Thank you,
You can’t display only the today hours inline but you can display all the days hours inline by going to iva-bh-front.css file line#172 and replace the following code
.hours-row {
display: block;
}
with,
.hours-row {
margin-left: 4px;
}
Thanks, What about making all toggle but today only appear under it all toglged ?
Thank you i fix it .. ” I’ve changed days from 40% to 20% and today with open text to 25% ”
please let me know if this good for responsive issues.
also about Today hours I’ve found that you add line-height: normal that’s make the line not center with text today I remove it let me know if this will effect on other things
Thanks for your great efforts
No, it will not effect on other things.
Thank you 🙂
Topic is set to be resolved. If you wish to update this topic please reply here instead of creating another topic.
I also would like to have my hours to look like what is advertised. If I wanted just plain text hours, I would not have spent the money for the app and would have just listed out the hours on our website. Furthermore, the closed / open text is not showing like how yours is.
Why do I have to waste my time in submitting a complaint / support ticket to have it look like this?
What am I doing wrong?
What do I need to change?
Please contact me ASAP, as I need to get this fixed right away. I don’t want you fixing it for me, I want you to tell me what settings / code I need to change and then I will make the change myself. I don’t learn anything by having people do things for me, but if you tell me what needs to be done, then I learn and I can do it myself.
Thank you!
@aximtechsolutions: Kindly send me the url so that I can see what’s your issue is.
@Larry: I have seen that frontend css is not loaded in your theme. If you can provide us WP Logins to your website with URL then we can take a closer look at it. Make sure you set the post as private reply so that only admin can see your wp-logins.
Okay then update the business hours plugin with the latest version and see if the layout is showing perfectly as in demo or not.
@Larry: Open iva-business-hours-pro.php file and find for iva_bh_front_scripts function which will be there at line no around 183. In that function,
Replace this
if( stripos( $post_content, '[iva_bhrs_pro' ) || stripos( $post_content, '[iva_bhrs_holidays' ) || stripos( $post_content, '[iva_bhrs' )) {
wp_enqueue_style( 'iva-bhrs-front' , IVA_BH_URL . 'assets/css/iva-bh-front.css', false,false,'all');
wp_enqueue_script('jQuery');
wp_enqueue_script('iva-business',IVA_BH_URL .'assets/js/iva-business-hours-pro-front.js', array( 'jquery' ), '', true );
}
with,
//if( stripos( $post_content, '[iva_bhrs_pro' ) || stripos( $post_content, '[iva_bhrs_holidays' ) || stripos( $post_content, '[iva_bhrs' )) {
wp_enqueue_style( 'iva-bhrs-front' , IVA_BH_URL . 'assets/css/iva-bh-front.css', false,false,'all');
wp_enqueue_script('jQuery');
wp_enqueue_script('iva-business',IVA_BH_URL .'assets/js/iva-business-hours-pro-front.js', array( 'jquery' ), '', true );
//}
and see it’s working fine or not.
Ok, so it looks like things are finally formatted on there.
Now, I seem to be having another issue. My timezone is set correctly in the settings, however it’s showing that I’m closed, when the hours say that we are open and it’s showing a ‘red’ dot instead of a ‘green’ dot as well to say that we are closed and not open, when in-fact we are.
I had it set 8AM – 8PM ET, and it’s 10:00 AM ET and it was not showing us as open or online.
How can we fix this?
Regards,
Larry
@Larry: Without logins we can’t find out what the issue is because after setting the timezone also still its showing the problem. So we can’t trigger out without taking a closer look into it.
And it’s working fine at my end and others too.
Like right now… I have it set to 1PM – 8PM ET and it’s 1:30 PM ET, and it’s showing I’m closed.
If I set it to say 8AM – 8PM ET, it will show that I’m open right now.
So the time is off by some odd hours on here.
Please check and let me know how I can fix this please.
Regards,
Larry Braziel, COO
WWTS
@Larry: I have seen that it’s working fine. There is no such issue with the plugin. Once again cross check at your end.
Topic is set to be resolved because of no reply. If you wish to update please reply here instead of creating another topic.
Viewing 29 posts - 1 through 29 (of 29 total)
You must be logged in to reply to this topic.