Forum Replies Created
-
AuthorPosts
-
Psink
KeymasterCan you explain in more detail the issue?
I have visited your site, Twenty Twenty theme is currently active on your site. Download the Travel Ultimate Pro that you have purchased and set active on your site
If you don’t have downloaded the theme yet
download from this link https://themepalace.com/my-account/March 26, 2023 at 11:37 pm in reply to: Trip Package details are not showing in any uploaded trip #189029Psink
Keymaster@SHAURYA806, It Seems there is a conflict with the js file on your site. Could you please share your dashboard login? we will fix the issue and let you know
you can share the login to parshant.themepapalce@gmail.com
March 26, 2023 at 11:30 pm in reply to: Replacing the month & day with an image thumbnail in the Events Sections #189027Psink
Keymaster@WOODSMAN, you will get the code of the Event Section on the file path unveristy-hub >> templates-parts >> home >> news-and-events.php line no. 95, 96, 97
Psink
KeymasterPlease download the theme from below link
https://drive.google.com/file/d/1hxe4hsJaMiOmTEGpW3KbMHkglrOAnECc/view?usp=share_linkPsink
Keymaster@MENYAK-TULKU, the CSS you wrote is incorrect. Here is the correct one
.site-description {
font-size: 25px;
}March 19, 2023 at 11:10 pm in reply to: Remove images from header and no image found from recent posts #188939Psink
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, 7 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/ -
This reply was modified 2 years, 7 months ago by
-
AuthorPosts