Forum Replies Created
-
AuthorPosts
-
wensolutionsKeymaster
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.
wensolutionsKeymasterHello,
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.
wensolutionsKeymasterHello,
Can you please provide your site URL so that we can inspect and provide the precise fix?
Thank you.
wensolutionsKeymasterHello,
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.
wensolutionsKeymasterHello @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.
wensolutionsKeymasterHello @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.
wensolutionsKeymasterHello @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.
wensolutionsKeymasterHello @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.
wensolutionsKeymasterwensolutionsKeymasterHello,
Please once provide us with the site URL so that we can inspect the issue further.
Hope to hear from you soon.
Regards!!
wensolutionsKeymasterHello,
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!
wensolutionsKeymasterHello,
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!!
wensolutionsKeymasterHello @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.
wensolutionsKeymasterHello,
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!!
wensolutionsKeymasterHello @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:
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.
-
AuthorPosts