Forum Replies Created

Viewing 15 posts - 1 through 15 (of 1,475 total)
  • Author
    Posts
  • in reply to: Header Images #209352
    Psink
    Keymaster

    Regarding 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

    in reply to: Header Images #209343
    Psink
    Keymaster

    Hello,

    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

    in reply to: order ID #188293 #209341
    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

    in reply to: Destinations now first item om homepage #209247
    Psink
    Keymaster

    Glad that you manage to fix the issue

    in reply to: The header image isn’t showing on destinations. #209246
    Psink
    Keymaster

    Regarding “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 image

    Rather there is the option to set a common header image. Here you can follow the screen record
    https://www.awesomescreenshot.com/video/35774607?key=68850d2f85e97e7d0780828ff8b5aaf7

    in reply to: Social media icons not showing in header #209232
    Psink
    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

    in reply to: Update from version 1.0.6 to 1.0.9 installs Corpopress Pro #209231
    Psink
    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-SQZh8cFaMr

    in reply to: Remove activities from search on homepage #209197
    Psink
    Keymaster

    Hello,

    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.
    in reply to: Remove activities from search on homepage #209194
    Psink
    Keymaster

    Apologies 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.
    in reply to: Changng Credits in Footer of Education Hub #209191
    Psink
    Keymaster

    Hello,

    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

    in reply to: PHP Deprecated: Creation of dynamic property #209138
    Psink
    Keymaster

    @knut,

    Thank 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.

    in reply to: Remove activities from search on homepage #208902
    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=18527eda12708141980594c06f7f509b

    Regarding “changing font size” – query is quite not clear, is it a shortcode or itinerary page. Could you please share a url of the page?

    in reply to: Change the icons on the front page for services section. #208893
    Psink
    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

    in reply to: Change styles and colors dropdown menu #208835
    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

    in reply to: Add to Cart button slide #208834
    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

Viewing 15 posts - 1 through 15 (of 1,475 total)