FAQ.Questions and Answers.
Welcome to the FAQ page for "Business Hours WP," your go-to resource for answering all your queries about our versatile business hours management software for your WordPress Website.
Whether you're a first-time user or a seasoned pro, this page is designed to provide you with the most comprehensive and insightful answers to common questions, troubleshooting tips, and valuable insights to ensure a seamless experience with our tool.
Licensing and Pricing
- acf-export-business_hours.json
- acf-options-page.code-snippets.json (for Code Snippet Plugin)
- acf-options-page.code-snippets.php (for an alternative PHP Code Plugin)
- business-hours.code-snippets.json (for Code Snippet Plugin)
- business-hours.code-snippets.php (for an alternative PHP Code Plugin)
Features and Functionality
- WordPress
- Advanced Custom Fields Pro
- Bricks or Oxygen
- Code Snippets Plugin or another PHP Code Plugin
Feel free to open the files and change the Weekdays in your favorite language, before importing it to your Website. Or: you can change the Weekday names in your ACF settings.
Caching-wise, it is handled like all dynamic content which is made in Oxygen or Bricks.
Here is a great article about it from WP Rocket: https://wp-rocket.me/wordpress-cache/cache-dynamic-content-wordpress/
To make it work with Cache, there are different options to solve it:
- disable the cache for the specific page, where the dynamic content is included
- change the cache lifespan so thats its regenerated more often, to make sure the cache is fitting the dynamic content
- build up the dynamic content on a seperate page (without any template used). Turn off the Cache for this page. Then implement this page url into your normal page via href="https://www.w3schools.com/howto/howto_css_responsive_iframes.asp" rel="noopener" target="_blank">iframe code (tutorial)
- add some some Ajax load function to load the dynamic content
Troubleshooting
The ACF field group (acf-export-business_hours.json) is imported with a specific group ID: "key": "group_642fccb1d3a1c"
If it does not exist yet, it will be created; if it does exist, it will be overwritten.
The Page option (acf-options-page.code-snippets.json) is a code snippet. When importing, you have the option of overwriting or creating a new snippet. Choose for yourself. With “new snippet” you can only activate one of these two snippets.