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.

837 comments found.

What does this mean and how do I fix this?

Notice: Undefined index: bounce in /home4/physicy8/public_html/wp-content/mu-plugins/sso.php on line 30

Warning: Cannot modify header information – headers already sent by (output started at /home4/physicy8/public_html/wp-content/mu-plugins/sso.php:30) in /home4/physicy8/public_html/wp-includes/pluggable.php on line 1219

Hi,

We are not sure, it seems to come from some third party must use plugin – sso.php and not from the theme. Maybe you can try deactivating third party plugins one by one and see which one causes the problem.

Kind regards,

BoldThemes team

A pre sales question: is possible add more locations on google maps in the down part of the page? if i have 3 locations is possible add 3 pins in the map? Thanks

Hi,

Unfortunately, Bold Builder’s Google Maps element used in Medicare doesn’t have a functionality of adding multiple locations to it.

What you could do instead is to

1. add several maps for different locations 2. add embed map (with multiple locations) to the Text element, or 3. use a third party plugin that has this functionality.

Kind regards,

BoldThemes team

no visual composer??? damn!

Hi,

No, the theme uses our Bold page builder.

Kind regards,

BoldThemes team

Love this theme, bought it over a year ago on behalf of a client. Now they want us to add video, but the Bold Builder doesn’t have that functionality, to even embed YouTube video. Please advise

Hi,

Sure it does :) – Just place text element on the page and click add media once the default WP’s editor shows up – you can place either video from the library or embed YouTube hosted video using standard WP method.

Kind regards,

BoldThemes team

Thank you! can you advise on how to get the timetable, coz we can’t find the page

Hi,

You need to place TimeTable element on the page and choose the desired options in edit form – http://documentation.bold-themes.com/medicare/theme-shortcodes/#time-table

Kind regards,

BoldThemes team

Hi! Is there any other way to import demo data from pediatricclinic.wordpress.2018-04-02.xml file? Eg. by dividing this xml file into smaller chunks? I’ve already upgraded server parameters, but still facing internal errors… I need your help.

Best regards, Jakub

Hi,

Unfortunately there is no way to make separate, partial xml files.

Regarding internal errors – some server environments have script timeout set too low, some have processing power limit set – all these can be causes for Internal Server Error.

In general import process is incremental – meaning that it will take off right where it stopped – so you can repeat it as much times as needed until it finishes. You can open the media library in another tab and refresh it from time to time while the import is running in another tab. The number of items in the library should increase if the import is running properly. Sometimes it takes several dozens of reruns – it really depends on the server settings.

Alternatively, you can leave a private ticket at https://boldthemes.ticksy.com with wp-admin credentials and we will assist you in the process.

Kind regards,

BoldThemes team

Need help with popup maker plugin. I installed the plugin and used that plugin on several themes previously without any issues.

I would like to add the popup maker’s code to a button. So that when someone clicks the button it would open the popup window and i tried the code several ways and it’s giving me all kinds of errors but doesn’t show the popup window.

This is the page http://box2040.temp.domains/~intreps1/newsite/

I would like to add one form in a popup format to the button Book Appointment and a different one to accepting new patients .

If you click the Book Appointment you will see how it’s now working the code. What am I doing wrong. Please help!!! I really need this to work.

what is the CSS name code for your button. I need to incorporate in your button!!! The issue is that I can create a button using their code but is not visually appearing. I want to use the button and add the popup to the theme button. I NEED HELP. I already read that article but I do not know the button code. As you can see on the main page http://box2040.temp.domains/~intreps1/newsite/ we have several buttons: Book your walk-in appointment, accepting new patients, book appointment, contact a pharmacist, call 911

What are the CSS codes for these buttons to make sure that when someone clicks on “Book your walk-in appointment” button then the popup opens up. Where do I find the specific button_ids???

Hi,

You can define specific class easily by adding class name to Extra Class Name(s) field of the button (for example myButton1) and then reference that button using

.myButton1

css selector. Do that with all the buttons you would like to attach a popup to (use different classes of course).

Kind regards,

BoldThemes team

OK I figured this out.

Hi, I need some advice with theme.

1 – Customer asked for a biggest logo. I’ve added a biggest logo after copying some css from this support. Logo is fine in desktop version, but search and social are not vertically aligned correctly and in mobile version logo goes under the hamburger menu.

2 – how do I change the menu items to bold?

thanks

email sent. thank you.

Hi,

Thanks, we have escalated the issue to our developers and we will get back to you as soon as they figure out what is happening – most likely tomorrow EOB.

Kind regards,

BoldThemes team

great! thank you very much.

Theme looks attractive and before buying want to clarify: 1. How do I change the color of menu items when I hover without affecting other colors? 2. How to evenly distribute the menu across the width of the window? Thank you!

Thank you! Can I get the code needed to change the color when hovering over menu items only?

Hi,

If you want to change just the color of the text, please use:

.menuPort nav ul li a:hover {
    color: #ff0000 !important;
}

If you want to change the line which indicates the current menu item as well, please add this as well:

.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor > a, .btMenuHorizontal .menuPort nav > ul > li.current-menu-item > a {
    -webkit-box-shadow: 0 -3px 0 0 #ff0000 inset;
    box-shadow: 0 -3px 0 0 #ff0000 inset;
}

Change the color codes accordingly

Kind regards,

BoldThemes team

Thank you! Thank you very much indeed!

Hi, this is a pre-sales question. I would like to purchase this theme but there is ONE problem in that your main menu is not keyboard accessible (as you tab through the menu, the sub-menus don’t appear). This is important to me (basic accessibility) all the time but especially for medical use. Is there any way you could update this so that people who are unable to use a keyboard can access this menu? Thank you.

Hi,

Thanks for heads up related to menu accessibility. Unfortunately we are not able to add keyboard support to theme’s menu in near future.

Kind regards,

BoldThemes team

Hi, I need a little help. I want to do some changes under a section 3 (Medicare – Clinic theme). I want to change a current style of an image on hover (mouseover) (I want to have an effect of background scale). I’ve added a class to an image but it doesn’t work. Is that anything more I can do?

Hi,

This is the error which comes from WordPress default video player. The problem can be in video encoding – have you tried converting the video to mp4 and place it on the page in that format?

Kind regards,

BoldThemes team

Hi, I did as You have said but it didn’t change color of headers

“Please add to all headers which you have moved upwards Extra Class Name – whiteHeader and then add the following statements to Custom CSS fields of Appearance > Customize > General Settings panel

.whiteHeader .btSuperTitle, .whiteHeader .headline { color: #ffffff; } “

Hi,

Currently your custom css has following code:

.tlo {background: rgba(9, 171, 169, 0.6); .whiteHeader .btSuperTitle, .whiteHeader .headline { color: #ffffff !important; }

This is not valid, you are missing one } before .whiteHeader . It should be:

.tlo {background: rgba(9, 171, 169, 0.6);} .whiteHeader .btSuperTitle, .whiteHeader .headline { color: #ffffff !important; }

Kind regards,

BoldThemes team

how can i create carousel with custom contents?

Hi,

Can you please explain us in a little bit more detail what you mean by custom contents? Thanks in advance.

Kind regards,

BoldThemes team

I can’t find a way to add that API Key for Google Maps…where can I do so? I tried to do it in Plugin Editor and search for it in medicare.php…however, there are no lines of code with an API Key..so I can not overwrite the info.

In the Builder as well, I can’t find a field where I can input that API Key.

Hi,

Please refer to online documentation related to Google Maps element – http://documentation.bold-themes.com/medicare/theme-shortcodes/#google-maps When you edit this element you should be able to view API key field where you can paste the value.

Kind regards,

BoldThemes team

hi, pre-sale question: does the theme comes with PSDs included? thanks.

Hi,

Medicare does not come with psd files included.

Kind regards,

BoldThemes team

ok, thanks

Great theme easy installation, only i would love to know what the home page picture best resolution is?

Hi,

For hero images, you should use 1920px in width. The height depends on the height of the hero section, whether you intend to use parallax etc. For full screen hero sections you should have 16:9 aspect ratio, which translates to 1080px.

Kind regards,

BoldThemes team

Hi,

By default, WordPress text editor does not offer user friendly table editor. Our suggestion is to use third party plugin such as: https://wordpress.org/plugins/tablepress/

Kind regards,

BoldThemes team

Hello, can we change the theme language into Turkish

Hi,

The theme comes with respective .pot files for translation using either poedit or third party plugins such as Loco translate. So yes, you can translate the theme into Turkish.

Kind regards,

BoldThemes team

Turkish language file is not available, I need to translate with poedit do I understand correctly. Dear BoldThemes team.

Hi,

Yes that is right, you have to translate using poedit.

Kind regards,

BoldThemes team

why we cant choose the color of our header text, im desapointed, so issue in your template like border, background color ..

Hi,

By default, headers are colored in accent color chosen in Customizer. This way, we make sure that design elements throughout the site are consistent. If you want to color your header your own way, the easiest way is to add a custom class to Custom CSS field of Appearance > Customize > General Settings, for example myHeader:

.myHeader, .myHeader .headline {
    color: #ff0000 !important;
}

And then add myHeader to Extra Class Name field of all headers you want to to be red. This solution is superior in terms of flexibility than assigning color attributes to each header individually, since later on you can change the color in one (Custom CSS) place and it will affect all headers with myHeader class.

Kind regards,

BoldThemes team

Hi, I wanna buy this theme but it will be limited with bold theme codes bundles. Is there a visual composer version? Thanks

Hi,

Thanks for reaching out. Currently there is no Visual Composer Version.

Kind regards,

BoldThemes team

how can i create sub sub menu without any style issue?

Hi,

Can you please tell us in a little bit more detail what type of style issues are you experiencing – a screenshot would be great (please send it to info@bold-themes.com) and the url of the page with the issue?

Thanks in advance.

Kind regards,

BoldThemes team

IT’s really annoying that I can’t change the text size in the text sections. For example I edit the test – that should be the html and it rips off all the custom html elements I want to add. If I want to increase the font for that specific text element I can’t … or is a way around. I really need to be able to customize specific elements and html codes should not be ripped off.

HELP

I was able to increase the font but for the love of my life I can’t add the

or   it will just remove it. This is the worst text element I ever had to deal with. Just annoying as it can be

Here is the link http://box2040.temp.domains/~intreps1/newsite/physiotherapy/ before the bulleted lists I would like to have a space line, just a simple space and can’t make it happen. It pisses me off so much when I spend precious time with something that should just work.

Hi,

Currently you have added the following style to ul elements:

style="font-size: 16px;" 

why don’t you change it to:

style="font-size: 16px; margin-top:20px;" 

it should do the trick

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