Forum Replies Created
-
AuthorPosts
-
Psink
KeymasterHello @YVES, it is not possible to enable sections on individual pages. There is only option to enable on homepage or whole entire site.
If you have any other issues related to the theme, please free to share with us, we will try our best to solve the issue
Psink
KeymasterHello! @JORDENKACHEMAKCOMMUNICATIONS-COM, I guess the issue was in the About section and in Call To Action section. Please add this CSS in the Additional CSS
#call-to-action .featured-image,
#about .featured-image {
width: 58%;
}Go to Customizer >> Appearance >> Additional Css, paste the above CSS there and published the site
After adding the CSS in the theme, Your site looks like this
https://www.awesomescreenshot.com/video/6986973?key=3fe6d208e98eb7fe017e6b78d88f1e5ePsink
KeymasterHello @LYDCOTTGLAMPING, If you have purchased the theme you will get the email with the theme download link in your mail. Please check your email, if you don’t receive any purchased email. Please login to the Themepalace site and go to the My Account tab from the menu there you will get the link to download the theme
Please contact us if you get any issues downloading the theme
Psink
KeymasterActually, the header image works only for the sub-pages. There is no option to show a header image on the homepage. We will add options to enable a header image on the homepage in the next update
Psink
KeymasterPlease add this CSS in the Additional CSS
@media screen and (min-width: 1024px){
.featured-slider article {
padding: 380px 0;
}
}You can adjust the padding value ( form 380 to any number )to adjust the height of the slide
Psink
KeymasterAhh ok, it can be fixed, can you please share the URL site URL? We will check and provide you few lines of CSS code to fix it
January 19, 2022 at 10:53 pm in reply to: How can I remove the padding on my homepage between content & menu #177535Psink
KeymasterCan you please share your site URL? We will check and provide you a few lines of CSS code to fix it
January 16, 2022 at 10:29 pm in reply to: I switched my website from http to https and my icons have changed. #177384Psink
KeymasterAh ok, It’s no problem. Please Try this CSS
.home .fa {
font-family: “FontAwesome” !important;
}After adding you will be able to show the icon on the homepage, as you can see in the screenshot
https://www.awesomescreenshot.com/image/20255431?key=8cf308b390a8c6a62f990847bf06bda5Psink
KeymasterSections can only be used on the front page i.e ( only on the homepage ). It is not possible to use those sections on other pages.
Psink
KeymasterPlease download the demo file from the below link and import it manually
https://drive.google.com/file/d/17AV3jp4eX44AA88e56LnuCrZUGgEjRan/view?usp=sharingPsink
KeymasterI can’t visit the site because the site is under maintenance mode
Psink
KeymasterCan you please share your dashboard login through our contact form? we will check and add the required CSS
here is the link
https://themepalace.com/contact-us/January 15, 2022 at 1:39 am in reply to: I switched my website from http to https and my icons have changed. #177320Psink
KeymasterCan you please share your dashboard login through our contact form? we will check and add the required CSS for the icons
here is the link
https://themepalace.com/contact-us/Psink
Keymasterwe apologize for the late follow-up. Please add this CSS to remove a black portion form the menu
.main-navigation li.home-menu.current-menu-item a::after {
border-top: transparent;
border-left: transparent;
}January 14, 2022 at 7:03 am in reply to: Itinerary Page – Tabs width different to reset of page. #177283Psink
KeymasterWe apologize for the late follow-up. Please add this CSS in the additional CSS
.single-itineraries .wp-travel-tab-wrapper .tab-list.resp-tabs-list .slick-prev,
.single-itineraries .wp-travel-tab-wrapper .tab-list.resp-tabs-list .slick-next {
visibility: visible;
opacity: 1;
top: 33px;
background-color: #000;
}
.wp-travel-tab-wrapper .tab-list.resp-tabs-list .slick-next:before,
.wp-travel-tab-wrapper .tab-list.resp-tabs-list .slick-prev:before {
color: #fff;
}
.single-itineraries .slick-prev:before,
.single-itineraries .slick-next:before {
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}.single-itineraries .wp-travel-tab-wrapper .tab-list.resp-tabs-list {
max-width: 100%;
}-
This reply was modified 3 years, 8 months ago by
Psink.
-
This reply was modified 3 years, 8 months ago by
-
AuthorPosts