Forum Replies Created

Viewing 15 posts - 76 through 90 (of 1,548 total)
  • Author
    Posts
  • 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 8 months, 4 weeks 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 8 months, 4 weeks 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

    Psink
    Keymaster

    @suziesquirrell,

    here is the Solution for the first link – Add this CSS on Additional CSS

    .page article .blog-post-wrap {
    padding: 0px;
    border-radius: 0px;
    background-color: #fff;
    }

    .page article .entry-content {
    padding: 0px;
    border-radius: 0px;
    background-color: #fff;
    color: #000 !important;
    }

    To hide the blue box – there is an option to disable homepage content
    here you can follow the screen record
    https://www.awesomescreenshot.com/video/34607671?key=714d91e6f2b220400885201ac82b4a7d

    Regarding the slider image – you can add this CSS

    #main-slider .slider-item{
    background-position: 50% 30%;
    }

    Please adjust the vertical image position currently there is 30%

    Regarding the footer image – you can add this CSS

    .site-footer {
    background-position: 50% 20%;
    }

    Please adjust the vertical image position currently there is 20%

    I hope this will fix the issue

    Psink
    Keymaster

    @suziesquirrell

    “The pages beyond the homepage all come up with a blue backing, how do I change this? This is on pages I had already created before changing the website theme, do I need to create entirely new pages?”

    – Could you please share a link of one of the page with a blue backing?

    “Photos at the footer of the homepage, how do I edit so the centre of the photo is shown and also this for the top sliding photos on the front page?”
    – Provide us your site url we will inspect from our side and provide you a CSS to show center of the photo.

    “Do you also have a green version of the background cloud images?”
    – No, we dont have any version of background cloud

    “Finally on the testimonials how do I change the round image at the top?”
    – You need to change the featured image of testimonial post. Please check this screen record
    https://www.awesomescreenshot.com/video/34523471?key=cb9d23782dbfec43d7eef1ac4b3b559a

    “Also I have a random blue box on the home page that I cannot delete as I gets rid of the whole page.”
    – Could you please share a screenshot of it?

    • This reply was modified 10 months ago by Psink.
Viewing 15 posts - 76 through 90 (of 1,548 total)