Forum Replies Created
-
AuthorPosts
-
Hi.
Thank you for contacting us.
Please provide us with your site URL, admin account. We will access your site to help you check the issue.
Regards.
Hi.
We have checked and helped you via email.
You also can reply to the email or via ticket to request support.
Regards.
Hi.
I have checked and fixed the class display issue on your schedule.
Please recheck it.
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 the validate purchase code issue.
Regards.
Hi.
Thank you for contacting us.
Please provide us with your site admin account. We will access your site to help you check the issue.
Regards.
Hi STEFANO
Please provide us with your site URL and admin account. We will help you check that issue.
Regards.
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. -
AuthorPosts
