Forum Replies Created
-
AuthorPosts
-
Psink
Keymaster@matija, Thanks for the reaching out! Could you please share URL of the page that you are facing the issue? We will check for the issue and let you know,
Sometimes a conflict with the plugins may cause these kind of issue
Psink
Keymaster@lxms, Seems there is a conflict issue with the third parties plugins. We have checked form our side and there is no such issue.
As you can see in the screen record
https://www.awesomescreenshot.com/video/36669679?key=9b335941f1809bfaa4f3cef5055f01c7Could you please share a URL of your site so that we can investigate the actual reason of the issue?
Also please try deactivating all the plugins and check if the issue exist after deactivating all the plugins.
Psink
Keymaster@rjspiffy, is it possible to share a site URL? or could you please share some of refrance screenshot so that it would be easy for us to track the actual issue
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 11 months 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 11 months 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?
-
This reply was modified 11 months ago by
-
AuthorPosts





