799 comments found.
Nice theme! can you please tell me the max_execution_time required to install this theme or Recommended PHP Configuration Limits for this theme.?
Hi,
there is not really a theme-specific PHP config, just default WordPress one: https://wordpress.org/about/requirements/
Lubos
Hello, I am thinking of buying this template but first I would like to know if the colors of the header__inner can be edited, I would like to do a similar gradient with the colors of my spa, is it possible?
Hi,
you can pick the accent colors and generate the whole color scheme rather easily, however if you want to change colors ONLY in the header, that would require some custom CSS. That said, if you want to change just the background gradient, I can help you with that of course.
Lubos
Hello, my friend. How are you doing? Can you tell me if there is an option to remove the sidebar via the console?
https://i.imgur.com/6geGjQw.jpgThanks
Hi,
you mean via the CSS? You can try this:
#wrapper { padding: 0; } #header { display: none; }
Lubos
Thanks, this code works, but how to remove the sidebar for individual pages and not all pages? Thanks.
Use the object inspector to check out the unique class on body tag and use it to prefix those CSS codes.
Hi,
I just finished installing and activating this theme and now I get this message on top “Your website is in Coming Soon mode “
Hi,
I do not se that message anymore so I assume you’ve already solved it?
Lubos
Yes, Thank you. But I can’t figure out how to make price table under services to show: https://0mc.0ce.myftpupload.com/services/hairdressing/
I can’t enter the license and install demo content. I need help
Hello! After installation of the theme I always get this error when setting static home page in customizer. Deleting of cookies doesnt help. Also setting other php version to 8.1 or 8.0 instead of 8.2 doesnt help. I also tried disabling all plugins. Thank you! Error: Redirection error ERR_TOO_MANY_REDIRECTS An error occurred while connecting to mydomain This problem can sometimes occur when cookies are disabled or refused.
I got it working, the problem was an “umlaut”, a mutated vowel in the domain. The site domain needs the puny-coded domain name in settings. Thanks anyway. This site helped me: https://www.webundso.ch/wordpress-umlautdomains/
Hi,
glad you’ve sorted it out!
Lubos
Hi
This theme seems to be incompatible with PHP version 8.0.
Can we please get some assistance? We have tried updating the theme but the website already has the latest files installed.
Kind Regards Kyle
Hi,
I am not aware of any compatibility issues with PHP 8. What kind of issues are you experiencing?
Lubos
When we switch to PHP 8.0 we get the following errors:
Fatal error: Uncaught ArgumentCountError: Too few arguments to function WP_Widget::_construct(), 0 passed in /usr/www/users/leaveyfbyf/wp-includes/class-wp-widget-factory.php on line 61 and at least 2 expected in /usr/www/users/leaveyfbyf/wp-includes/class-wp-widget.php:162 Stack trace: #0 /usr/www/users/leaveyfbyf/wp-includes/class-wp-widget-factory.php(61): WP_Widget->__construct() #1 /usr/www/users/leaveyfbyf/wp-includes/widgets.php(115): WP_Widget_Factory->register(‘Lsvr_Mailchimp...’) #2 /usr/www/users/leaveyfbyf/wp-content/plugins/lsvr-toolkit-beautyspot/lsvr-widgets.php(13): register_widget(‘Lsvr_Mailchimp_…’) #3 /usr/www/users/leaveyfbyf/wp-includes/class-wp-hook.php(307): lsvr_custom_widgets(’’) #4 /usr/www/users/leaveyfbyf/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array) #5 /usr/www/users/leaveyfbyf/wp-includes/plugin.php(476): WP_Hook->do_action(Array) #6 /usr/www/users/leaveyfbyf/wp-includes/widgets.php(1854): do_action(‘widgets_init’) #7 /usr/www/users/leaveyfbyf/wp-includes/class-wp-hook.php(307): wp_widgets_init(’’) #8 /usr/www/users/leaveyfbyf/wp-includes/class-wp-hook.php(331): WP_Hook->apply_filters(NULL, Array) #9 /usr/www/users/leaveyfbyf/wp-includes/plugin.php(476): WP_Hook->do_action(Array) #10 /usr/www/users/leaveyfbyf/wp-settings.php(598): do_action(‘init’) #11 /usr/www/users/leaveyfbyf/wp-config.php(90): require_once(’/usr/www/users/...’) #12 /usr/www/users/leaveyfbyf/wp-load.php(50): require_once(’/usr/www/users/...’) #13 /usr/www/users/leaveyfbyf/wp-blog-header.php(13): require_once(’/usr/www/users/...’) #14 /usr/www/users/leaveyfbyf/index.php(17): require(’/usr/www/users/...’) #15 {main} thrown in /usr/www/users/leaveyfbyf/wp-includes/class-wp-widget.php on line 162
Are you using the latest version of the theme (3.5.6)?
Hi. The error is caused from whether I am using theme version 2.0.5 or 3.5.6, I have tried both.
There is a reference to “Lsvr_Mailchimp_” widget, but that widget is no longer present in the latest version. When running the latest version, you can deactivate and remove all LSVR plugins and then follow the prompt to install them again, which will install latest versions.
Hi. Sorry for late reply.
So I did this and the error has gone away but there seems to issues still.
On the pages, the elements are not coming in and its just bombing the code on the page, for example the lsvr_carousel doesnt display and is just outputting the code like this:
image_rounded=”yes” inview_anim=”none” image=”500″ image_size=”medium” title=”Spa Packages” link=”services/spa-packages”]/lsvr_service/lsvr_service/lsvr_service/lsvr_service/lsvr_service[lsvr_divider whitespace_size=”m-medium” transparent=”yes” inview_anim=”none”]
The second issue is where are the “Theme Options” that were previously in the left hand menu of the wordpress dashboard? Has it moved to somewhere else in the new theme?
Thanks for the help.
It seems like you are using the old elements which no longer exist in the new version of the theme. As for the Theme Options, you can find it under Appearance / Customize. If you’ve updated from the v2 or older then please make sure to read through the documentation to catch up with the all the new features: http://docs.lsvr.sk/beautyspot.wp/
Hi
Would you be willing to help moving a site from them version 2.5 to the newest 3.*?
I already created a dev environment, installed all and upgraded to php8.1 The problem is the css of old vs new site
Hi,
I am sorry, but I am not available for custom work, however feel free to share your URL and I can at least take a look at it and maybe give you some hints.
Lubos.
Thanks! The site is https://devmenew.thaispa.bg/ and https://thaispa.bg The new one is on php 8.1 old is on php 7.4 if that matters
You have lots of custom CSS in style.css file. First, any code like that should be in style.css of the child theme, not the parent theme. Second, I assume lot of this code won’t work with the latest version of the theme since it was made with the older version. So my advice would be to move it all to child theme, remove/comment it and keep only the one which you need and which works with the new version of the theme.
Generally, this is work for someone very skilled in the CSS, so your best be would be to hire a developer, for example at studio.envato.com.
Dear Team,... Why does your template cause problems with the menu on the iphone and the small ipad? It doesn’t go all the way to the edge and you can’t select the menu.
Look here: www.zauberer-saarland.com
Thank you for your help
The problem is not only the menu but also the FAQ does not work. www.zauberer-saarland.com
All pop things.
Please help
Now that I’ve tested everything, your LSVR Framework plugin is what is causing the problem! Please fix it quickly. My customers can’t do anything like that.
Yes I did.
Are you using PHP 7 or 8?
Yes
7.3 or 8.0
8.0
Ok, I guess I know what the issue is, will release an update soon, meanwhile, open wp-content/plugins/lsvr-services/inc/core-functions.php file (you can open it via admin under Plugins / Editor) and replace line 334 with this:
return implode( ' ', $item_class_arr );
are you sure? line 334 is just a ” } “
If I do that, nothing works anymore! I think a lot of people are having this problem now. }
return implode(
look at it
You obviously did something wrong. Just change it back. Try to deactivate and remove the LSVR Services plugin, it will prompt you to install the one bundled with the theme. Then open the file I’ve mentioned above and search for the “implode” string. There will be only one line with this string, change the whole line to:
return implode( ' ', $item_class_arr );
Or, remove the LSVR Services widget from the sidebar and wait for an update.
I have done. So first deactivated, reinstalled, activated! Then the Core.functions.php loaded but there is no LINE with “implode” ??
That’s weird. In that case just remove the LSVR Services widget from the sidebar and see if it will fix the issue.
Nope same problem. look at it. and then the page looks too blank.
You still have services widget in the footer widgets area – “Angebote”
There was also an LSVR widget in the footer! now it’s working. When are you doing the update? Would love to put the sidebar back in?
Will do my best to have it within 24 hours.
No problem! Have a nice day and thanks
do you theme support php 8 or 8.1 ?? i hope so
Hi,
it works fine with PHP 8. Haven’t tested with 8.1, but I am not aware of any issues.
Lubos
I want to sort the elements in the services section as I want
https://gunelguzellik.com/Hi,
you can use Intuitive Custom Post Order plugin for that https://wordpress.org/plugins/intuitive-custom-post-order/
Lubos
Hello, Website www.orakeibeauty.co.nz. Service pages are all broken, not sure what has caused it, wasn’t after any updates. Have tried updating theme, plugins, PHP, etc to no avail. Please advise what might be happening.
Thank you,
Hi,
please check your standard pages in admin. It seems you have a standard pages for all your treatments, including the Treatments main page, but at the same time you are using built-in Services post type which you are also redirecting to /treatments URL and that creates a conflict. If you are not using those old treatments pages, then remove them and use only Service posts for that.
Lubos
Hi, I’m happy to buy your theme, just installed in wordpress but now, please can you tell me the last steps to install the complete web page, I mean with the photos, icons, ... everythings we can see on the demo? I’m sorry at the moment I can’t spend other 50€ to pay you for installation. This web site is for my daugther, she,ll be tomorrow 18 year old and I don’t have moore money to spend. I hope you can help me, My license is: 8f95a8f4-5b26-4d0c-9cc1-38725d81e7f9 – 4 Sep 2021 Thank you very much…I hope you can help me. Best regards!
Hi,
please follow the documentation on how to import the demo content, however please note that demo images are not included for copyright reasons. http://docs.lsvr.sk/beautyspot.wp/#demo-import
Lubos
Hello Lubos,
do you have update for appointment page, that customer must pay before the booking accepted.
thank you
Hi,
I am sorry, but something like that has to be custom coded.
Lubos
Looking to make the white box on the LSVR slider be transparent about 50%?—I can only see in help how to remove it.
Also, what is the CSS to change the SUB text on the LSVR slider?
Hi,
here is the CSS to make the box partially transparent:
.lsvr_slide-list__item-content-inner:before, .lsvr_slide-list__item-content-inner { background-color: rgba( 255, 255, 255, 0.5 ); }
You can change the styling of subtitle with this CSS:
.lsvr_slide-list__item-text { color: #FF0000; }
Lubos
hello, what software can i use to extend the appointment form. I want to avoid double appointments.
Hi,
you need to custom code any additional functionality. If you are not a web developer, you will need to hire one.
Lubos
Can i sell products in this theme?
I have installed woo commerce it did hide my bottom make appointment button and changed alot of settings
Hi,
the Woocommerce should work fine. Please make sure you are using the latest version of the theme.
Please note that your support is expired. You can renew it under your ThemeForest account / Downloads if you need additional assistance. Thank you.
Lubos
i mean how to set the Button on the home page…look like the pic…and i can change the word…and how to change the background, and set the address on the home page
Hi,
please check out the Quick Overview in the documentation: http://docs.lsvr.sk/beautyspot.wp/#quick-overview
But make sure to read the whole documentation as well.
Lubos
how to delete” BeautySpot – WordPress Theme for Beauty Salons” of the each page
i see the doc ,Foter Menu can be managed under Appearance / Menus. Create a new menu and set its location to Footer Menu. but can”t change
There’s a typo in the documentation. You can edit that under Appearance / Customize / Footer.
In services pages, how can I can translate in french “More Info” ?
Hi,
please read the documentation on how to translate the theme: http://docs.lsvr.sk/beautyspot.wp/#translation
Lubos
Hi, I have 2 problems. First one : I loose the sidebar that was in right with the services list. In “Custom Sidebars”, I deleted the the “Services”, and I clicked on “Add Sidebar”. The new id is now “Custom Sidebar 5”. But how can I replace it on my services pages like : “OUR SERVICES” + icon list
Second one : In the services sidebar, I would like to rename “our services” in “Nos prestations”.
Hi,
1.) just change it to the new one under Appearance / Customize / Services
2.) you can edit the widget under Appearance / Widgets
Lubos
Okay, thank you !