Forum Replies Created
-
AuthorPosts
-
Hi again.
Please give us admin permission for that account. I still can't access your back-end dashboard.
I need to access your site then I'll help you check another question.
Thanks.
This reply has been marked as private.Hi.
Please give us your site URL, admin account. We will access your site to help you check the content issue.
Thanks.
Hi.
Maybe you have updated the theme. I see the file has been modified on Mar 5, 2023. https://prnt.sc/cyKlQXzNQN4a
I have copied the code to help you change the doctor slug.
wp-content/themes/yolo-medilab/framework/core/functions/class-breadcrumb.php
Please recheck it.
Thanks.
3 years, 4 months ago in reply to: Logo is incorrect when browsering in mobile. / Product pictures wouldn't appear #29195Hi.
The admin account doesn't correct. Please recheck it.
Thanks.
Hi Hannes.
I have checked and helped you fix that issue. The issue is when you don't have to select the footer at the theme options.
Now it works fine. Please recheck it.
Thanks.
Hi.
Thank you for contacting us.
1. For the header customize, please go Medilab/ Theme options/ Header/ Header 1 options (maybe you are using header 1), then you can edit the header 1 content. https://prnt.sc/AwhNfyMTmjke
2. For the footer, please go to Elementor/ Settings/ General/ Post type and check to Footers, then you can edit the footer block with the Elementor. https://prnt.sc/l0oPzFDRWR7H check to Services, Doctors and Departments to edit the custom post type with Elementor.
Please recheck it.
Thanks.
3 years, 4 months ago in reply to: Logo is incorrect when browsering in mobile. / Product pictures wouldn't appear #29179Hi.
Thank you for contacting us.
For the mobile logo issue, please go to theme options/ header/ mobile header/ you will see the option to upload your logo.
For the shop product images issue, please give us your site URL and admin account again.
We will help you check it.
Thanks.
Hi.
Thank you for contacting us.
That is the attribute for the product, don't worry about that, you still have all our demos when importing.
For the front-end issue, please give us your site URL, admin account. We will help you check it soon.
Thanks.
3 years, 4 months ago in reply to: How to modify contact number in Navigation (Top Right Corner) #29166Hi.
Thank you for contacting us.
To edit the header custom content, please go to theme options/ header/ Header 4 options (maybe you are using header 4 style) and scroll down, and you will see the call button text, and call button number to edit. https://prnt.sc/AAVIkbuP7tYw
Please recheck it.
Thanks.
Hi.
I have added the source code below to the functions.php file in the themes folder to help you change the doctor slug to the team slug.
function change_post_types_slug( $args, $post_type ) { /*item post type slug*/ if ( 'doctor' === $post_type ) { $args['rewrite']['slug'] = 'team'; } return $args; } add_filter( 'register_post_type_args', 'change_post_types_slug', 10, 2 );After adding the source code, you need to save the permalink config again.
Now the https://daralbaraa.com/team/ URL will redirect to the doctor archive page, not to the page you created.Please recheck it.
Thanks.
Hi.
I have helped you change the breadcrumb to the correct link. Please recheck it.
For the doctor details URL, the doctor link is generated from the post type. It can't change to another URL. You need to change the doctor post type to the team.
Please recheck it.
Thanks.
Hi.
For the doctors link in the breadcrumb, I have changed the source code in this file: wp-content/themes/yolo-medilab/framework/core/functions/class-breadcrumb.php to help you change the doctor's archive page to the team link.
Please recheck it.
Thanks.
Hi.
Thank you for contacting us.
Please give us your site admin account. We will help you check it soon.
Thanks.
Hi.
Thank you for contacting us.
To display more than 1 column in the mobile view, please go to edit the page, edit the column/ check the responsive options/ and select 3 columns for the mobile. https://prnt.sc/3dwUgkeFETHs
Do the same config for another column.
Please recheck it.
Thanks.
-
AuthorPosts
