Discussion on Physio - Physical Therapy & Physiotherapy WP Theme

Discussion on Physio - Physical Therapy & Physiotherapy WP Theme

Cart 4,540 sales
Recently Updated
Well Documented

QreativeThemes supports this item

Supported

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

367 comments found.

Hi just purchased…

Have some issues please:

1) where do I find the ‘one click install’ option >> getting all showing like the demo page, which is supposed to be an option. Allowing ease of having the site that way instantly and then replace with own text and images.

2) All the plugins that I just found out now that need to be used are FREE I may presume!? If not need a refund as can not afford to spend even more as you expect the theme to do what it nees to do without spending further monies which was not mentioned on sales page.

Look forward to a positive response and getting the demo theme setup instantly as promised is possible with one click.

Thanks Arjen

Hi Arjen,

First of all thank you for purchasing the Physio theme.

1. You can find the one click install option via Appearance -> Import Demo Data. Please use importer function after you have installed all required and recommend plugins.

2. All plugins are free or coming bundled with the theme for free. No plugin need to be purchased. Please navigate to Appearance -> Install Plugins to install and activate all plugins.

If you have any support related questions please refer them to our support desk at http://qreativethemes.ticksy.com

Thank you.

I am getting very frustrated trying to find the correctly sized images for the header images on the internal pages. What size images should I use? I also cannot seem to get the image on desktop to populate the same way on mobile. Help!!

I submitted a ticket. I am also concerned about ensuring that my site is HTTPS compliant. Will this be a possible issue with the images that i use? Is there a way to ensure that the site will be HTTPS compliant?

Hi,

I have answered your ticket on our support desk.

The email only sends me back to this page. There is no response. By the way, we have been trying to resize images to the 1400×250 and it is just not working. This is a serious flaw in your theme. There is no easy way to do this. Why does putting an image in the header have to be so hard?? The slider on my homepage is working fine on desktop and on mobile but your header is terrible. There has got to be a fix for this. This is a really important feature for aesthetic. No one else has had this problem?? Please help

Hi “QreativeThemes”,

Could you send me/us a linkt to the booking plugin which comes bundlet with your theme? It would be great to get few more informations about the abillitys in front of the theme purchase.

Best Regards, Robert

Hi Robert,

This is the link to the website of the Booked plugin. The documentation file can be found .

If you have any questions, please let me know.

The documentation file can be found here

Hello, the item support page is not working: https://qreativethemes.ticksy.com/ Please check. BR NS

Hi there,

Thank you for mentioning. The provider of the support desk software has some hosting issues currently and is working on it.

For now, if you have any support questions please get in touch with us through the contact form on our profile page.

Thank you

I just purchse and tried upload theme and getting error

Unpacking the package… Installing the theme… The package could not be installed. The theme is missing the style.css stylesheet. Theme installation failed.

Hi there,

Thank you for purchasing the Physio theme.

Please navigate to the download section on ThemeForest and download the “Installable Files Only” theme package. This file can be uploaded to WordPress.

https://help.market.envato.com/hc/en-us/articles/202821510-Theme-is-missing-the-style-css-stylesheet-error

If you have any questions, please let me know.

Hello, every time I upload images they don’t show and sometimes crashing my site and has my cpu running at 100, looking and other comments there seems to be a problem with images, can you help me out?

Hi there,

Can you try to de-activate the WooCommerce plugin and see if that solve the issue? If the issue remain please refer this to our support desk at http://qreativethemes.ticksy.com with a link and login to the website.

Thank you.

Hi there,

I purchased this theme.

But recently for no apparent reason. The website stopped working. Only showing the logo at the top of page.

In chrome console, I see there’s some 500 error.

In error logs in file, this is the error: PHP Fatal error: Call to undefined function physio_qt_get_the_id() in /home/rawyqdse/public_html/wp-content/themes/physio-qt/header.php on line 116

I also updated everything just in case, but still same error.

Please advise.

Thank you, Imad.

Hi there,

Thank you for the detailed message.

Please refer this to our support desk at http://qreativethemes.ticksy.com and our support will pick this up immediately.

Thank you.

Done. Thank you.

Great. Your ticket has been answered :)

Hello support. Really love the template, however I have a simple question, what are the two fonts that you used in your demo Logo for the template? The top left logo with the Words “Physio Therapy” and the words below it “Physical Therapy Clinic WP” They are visually two different fonts. Thank you

Hi there,

Great to hear you love the Physio theme :)

The fonts in the logo are Nunito and Open Sans

If you have any questions, feel free to ask

Great, thank you for confirming, cheers.

You’re welcome!

Hi,

Using the Booked plugin, I translated every thing into Finnish, it is showing in the string translation as translated but if I make an appointment in the Finnish side, the modal popup appears in English and ones it is field it is correctly redirecting to the Finnish page. Also the email messages have been correctly translated but emails are send in English instead of Finnish. Could you let me know if this is going to be fixed soon? You can check this on http://medivitalclinic.com/fi/varaa-aika/

Great theme by the way! Cheers Daniel

Hi there,

Thank you for the compliment!

I have answered your email :)

Thank you very much, i am confident this can be solved

Pre-purchase question.

My clients wants website to be in two languages. English & Turkish. does this theme support this?

Secondly, when book an appointment, form doesn’t display which doctor to book with. can this be possible.

thanks

Hi there,

First of all thank you for your interest in the theme!

The theme is fully compatible with the plugin WPML to create a multi language website. Also a free alternative plugin named Polylang will do it very well, but I do need to say Polylang is not 100% compatible as WPML is.

By default the appointment calendar schedule an appointment based on day and time only.

The plugin have the option to add custom fields to the booking modal. So you can add a select field with a list of doctors, but these custom fields are global and will be displayed on all days in the booking modal.

If you have any questions, please let me know.

i want to add a photo galley . do u recommend a specific free one to use? i want to show 8 photos in main page – thumbnails photogallery style -

Hi,

The default gallery function does not have any hover effects. If you want a simple darker / lighter hover effect I can provide you a css line which will create this, just let me know.

If you’re looking for some more advanced hover options I recommend to install a gallery plugin which will offer these options.

yea i could try the css with the darker / lighter hover effect . and how i use it :)

thank you

Hi,

Please add one of the following css snippet via Appearance > Customize > Theme Options > Custom CSS:

.gallery-item a { position: relative; display: block; } .gallery-item a::before { position: absolute; content: ""; top: 0; left: 0; right: 0; bottom: 0; background: transparent; z-index: 2; transition: all 100ms ease; }

To have a darker hover effect please also add

.gallery-item:hover a::before { background: rgba(0,0,0,0.2); }

Or if you want to have a lighter hover effect add this one instead:

.gallery-item:hover a::before { background: rgba(255,255,255,0.2); }

Hello!

I have some products and i want to show the recently uploaded to site ( 4 in number ) in the front page. also a “see more” link must appear so that user can go to eshop page. is there a widget for this? how can i do it?

thanks in advance :)

Hi there,

You can show the newest products with the default WooCommerce shortcode. To add the shortcode please use the Visual Editor or Text widget:

[products limit="4" columns="4" orderby="id" order="DESC" visibility="visible"]


To add a “see more” link you can use our theme button shortcode to link the button to the (specific) shop page:

[button href="link-to-shop-here"] See more [/button]


If you have any questions, please let me know :)

yea it worked perfectly. thank you very much!

You’re welcome :)

Hello, Just wondering is there an easy way to update the theme without uninstalling the old theme and reinstalling? I tried doing it that way and it completely messed up my website. How would I update the theme to the current version?

Hi there,

This is possible by installing the ‘Easy Theme and Plugin Upgrades’ plugin or by installing the Envato Market plugin, but that requires a one time setup. Please follow this article to configure the plugin.

If you have any questions, please let me know.

Hello, is there a way to remove the days that do not have any hours on the opening hours widget in the theme.? My client wants like let say they are closed on Tuesday to not show Tuesday if the hours are not listed in that field. Is there any custom css that I can use to remove those days from that widget?

Hi there,

It is possible to target each day with a CSS selector. So let’s take your example. If the company is closed on Tuesday and don’t want to show that day within the opening hours you can add the following via Appearance > Customize > Theme Options > Custom CSS:

.opening-hours ul li:nth-child(2) { display: none; }

Hello: I hope this is an easy question… Where do I add the Analytics code? I am trying to find this in the theme options. I am also looking through your documentation. Thanks

Hi there,

Please install and active this plugin and add the Analytics script under Settings -> AH Google Analytics as follow:

<script>
// replace this line with the Google Analytics script
</script>

If you have any questions, please let me know.

all Services[/button] This button is not working. It is not showning href page. How to fix it?

Hi there,

Please remove the anchor html tag from the href parameter. For example:

[button href=”http://www.yourdomain.com/page”] All Services [/button]

If you have any questions, please let me know.

Hi there. congrats on your work in this template. i really like it and i would like to make some questions before buying it

1) does it have a full licenced woo-commerce plugin that i can use it to sell things via paypal ?

2) will i have the option to “show” some of the products i sell, in the main page?

3) can i have the social media icons on the top bar?

just some simple questions for now.. thanks in advance

You’re welcome!

Hi

is there a way i can change font colour and size in the slider of main page? ( the one with the 4 images sliding )

also, is there a way i can have more than 4 images sliding?

Hi,

You can change the font color of the slider via Appearance > Customize > Theme Options > Slider

To change the slider heading font size please use the following CSS via Appearance > Customize > Theme Options > Custom CSS:

/* Small Heading /
.jumbotron .jumbotron-caption .caption-small-heading { font-size: 15px; }

/ Large Heading */
.jumbotron .jumbotron-caption .caption-heading h1 { font-size: 40px; }

To change add a new slide to the slider please click the blue ‘Add Slide’ at the bottom right corner of the metabox.

For support related questions please refer to our support desk at http://qreativethemes.ticksy.com

Hello, having an issue with the theme. I installed the demo but I notice some elements missing or that wasnt formatted like the demo. One of the issues I’m having now is the font awesome icons are not showing in the section which says “Our Advantages”. I tried everything. It shows in the top header section where it has information about Home, Phone etc. but not at the bottom. Please help.

Hi there,

Please refer this to our support desk at http://qreativethemes.ticksy.com and our support will take a closer look.

Thank you

How do I remove the top header widget (with hours of operation, etc.) from the Shop page?

I mean 404 page, sorry

Hi there,

I have answered your ticket on our support desk :)

Is it possible to have users pay for booking appointments?

Hi there,

Yes this is possible. The appointment plugin has an add-on (which is included) that use WooCommerce to handle the payments.

If you have any questions, feel free to ask.

The calendar won’t show up on the booking page… this is the message that comes up “The widget booked_calendar is not available. Please try locate and install the missing plugin”

I’ve installed all the plugins, both onsite and other. Not sure what to do at this point

Hi there,

Thank you for sending the plugin message. Please delete the widget from the page builder and re-add the ‘Booked Calendar’ widget, that should fix this issue and the calendar will be visible on the booking page.

If you have any questions, please let me know.

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