Forum Replies Created
-
AuthorPosts
-
Hi Stefano.
To translate the breadcrumb, you need to translate the custom post type "Departments", please use the translate plugin and translate plugin Yolo Medilab Framework. You will find the post type name "Departments" to translate.
Regards.
Hi.
To edit the top left content, please go to Appearance/ Widgets/ and check the Top Bar left widget.
Then edit the content as you want. Do the same if you want to put the Top right content.
Regards.
Hi.
Please provide us with your site URL, and admin account. We need access your site to help you check the issue.
Regards.
Hi.
I have checked our theme, the mini cart still exists in the theme language file. https://i.imgur.com/1nlgKZB.png
Please provide us with your site URL and admin account. We will help you translate that string.
Regards.
Yes, if you need help, please let us know again.
Regards.
Hi.
Thank you for contacting us.
Please provide us with your site URL, admin account. We will access your site to help you check that issue.
Regards.
Hi.
I have changed the script on this file /wp-content/themes/yolo-motor/framework/core/megamenu/assets/js/megamenu.js to help you click on the menu to open the submenu on the mobile.
Please recheck it.
Regards.
Hi.
To change the post type slug for the event custom post type, you can add the source code below to the "wp-content/themes/yolo-kidzone/functions.php" file:
function change_post_types_slug( $args, $post_type ) { /*item post type slug*/ if ( 'event' === $post_type ) { $args['rewrite']['slug'] = 'events'; } return $args; } add_filter( 'register_post_type_args', 'change_post_types_slug', 10, 2 );After doing that, you need to save the permalink setting again.
Please recheck it.
Regards.
This reply has been marked as private.Hi.
Please provide us with your site URL and admin account. We need access your site to help you check that issue.
Regards.
Hi.
1. "How can i make the whole menu-item clickable with the mobile menu ? So they don't have the use the icon on the right ?"
-> Your menu item will have the link, when you click to the whole menu item, it will redirect to the link without open the submenu.
2. I have checked and helped you fix the "search" translate text issue in Loco translate. It need to edit the po file.
Now it works fine.
Please recheck it.
Regards.
Hi.
Thank you for contacting us.
I have checked your site, I still can use the WPBakery Page builder to edit the page. The revolution slider and theme option also work fine. https://prnt.sc/qMtXmkLuqzvF https://prnt.sc/mj3R8kRsII7x
Please recheck it and give us a screenshot of that issue.
Regards.
Hi.
Thank you for contacting us.
We have disabled the category view for the service category. If you want to enable the service category URL, please go to edit this file: /wp-content/plugins/yolo-medilab-framework/includes/posttypes/service.php line 102, and change the value from false to true. It also needs to edit another PHP file to have a category view.
Regards.
Hi.
Thank you for contacting us.
We have checked and helped you import the demo data.
Please recheck it.
Regards.
Hi.
Thank you for contacting us.
Yes, you can use the imagify plugin to optimize your image with our theme.
Regards.
-
AuthorPosts
