Discussion on Medicare - Doctor, Medical & Healthcare WordPress Theme

Discussion on Medicare - Doctor, Medical & Healthcare WordPress Theme

Cart 7,950 sales
Well Documented

BoldThemes supports this item

Supported

This author's response time can be up to 1 business day.

836 comments found.

When I import the demos, the images in the demo don’t get imported. Tried multiple times but the result is same.

Hi,

Thanks for the purchase.

Does the demo import finish or it stops with the error reported? Are there any images in your Media library after the import?

On some hosting environments you can experience some issues which are related to user rights, server settings, cpu and memory dedicated to your hosting account or the versions of the libraries installed etc…

If the image posts exist in the Media Library, but the images are not there (the placeholders are empty), please inspect the php error log on your server and check if you can pinpoint the issue there.

Kind regards,

BoldThemes team

1. The demo import finishes successfully with no error 2. There are only 5-6 images imported in the Media library

Hi, please submit a ticket here with included site URL and WP admin credentials so that our support team can take a closer look at this: https://boldthemes.ticksy.com/

how i can change the header title / message / background image on product and shop page? Thank you in advance

Hi,

Thanks for the purchase.

Please refer to the following article on how to change these properties on single product page: https://boldthemes.ticksy.com/article/7243/

Once you identify the Settings Page for your single products, as explained in the article, use the following article to change the desired properties of that page: https://boldthemes.ticksy.com/article/9372/

Related to shop archive pages, you should edit the page defined in the WooCommerce as the Shop page (WooCommerce > Settings > Products panel) and edit its properties the same way: https://boldthemes.ticksy.com/article/9372/

Should you need additional assistance in the process, please submit a ticket at our support site – https://boldthemes.ticksy.com/ and our support team will be glad to assist you.

Kind regards,

BoldThemes team

Hello, Booking Management is probably the biggest request I get from doctors. I understand that right now your booking are basically CF7 but is there any Booking Management Plugin would you recommend that will work well on your theme?

Hi,

Thanks for contacting us.

We do not have a specific booking plugin recommendation – it really depends on the functionality you need. Most of the plugins in the market will work with the theme without problems (none of the users reported an issue with any of the plugins available).

Kind regards,

BoldThemes team

Hi, my Archives Widget on sideber not working. When i set it to Show as drop-menu it is not working but when i disable the drop-down it is working.

here is the link to the blog http://nspnz.cekuj.net/aktuality/

You can see first not working but second works.

Thank you

on your demo page http://medicare.bold-themes.com/clinic/blog/ it is not working as well.

Hi,

You can edit /js/misc.js file and replace the following code (starting from line 195):

$( document ).ready(function() {

        var dropdown = $( 'select.fancified' );
        dropdown.each(function( index ) {
            function onCatChange() {
                if ( $( this )[0].options[ $( this )[0].selectedIndex ].value > 0 ) {
                    $( this ).closest( 'form' )[0].submit();
                }
            }
            $( this )[0].onchange = onCatChange;
        });

with

$( document ).ready(function() {

        var dropdown = $( 'select.fancified' );
        dropdown.each(function( index ) {
            function onCatChange() {
                if ( $( this )[0].options[ $( this )[0].selectedIndex ].value > 0  ) {
                    $( this ).closest( 'form' )[0].submit();
                }
            }
            function onSelectChange() {
                if ( $( this )[0].options[ $( this )[0].selectedIndex ].value !== '' ) {
                document.location.href = $( this )[0].options[ $( this )[0].selectedIndex ].value
                }
            }

            if($( this )[0].name  == 'archive-dropdown'){
                $( this )[0].onchange = onSelectChange;
            } else {
                $( this )[0].onchange = onCatChange;
            }
        });

This will be part of the next theme update.

Kind regards,

BoldThemes team

Nice :) thank you.

Hi,

In order to create the menu like on the referenced demo, go to Appearance > Customize > Header & Footer and set the following settings:

1. Menu Type – Horizontal right

2. Check Boxed Menu

3. Check Context Below Menu

4. Uncheck Show Top Widgets in Menu Area

Add desired widgets on Appearance > Widgets, Header Left Widgets area and Header Right Widgets area.

Should you need additional assistance, please submit a ticket at our support site – https://boldthemes.ticksy.com/ and our support team will be glad to help you.

Kind regards,

BoldThemes team

The read more code <!-more-> in TEXT is not working. It is not supported in theme or is there a workaround or other way to hide long single site? Don’t want to make one site from two parts …

Thank you.

I am just making single sites for all our departments and as description i use Column > Header and Text element. And the text element is too long as i added long description.

I want to use in the Text element the tag more to shorten the text and the user can decide to read more of the description.

And when i add the more tag it does nothing.

When i cant make it to work i need to make for one department two sites and link it via button.

Hi,

There is no support for read more in text page element. On the other hand, you can probably achieve the desired functionality by using a third party plugin such as https://wordpress.org/plugins/read-more-without-refresh/

Kind regards,

BoldThemes team

Thank you, appreciate your help.

Hello, I wanted to integrate the acceptance box in the contact form. However, the box and the text are not in one line. Can you please help?

Hi,

Can you please send us the url of the form with the acceptance box?

Thanks in advance.

Kind regards,

BoldThemes team

Hi,

thank you for the help.

I added cutom css code to the span:

form.wpcf7-form p .suhlas-osobne-udaje span .wpcf7-list-item-label{display:inline-block;}

suhlas-osobne-udaje – name of the acceptance

and margin to the checkbox with custom id:

suhlas-os-udaje{margin-right: 10px;}

and it seems to work.

url: http://nspnz.cekuj.net/kontakt/

Great, thanks for letting us know

Hi, you have to choose from 1 of the 15 demo right when purchase medicare? Im interested in a dental demo http://medicare.bold-themes.com/dentist# but I see no example of the booking appointment when clicking on book visit. Is it a free plugin in and how does it work? Kind regards, Robert

Hi,

Thanks for contacting us.

Yes that is correct, once you install the theme you can install one of the 15 available demo sites to start from.

Naturally, you can use other available elements from other demo sites and combine them freely.

Related to booking – the theme does not feature booking plugin which will allow you full booking management. As is, booking on demo sites is achieved by using CF7 forms with no deeper loginc in behind. Of course, you can always integrate the third party booking plugin on top of the theme for fully featured booking management.

Kind regards,

BoldThemes team

​Hello,

it is possible to make text in Icon and images holder – Service – Headline url clickable​​?

Thank you.

Hi,

The easiest way is to add the following to Appearance > Customize > General Settings > Custom JS:

jQuery(function() {
jQuery(".myService").each(function(){

    var myurl = jQuery(this).find(".sIcon a").attr("href");

    jQuery( this ).find(".sTxt .headline").wrapInner( "<a href="" + myurl + ""></a>");

});
});

Once you do that, each service element with the Extra Class Name myService (Custom Tab of service element edit dialog) will be affected and the headline will get the same link as the icon.

Kind regards,

BoldThemes team

Thank you sir it works! Just one correction :

in this line
jQuery( this ).find(".sTxt .headline").wrapInner( "<a href="" myurl=""></a>");

remove in ”” + myurl + ”” like this ” + myurl + “

jQuery( this ).find(".sTxt .headline").wrapInner( "<a href=" + myurl + "></a>");

i have an issue with time table set up “Timetable error – there’s one event without time definied. Please go to Dashboard – Timetable and check if all the events have the time properly set.”. i already import the demo data in dashboard – timetable.

Hi,

Thanks for the purchase.

Can you please submit a ticket at our support site – https://boldthemes.ticksy.com/ and leave the site url and wp-admin credentials so our support team can take a closer look at the issue?

Thanks a lot in advance.

Kind regards,

BoldThemes team

is your template compatible with elementor?

Thank you for the quick response. I understand your theme is build with bold page builder. However, for new pages and content i like to use elemntor, will elemntor as plugin is able to run ? in most themes elementor works but i had some occasion where elemntor not able to load for some reasons.

I like the theme and i will keep main pages on bold builder but for new pages i wan to use elementor.

Hi,

You should be able to do so, the elementor should work in the backend without issues.

Anyhow if you are willing to give it a try, and it turns out that you encounter some problems, please feel free to let us know – we offer money back guarantee adn we will refund you.

Kind regards,

BoldThemes team

Thank you for the reply. I have sent you private message for further help.

hello guys just update Theme and plugins and On front end i read the following message: Notice: wp_add_inline_script è stato richiamato in maniera scorretta. Non passare i <script> tag a wp_add_inline_script(). Leggi Debugging in WordPress per maggiori informazioni. (Questo messaggio è stato aggiunto nella versione 4.5.0.) in /home/mhd-01/www.centrobionomia.it/htdocs/wp-includes/functions.php on line 4778 could you help me pls

Update: i’ve disabled the debug mode and the errore message is gone on front end, but i though it still there on backend, can i ignore it? or it’s something important to fix?

Hi,

You can safely ignore the message – it is a notice and will not influence the functionality of the site.

Kind regards,

BoldThemes team

Hi, i have a couple of questions. 1. Can i disable or completely remove woocommerce? 2. How much does it cost to get support and updates after 1 year? 3. Can i add another free page builder to this theme without breaking it? 4. The demos you show will it look exactly the same when i buy and install or do i need to do some customization? 5. Can i see a speedcheck of a demo without woocommerce and any unnecessary plugin(or a link to that demo)?Sorry for all the questions. I am interested

Hi,

Thanks for contacting us. Please find the answers below:

1. Yes you can completely remove WooCommerce

2. Please refer to the following article for all support related info – https://help.market.envato.com/hc/en-us/articles/207886473-Extending-and-Renewing-Item-Support . You are entitled to updates as long as the theme exists – there is no fee after first year for theme updates.

3. The theme can be used only with provided Bold Builder (it is free), it is not compatible with other page builders.

4. Yes, they will look exactly the same once you import them.

5. We do not have a clean demo speedcheck to show.

Kind regards,

BoldThemes team

good greeting I would like to thank the staff for the wonderful template But I have a question how can I modify the section shown in the picture

https://ibb.co/L66P0L9

Hi,

If you take a look at Appearance > Customize > Header & Footer, at the bottom, there are two fields – one is Custom Footer Text and the other is Footer Page Slug

Custom Footer Text together with the Footer menu (Appearance > Menus) are shown at the darker bar at the bottom.

On the other hand – the content of the section on lighter blue can be edited on the page with the slug entered as Footer Page Slug.

So find the page with the slug from Footer Page Slug and you can edit the content there.

Kind regards,

BoldThemes team

The theme is nice, but it have major problems in speed. firstly I thought it is due to my modifications and articles, so I started to set up the theme a lone and try its speed by GTmetrix, google insight, and others. the problem did not resolved. I tried wp rocket, but no major difference. please solve that problem or refund me. I am very disappointed by losing a whole month trying to fix this speed issue.

Hi,

We have just approved your refund request.

All the best.

Kind regards,

BoldThemes team

Hi, I bought the theme in 2016 and would like to edit the google maps but cannot find where to do this. Also I would like to add the Google API Key. Where can I do this? The theme was not updated since 2016. I already read this: https://boldthemes.ticksy.com/article/8049/ but I do not find the answer. Thank you, Eva-Judit

Hi,

First you need to update the theme to the latest version. There is no way to add Google API Key if you are using the theme version older than mid 2018.

Once you update the theme to the latest version, all the packaged plugins and Bold Builder, you will get the option to add Google API Key.

Kind regards,

BoldThemes team

Hi, maybe I’m stupid, but how do I load the templates for the pages? I can’t find the right settings for this. I only see the main en child theme, within WordPress I see no options to choose between a right design.

Hi,

Thanks for the purchase and thanks for contacting us.

Please refer to the theme documentation (section getting started) for the steps on how to import demo content: http://documentation.bold-themes.com/medicare/getting-started/#installing-demo-content

Should you need additional help in the process, please submit a ticket at our support site – http://boldthemes.ticksy.com/ and our support team will be glad to help you.

Thanks in advance.

Kind regards,

BoldThemes team

PRE SALES QUESTIONS: 1) Hi! Does this theme allow to record the patient’s medical history? 2) Can this theme handle independent calendars for 13 doctors? 3) Can we store every medical consultation´s description with this theme?

Hi,

Thanks for contacting us.

Unfortunately, the answer to all three questions is no, the functionality is not available without some third party plugin.

Kind regards,

BoldThemes team

Muchas gracias, usamos esta plantilla y nos fue muy bien para marketing en médico en nuestra agencia de marketing digital en Colombia

Great design please consider to build it with elementor to make it easy to customize and attract more users good luck!

Hi,

Thanks and thanks for the suggestion.

Kind regards,

BoldThemes team

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve ThemeForest.

Sure, take me to the survey