Forum Replies Created
-
AuthorPosts
-
Psink
KeymasterRegarding moving logo to top is not possible since theme code is structured in that way we can modify the theme code.
Regarding Slider – Please remove this one code form Additional CSS for now.
.home #featured-slider .cycle-slideshow{
height: 670px !important;
}we will try some thing different CSS, for that we need a temporary login of your site so that we can test CSS code that meet your requirement. You can share a temporary login to prashant.themepalace@gmail.com
Psink
KeymasterHello,
Regarding, header spacing issue in the mobile and the slider please add this CSS to Additional
.home #featured-slider .cycle-slideshow{
height: 670px !important;
}@media only screen and (max-width: 1023px) {
#page {
margin-top: 0px !important;
}
}@media only screen and (max-width: 550px) {
.site-branding {
width: auto !important;
float: left !important;
}
}Let us know if this CSS works for you
Regarding Tiktok icon and using featured images on banner of pages/posts – currently this features is not avialble in theme. We will release the update by including both of features in theme soon
Psink
Keymaster@lxms, In the case if you have recived a receipt for purchased by email you will be able to downlaod the theme from the Account Page. Here is the link https://themepalace.com/my-account/
Let’s us know if you are not able to download the theme from the Account Page
Psink
KeymasterGlad that you manage to fix the issue
Psink
KeymasterRegarding “The header image isn’t showing even though I have added it on the destination.”
-> The theme does not offer the taxonomy image to show as a header imageRather there is the option to set a common header image. Here you can follow the screen record
https://www.awesomescreenshot.com/video/35774607?key=68850d2f85e97e7d0780828ff8b5aaf7Psink
Keymaster@radfactor, Could you please check the option “Sociable Menu Enable”? You will find that option inside Customizer >> Front Page >> Topbar
Seems the options is set to disable. In case the option is enable and still social icon is not showing, Please share us a temporary login to email prashant.themepalace@gmail.com for further investigation
January 19, 2025 at 11:14 pm in reply to: Update from version 1.0.6 to 1.0.9 installs Corpopress Pro #209231Psink
Keymaster@kovaljacentrum-cz, The latest version of Corponess Pro is 1.0.8, you can download the latest version from below link
https://we.tl/t-SQZh8cFaMrPsink
KeymasterHello,
Seems you are looking for hiding the middle field from the search form which is the “Itinerary Type” not activities. The code i have provided before is for hidding the activity for that reason the middle field is not hide by the code. Here is the correct one
add_filter( 'wp_travel_search_filter_input_fields', 'prefix_wp_travel_search_filter_input_fields' ); function prefix_wp_travel_search_filter_input_fields(){ $filter_search = array( 'search' => true, 'trip_type' => false, 'location' => true, 'activity' => false, 'travel_keywords' => false, ); return $filter_search; }
Please add this code to code snippet. Here you can follow the screen record
https://www.awesomescreenshot.com/video/35533332?key=e7f0cbca4b7e31256f05afd7d60222c4-
This reply was modified 1 month ago by
Psink.
Psink
KeymasterApologies for the delayed follow-up.
Seems you have figure out to hide activity from the search form on the homepage.
Just checked your site, curently trip types and location is active on the search form
-
This reply was modified 1 month ago by
Psink.
Psink
KeymasterHello,
Apologies for the delayed follow-up. If you’re looking for the code to change the copyright text, please follow the path below:
education-hub > inc > hook > customp.php
Look for the function education_hub_footer_copyright—you will find the relevant code there.
Let us know if you need any further assistance.
Regards
Psink
KeymasterThank you for bringing the PHP deprecation issue to our attention. We truly appreciate your feedback. We will release an update soon that resolves the deprecation warning and ensures full compatibility with PHP 8.2.
Thank you for your patience, and feel free to reach out if you have any further questions.
Psink
Keymaster@radfactor, regarding disabling activities from search form. Please add this snippet
add_filter( ‘wp_travel_search_filter_input_fields’, ‘prefix_wp_travel_search_filter_input_fields’ );
function prefix_wp_travel_search_filter_input_fields(){
$filter_search = array(
‘search’ => true,
‘trip_type’ => true,
‘location’ => false,
‘activity’ => false,
‘travel_keywords’ => false,
);
return $filter_search;
}Here is screen record how to add the snippet
https://www.awesomescreenshot.com/video/34938007?key=18527eda12708141980594c06f7f509bRegarding “changing font size” – query is quite not clear, is it a shortcode or itinerary page. Could you please share a url of the page?
December 22, 2024 at 9:49 pm in reply to: Change the icons on the front page for services section. #208893Psink
Keymaster@radfactor, It’s not possible to add custom icons on the service section. The theme doesn’t offers the options to set a custom icons
Psink
Keymaster@radfactor, Could you please share the url of your site? We will inspect it and provide you with CSS to change the background of the dropdown menu. In a meantime time could you please explain regarding changing the style of the drop-down menu
Psink
Keymaster@gandaflux, the theme does not offer the Add to Cart button on the slider. It is not possible to add the Add to Cart button on the slider, however, we can hide the slide arrow on hover
-
This reply was modified 1 month ago by
-
AuthorPosts