Forum Replies Created

Viewing 15 posts - 916 through 930 (of 8,657 total)
  • Author
    Posts
  • in reply to: Remove or reduce header image. #122791
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can add below given CSS following the path Admin Panel > Appearance > Customize > Additional CSS, to decrease the featured image.

    .blog #content #page-site-header {
        padding: 50px 0;
    }

    Hope this helps.

    If you have further queries and if this won’t help you please provide us with the screenshots of specific pages so that we can help you with a precise fix.

    Regards.

    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can add a header image that appears on every page.

    But the feature you have requested is not available currently in the theme. However, your feature request requires code customization so you can consider hiring a freelancer or our professional developer.

    https://themepalace.com/hire-a-customizer/

    Regards.

    wensolutions
    Keymaster

    Hello,

    Regarding your query, everything is working fine on our side related to the issue you mentioned. Also, once please verify that you have the latest version of the theme.

    You can refer to the screenshot given below as it shows the option in dropdown in slider type if you have installed and activated the recommended plugins and followed the instruction link given below.

    https://prnt.sc/sd4ch2

    https://themepalace.com/instructions/themes/edification-hub/#doc-how-to-change-slide-type-59

    Hope this helps.

    If you have queries further, lets us know.

    Regards.

    in reply to: Homepage Events #122788
    wensolutions
    Keymaster

    Hello,

    Regarding your query, everything is working fine on our site.

    Once please verify that you have the latest version of the theme.

    You can refer to the screen record given below for detailed assistance.

    https://www.loom.com/share/7a5197eda9254dbe85209e4e45f6a042

    Also, make sure you have events so that it can display on the front page.

    Regards.

    in reply to: social media icon phone #122772
    wensolutions
    Keymaster

    Hello,

    Regarding your query related to the social menu icon, you can not add the phone icon in the social menu icon.

    However, you can have displayed the phone number from the address title content section from the documentation link given below.

    https://themepalace.com/instructions/themes/pet-business/#doc-contact-section-20

    Hope this helps.

    If you have further queries, let us know.

    Regards.

    in reply to: Update theme failed #122764
    wensolutions
    Keymaster

    Hello,

    All of our premium themes come with the initial one year of subscription and will expire after that.

    To renew the license, you need to re-purchase the theme from the Theme Palace and obtain the new license key.

    The license you obtain is a single site subscription. It can be connected to only one site at a time. If you have activated your license key more than one website (e.g. localhost or staging site) then you will see Invalid License error. You cannot use the same license on your second website without deactivating it first on the previous setup.

    If you’re unable to access the previous setup reset the license, email: info[at]themepalace.com

    Hope this helps.

    If you have further queries, let us know.

    Regards.

    in reply to: I can’t install my theme #122763
    wensolutions
    Keymaster

    Hello,

    Regarding your query, please refer to the documentation link given below for detailed assistance on installation.

    https://themepalace.com/instructions/themes/music-freak-pro/#doc-theme-installation-1

    Hope this helps.

    If you have further queries/confusion, kindly let us know.

    Regards.

    in reply to: Portfolio widget #122762
    wensolutions
    Keymaster

    Hello,

    Glad to hear.

    If you have further queries/confusion, kindly let us know.

    Regards.

    in reply to: Featured image for trip #122761
    wensolutions
    Keymaster

    Hello,

    Also, add CSS we provided to you in the Additional CSS of customization section.

    Hope this helps.

    Regards.

    in reply to: Bug in Mobile Version #122708
    wensolutions
    Keymaster

    Hello,

    Regarding your query, please provide us with your site URL so that we can inspect further and provide you precise fix.

    Also, the screenshot you attached is not supporting so please send a screenshot using the light shot app.

    https://app.prntscr.com/en/download.html

    Regards

    in reply to: Menu Page #122679
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can refer to the link below for setting up widgets to get as per the demo.

    https://themepalace.com/instructions/themes/restaurantz-pro/#doc-page-builder-widgets-activate-deativate-9

    For that, you have to install and activate plugins recommended by the theme.

    https://themepalace.com/instructions/themes/restaurantz-pro/#doc-installing-and-activating-plugins-4

    If you have any confusion further, let us know.

    Regards.

    in reply to: Portfolio widget #122677
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you will lose the changes you made in parent theme during updates and also while you import demo so please make your changes/customization in the child theme’s function.php file. Regarding how to create a child theme, you can refer to the below-given documentation link.

    https://wptravel.io/how-to-create-a-child-theme/

    So, to secure your changes you can create a child theme.

    Hope this helps.

    If you have further queries/confusion, let us know.

    Regards.

    in reply to: Featured image for trip #122660
    wensolutions
    Keymaster

    Hello,

    We would like to apologize for the trouble.

    The issue of the customizer is very unlikely to happen and also the additional code must be added through the child theme to avoid the loss of changes.

    The data that you have added won’t be deleted upon switching but the customizer setting might require resetting and it completely depends on the theme.

    However, we do have the code using which you can bring the parent customizer setting to the child. So add below-given code in your child theme functions.php file.

    function travel_master_pro_child_update_option_vals( $value, $old_value ) {
          update_option( 'theme_mods_' . get_template(), $value );
          return $old_value; // prevent update to child theme mods
     }
    function travel_master_pro_child_customizer_default_vals_update( $default ) {
         return get_option( 'theme_mods_' . get_template(), $default );
     }
    function travel_master_pro_child_customizer_parent_options_import() {
    if ( get_stylesheet() !== get_template() ) {
     add_filter( 'pre_update_option_theme_mods_' . get_stylesheet(), 'travel_master_pro_child_update_option_vals', 10, 2 );
     add_filter( 'pre_option_theme_mods_' . get_stylesheet(), 'travel_master_pro_child_customizer_default_vals_update' );
    }
    }
    add_action('init', 'travel_master_pro_child_customizer_parent_options_import');

    Also, turning back to the parent theme won’t generate the issue as you have reported. So if you have installed any third-party plugin then please deactivate them and verify the issue.

    Hope this helps.

    If you have further confusion, let us know.

    Regards.

    in reply to: Search Result Page Layout #122658
    wensolutions
    Keymaster

    Hello,

    Regarding your query, WP Travel Archive Sidebar comes from WP Travel Plugin.

    Once verify that you have used the plugin or not.

    Or please provide us your site URL so that we can inspect whether you are using WP Travel or not.

    Regards.

    in reply to: Menu Page #122627
    wensolutions
    Keymaster

    Hello,

    Regarding your query, you can follow the path Admin Panel > Jetpack > Settings > Writing tab. Then there is Testimonial Portfolio there you have to enable Custom content types to get Custom post type.

    Hope this helps.

    If you have further confusion, kindly let us know.

    Regards.

Viewing 15 posts - 916 through 930 (of 8,657 total)