Forum Replies Created

Viewing 15 posts - 76 through 90 (of 1,553 total)
  • Author
    Posts
  • in reply to: Issue with dynamic layout after WP update #209372
    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

    in reply to: Multilevel menu does not work #209370
    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=9b335941f1809bfaa4f3cef5055f01c7

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

    in reply to: WEN Travel Photography #209369
    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

    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 11 months 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 11 months 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?

Viewing 15 posts - 76 through 90 (of 1,553 total)