{"id":125104,"date":"2020-07-20T23:46:31","date_gmt":"2020-07-20T23:46:31","guid":{"rendered":"https:\/\/wordpress.org\/plugins\/simple-clinic\/"},"modified":"2023-03-22T23:55:01","modified_gmt":"2023-03-22T23:55:01","slug":"simple-clinic","status":"publish","type":"plugin","link":"https:\/\/azb.wordpress.org\/plugins\/simple-clinic\/","author":11806720,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0.3","stable_tag":"1.0.3","tested":"6.1.10","requires":"5.4.0","requires_php":"7.2","requires_plugins":"","header_name":"Simple Clinic","header_author":"PIXELovely","header_description":"Easily create a website for a medical office with many different types of care under one roof. Adds providers \/ specialties and custom blocks.","assets_banners_color":"","last_updated":"2023-03-22 23:55:01","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/ko-fi.com\/kim","header_plugin_uri":"","header_author_uri":"https:\/\/infinitesynergysolutions.com\/","rating":0,"author_block_rating":0,"active_installs":10,"downloads":7886,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":{"0.1":{"tag":"0.1","author":"PIXELovely","date":"2021-01-26 20:58:21"},"0.2":{"tag":"0.2","author":"PIXELovely","date":"2020-08-21 17:56:36"},"0.3":{"tag":"0.3","author":"PIXELovely","date":"2021-01-26 21:01:27"},"0.4":{"tag":"0.4","author":"PIXELovely","date":"2021-01-27 05:28:26"},"1.0.0":{"tag":"1.0.0","author":"PIXELovely","date":"2021-08-17 17:42:18"},"1.0.1":{"tag":"1.0.1","author":"PIXELovely","date":"2021-08-17 19:58:09"},"1.0.2":{"tag":"1.0.2","author":"PIXELovely","date":"2021-08-17 22:49:44"},"1.0.3":{"tag":"1.0.3","author":"PIXELovely","date":"2023-03-22 23:55:01"}},"upgrade_notice":[],"ratings":[],"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":2343755,"resolution":"128x128","location":"assets","locale":""}},"assets_banners":{"banner-1544x500.jpg":{"filename":"banner-1544x500.jpg","revision":2343755,"resolution":"1544x500","location":"assets","locale":""},"banner-722x250.jpg":{"filename":"banner-722x250.jpg","revision":2343755,"resolution":"722x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":{"simpleclinic\/providers":{"name":"simpleclinic\/providers","title":"Providers"},"simpleclinic\/specialties":{"name":"simpleclinic\/specialties","title":"Specialties"}},"tagged_versions":["0.1","0.2","0.3","0.4","1.0.0","1.0.1","1.0.2","1.0.3"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":2343755,"resolution":"1","location":"assets","locale":""},"screenshot-2.png":{"filename":"screenshot-2.png","revision":2343755,"resolution":"2","location":"assets","locale":""},"screenshot-3.png":{"filename":"screenshot-3.png","revision":2343755,"resolution":"3","location":"assets","locale":""},"screenshot-4.png":{"filename":"screenshot-4.png","revision":2343755,"resolution":"4","location":"assets","locale":""}},"screenshots":{"1":"An example row of providers","2":"Editing panels of the two custom Wordpress Blocks, Providers and Specialties","3":"Screenshot of the plugin in use on an actual client site; names and faces removed.","4":"A Specialties block in action"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[152960,164067,10315,24844,188563],"plugin_category":[],"plugin_contributors":[82946],"plugin_business_model":[],"class_list":["post-125104","plugin","type-plugin","status-publish","hentry","plugin_tags-avada","plugin_tags-fusion-builder","plugin_tags-medical","plugin_tags-medicine","plugin_tags-practitioners","plugin_contributors-pixelovely","plugin_committers-pixelovely"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/ps.w.org\/simple-clinic\/assets\/icon-128x128.png?rev=2343755","icon_2x":false,"generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/simple-clinic\/assets\/screenshot-1.png?rev=2343755","caption":"An example row of providers"},{"src":"https:\/\/ps.w.org\/simple-clinic\/assets\/screenshot-2.png?rev=2343755","caption":"Editing panels of the two custom Wordpress Blocks, Providers and Specialties"},{"src":"https:\/\/ps.w.org\/simple-clinic\/assets\/screenshot-3.png?rev=2343755","caption":"Screenshot of the plugin in use on an actual client site; names and faces removed."},{"src":"https:\/\/ps.w.org\/simple-clinic\/assets\/screenshot-4.png?rev=2343755","caption":"A Specialties block in action"}],"raw_content":"<!--section=description-->\n<p>Make a website for a medical office or collective in a snap. I build this kind of website for clients very frequently, and now I am sharing one of the ways I do it with the community.<\/p>\n\n<p>Adds the \"provider\" post type, and the \"specialty\" category -- however, you can swap the names to \"practitioner\" and \"modality,\" which I've found to be somewhat more popular among complimentary medicine providers like acupuncturists or chiropractors.<\/p>\n\n<p>Upload headshots, set biographies, and specify professional suffixes (all those letters after a doctor's name!) and titles for each provider. Create directories of providers, either in total or per specialty.<\/p>\n\n<p>Adds custom Wordpress Blocks to display your practitioners and specialties wherever you like.<\/p>\n\n<h4>Special integrations with the Avada Theme &amp; Fusion Builder plugin<\/h4>\n\n<p>This plugin adds the \"Provider\" and \"Specialty\" fusion builder elements, with various easy customization settings.<\/p>\n\n<p>Puts professional suffixes and title into the Avada Page Title Bar on single provider pages.<\/p>\n\n<h3>Theming<\/h3>\n\n<p>If you are working on a custom theme and want to make your own layout for providers and specialties pages, I recommend you create the following page templates to add to your theme folder:<\/p>\n\n<ul>\n<li>single-provider.php<\/li>\n<li>taxonomy-specialty.php<\/li>\n<\/ul>\n\n<p>I also notice that commonly, provider name sizes and margins need adjusting. Here's a snippet of css to add to your theme to get you started:<\/p>\n\n<pre><code>h3.provider-title {\n  font-size: 25px;\n  margin: .5rem 0;\n}\n<\/code><\/pre>\n\n<p>Adjust values to taste. :)<\/p>\n\n<h3>Show your appreciation for this plugin<\/h3>\n\n<p>If I've helped you, please consider <a href=\"https:\/\/ko-fi.com\/U6U31XPQI\">buying me a slice of pizza to fuel my coding<\/a> .<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the plugin directory to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Add Providers through the new post type, and categorize them into one or more \"Specialties\"<\/li>\n<li>Drop in the \"Provider\" and \"Specialties\" Wordpress blocks onto any page where you need them.<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt id='how%20do%20i%20add%20an%20image%20to%20specialties%3F'><h3>How do I add an image to specialties?<\/h3><\/dt>\n<dd><p>Please install the wonderful (and free) plugin \"<a href=\"https:\/\/wordpress.org\/plugins\/categories-images\/\">Categories Images<\/a>\" by Muhammad El Zahlan to enable images for specialties.<\/p><\/dd>\n<dt id='my%20provider%20pages%20show%20404'><h3>My provider pages show 404<\/h3><\/dt>\n<dd><p>Please visit the Settings &gt; Permalink page in the Wordpress Admin to refresh your permalinks.<\/p><\/dd>\n<dt id='how%20do%20i%20change%20the%20post%20type%20name%20from%20providers%20to%20practitioners%3F'><h3>How do I change the post type name from providers to practitioners?<\/h3><\/dt>\n<dd><p>Go to Settings &gt; Simple Clinic Settings. The settings you need are there. You may need to refresh your permalinks after making changes.<\/p><\/dd>\n<dt id='do%20the%20block%20names%20change%20too%3F'><h3>Do the block names change too?<\/h3><\/dt>\n<dd><p>No, sorry. The blocks will always be called \"Providers\" and \"Specialties\" in the WP admin.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>1.0.3<\/h4>\n\n<p>Tested up to 6.1.1<\/p>\n\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>Updates to escaping some outputs.<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Fix to PHP shorttags usage<\/li>\n<\/ul>\n\n<h4>0.4<\/h4>\n\n<ul>\n<li>Fix to Avada column display of specialties<\/li>\n<li>Fix to displaying taxonomy images in Avada<\/li>\n<li>Allowing the exclusion of specific specialties from Avada blocks<\/li>\n<\/ul>\n\n<h4>0.3<\/h4>\n\n<ul>\n<li>Minor update to get Avada custom blocks working again.<\/li>\n<\/ul>\n\n<h4>0.2<\/h4>\n\n<ul>\n<li>Added \"turn off ordering practitioners by last name\" to plugin settings, so that you can use a custom ordering plugin with Simple Clinic if you prefer.<\/li>\n<li>Swapped out wp_make_content_images_responsive() which was deprecated in 5.5 for the new function wp_image_add_srcset_and_sizes()<\/li>\n<\/ul>\n\n<h4>0.1<\/h4>\n\n<ul>\n<li>Plugin first released.<\/li>\n<\/ul>","raw_excerpt":"Adds providers \/ specialties and custom blocks. Easily create a website for a medical office with many different types of care under one roof.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/125104","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=125104"}],"author":[{"embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/pixelovely"}],"wp:attachment":[{"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=125104"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=125104"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=125104"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=125104"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=125104"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/azb.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=125104"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}