Forum Replies Created
-
AuthorPosts
-
March 19, 2023 at 11:10 pm in reply to: Remove images from header and no image found from recent posts #188939
Psink
Keymaster@PETERPAPAS76, there is an option to enable or disable banner image inside Customizer >> Theme Options
Please follow the screen record
https://www.awesomescreenshot.com/video/15746836?key=05495817097801e22ed5d955b61accf7Psink
KeymasterIt’s should work. Can you please share your site URL and if possible the dashboard login?
we will inspect and let you knowPsink
KeymasterGo to Customizer >> Theme Options >> Footer Options
There you will get Copyright Text options to change the footer text
Psink
KeymasterDon’t worry it’s just a warning it won’t create any issues on the site
Could you please send the screenshot of the warnings? We will inspect and clear warnings in a future update
Psink
KeymasterCan you please share your site URL?
March 13, 2023 at 11:30 pm in reply to: Icons not working and Booking Button not opening Booking tab #188860Psink
KeymasterHello,
I have visited your site. The booking button is working well
as you can see the screen record
https://www.awesomescreenshot.com/video/15573130?key=ea2812c32daeb2e50339cdade9860fb8I thought you had managed to fix the issue. As you have mentioned I am not logged in to your site and the booking button is working on my side
It’s strange how it is working on your side
could you please verify this on other devices? May be due to a cache it is not working on your browser
Psink
Keymaster@VANANKIN, can you please share some of the reference screenshots? I’m not clear what is the actual issue
March 10, 2023 at 6:50 am in reply to: Cover Image on Tablet & Mobile Viewports not Responsive #188820Psink
KeymasterYou can add this CSS in the Additional CSS.
here is the Code
.wp-block-section.header-media{
min-height: 1280px !important;
}@media screen and (max-width: 1040px) {
.wp-block-section.header-media{
min-height: 510px !important;
}
}@media screen and (max-width: 767px) {
.wp-block-section.header-media{
min-height: 510px !important;
}
}@media screen and (max-width: 567px) {
.wp-block-section.header-media{
min-height: 360px !important;
}
}You will find Additional CSS inside Appearance >> Customizer >> Additional CSS
Add the CODE there and published the site
March 9, 2023 at 10:49 pm in reply to: Cover Image on Tablet & Mobile Viewports not Responsive #188815Psink
KeymasterI guess we have to add extra CSS code to solve this issue. I am not sure the pro theme gives flexibility for this.
But no worries we will help you to fix that issue.
Can you please share the reference screenshot of that cover image?-
This reply was modified 2 years, 6 months ago by
Psink.
March 8, 2023 at 10:53 pm in reply to: Reduce or stop the extra media images generated during upload #188808Psink
KeymasterIt is necessary to have different image sizes because a single image size cannot be adjusted to display as a thumbnail, medium size, and large image. Three images are created by WordPress default option and others are generated by theme. we need to display different image sizes in different places that’s why it’s required and cannot be optional.
If you set WordPress created media sizes to 0, your future gallery display may not work properly. I don’t recommend you to do that as it may cause problems in the future.
If you want to do it anyway this article may help you
https://perishablepress.com/disable-wordpress-generated-images/Psink
Keymaster@MENYAK-TULKU, Can you please share your site URL?
-
This reply was modified 2 years, 6 months ago by
Psink.
March 7, 2023 at 3:26 am in reply to: How can I Unlicensed form current domain and move the license to new domain #188785Psink
Keymasterhello zeditech,
There is two way to do that.
First Way:
1. First log in to your current domain admin and to go “Appearance => Theme License” and in License Action click on the “Deactivate License” button.
2. Log in to your New domain and then go to “Appearance => Theme License” and add the license key there.Second Way:
1. Log in to My account on our site at https://themepalace.com/my-account/ and then click on “View Licenses”, after that click on “Manage Sites” and finally click on “Deactivate Site”.
2. Log in to your New domain and then go to “Appearance => Theme License” and add the license key there.Psink
Keymasteryou can add this CSS in Customizer >> Additional CSS
.woocommerce-loop-category__title mark{
display: none;
}Psink
KeymasterYou can add this CSS in the Customizer >> Additional CSS
.home #page-site-header .page-header{
display: none;
}Psink
KeymasterSorry to know that, Can you please elaborate in more detail so that we could help to build your site
-
This reply was modified 2 years, 6 months ago by
-
AuthorPosts