Forum Replies Created

Viewing 15 posts - 2,536 through 2,550 (of 8,657 total)
  • Author
    Posts
  • in reply to: Meet Our Teachers layout #95859
    wensolutions
    Keymaster

    Hello,

    You need to create the child theme and for this you can refer to below given link:

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

    After activating the child theme you will find the functions.php file inside the child theme folder if you have created using the plugin. As for the manual process you need to create the functions.php file yourself and then paste the code.

    Hope this clears the confusion.

    Thank you.

    in reply to: Trip Tabs CSS? error #95843
    wensolutions
    Keymaster

    Hello,

    Thank you for the login detail.

    Please add below-given CSS by going to Admin Panel > Appearance > Customize > Additional CSS to resolve the issue.

    .wp-travel-tab-wrapper .tab-list.resp-tabs-list .slick-prev{
    	 left: -25px;
    	 border-right: 0; 
        transform: rotate(270deg);
    }
    .wp-travel-tab-wrapper .tab-list.resp-tabs-list .slick-next{
    	 right: -26px;
         border-right: 0; 
        transform: rotate(90deg);
    }
    .wp-travel-tab-wrapper .tab-list.resp-tabs-list .slick-next, .wp-travel-tab-wrapper .tab-list.resp-tabs-list .slick-prev{
    	border-radius: 50%;
        width: 50px;
        height: 50px;
        display: flex !important;
        justify-content: center;
        align-items: center;
        line-height: 0;
        top: 18px;
    }

    Hope this helps.

    Thank you.

    in reply to: Image – change to prevent viewers from opening #95835
    wensolutions
    Keymaster

    Hello,

    Can you please provide your site URL so that we can inspect and provide the precise fix?

    Thank you.

    in reply to: Installare il tema #95834
    wensolutions
    Keymaster

    Hello,

    Please once switch to the default theme and verify the issue. If the issue still persists then the issue is not related to the theme.

    Please check and let us know.

    Hoping to hear from you soon.

    Thank you.

    in reply to: Wrong date on the main page in the news. #95833
    wensolutions
    Keymaster

    Hello @feigale,

    When we tested the theme we were unable to find such an issue.

    Whatever date is set, in all pages it will display the same date as you can see in the screen record below:

    https://www.loom.com/share/bffdadc3af3a4d19a6a1b5a9d64ba380

    So please once verify everything properly and let us know.

    Thank you.

    in reply to: Font #95829
    wensolutions
    Keymaster

    Hello @vll1985,

    First of all thank you very much for your interest in the theme. Please find answer your queries below:

    As for the font, currently, we do not have the option to chose the font as per our requirement so for this you need to hire our professional developer.

    To hire a developer, please refer to below-given link:

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

    Regarding the query about the demo, you can set up your site as in the demo and for this, you need to activate the plugin “one click demo import” which is recommended by the theme itself.

    Also, the theme is already translation ready and can be translated in any language you want. For the translation, you can use the loco translate plugin

    Hope this helps.

    If you have any confusion further then kindly let us know.

    Thank you.

    in reply to: Changing the color in the submenu #95824
    wensolutions
    Keymaster

    Hello @frau-inga,

    Glad that you figured out the issue by yourself.

    Let us know if there are any issues further.

    Also, we would really appreciate if you could help us by rating our theme by following the link below:

    https://wordpress.org/support/theme/blog-lover/reviews/

    Thank you.

    in reply to: slider with background image #95788
    wensolutions
    Keymaster

    Hello @blue_pink,

    Please provide your site URL so that we can inspect the issue further and help you.

    Hoping to hear from you soon.

    Thank you.

    in reply to: insert images in Columns but align not working #95787
    wensolutions
    Keymaster

    Hello @blue_pink,

    We will check the email and let you know.

    Thank you.

    in reply to: Menu Width #95785
    wensolutions
    Keymaster

    Hello,

    Please once provide us with the site URL so that we can inspect the issue further.

    Hope to hear from you soon.

    Regards!!

    in reply to: feature block not showing pages #95784
    wensolutions
    Keymaster

    Hello,

    The case with the featured block is that, the customizer of the theme gets the content from the category which is by default associated with the post and hence, it links the block to the post.

    Linking the featured block to the pages requires the changes in the core theme file and hence you need to hire our professional developer for the changes to appear in your site.

    To hire our professional developer, please refer to the given link : https://themepalace.com/hire-a-customizer

    Hope to hear from you again,

    Regards!

    in reply to: Upgrade Mezze to Mezze Pro and keep content #95783
    wensolutions
    Keymaster

    Hello,

    The data/content that you have added in the free version of the theme will work fine even when you update the theme from free to pro.

    However, the settings that you previously specified in the customizer of the theme will no longer be there as in pro version of the theme, you will get a fresh customizer and you should setup the settings manually.

    Alternately, you can also add the given snippet below in the child theme of your pro theme which will get the customizer setting that you specified in the free theme.

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

    Hope this helps,

    For any further query/confusion, feel free to write us back,

    Regards!!

    in reply to: Reply CSS Background color #95782
    wensolutions
    Keymaster

    Hello @10799379,

    Actually, we are not quite clear with your issue. We are not quite sure which background color you mean?

    So can you please explain it more clearly with the proper screenshot so that we can provide the precise fix on this?

    Thank you.

    in reply to: Adding photo #95781
    wensolutions
    Keymaster

    Hello,

    First of all, thank you so much for purchasing the theme.

    Please refer to the instruction link of the theme to know the complete process to set up the theme: https://themepalace.com/instructions/themes/photo-perfect-pro/

    If you face any problems or confusion in setting up the front page while following the given instruction, feel free to write us back.

    Best Regards!!

    in reply to: Header Image #95780
    wensolutions
    Keymaster

    Hello @notewing79,

    As for the slider section, the slider can be set using the category and the image in the slider comes from the featured image section of the post of that category.

    Screenshot:

    http://prntscr.com/nf3ly4

    So make sure you upload your desired image in this section.

    As for the service section, it is maybe because you have chosen the category that has only one post associated with it. So make sure you have chosen the category that has more than one post.

    Hope this helps.

    If you have any issues further, kindly let us know.

    Thank you.

Viewing 15 posts - 2,536 through 2,550 (of 8,657 total)