Forum Replies Created
-
AuthorPosts
-
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.
2 years, 12 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.
Hi.
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.
Hi.
Thank you for contacting us.
The height of the logo also depends on your header height and logo image. If you are using the logo with an empty space on the top and bottom, please use another image with a small space on the top and bottom.
If the logo is too big, please go to Theme options/ Logo and add the logo padding config.
Please recheck it.
Thanks.
Hi.
1. I have added the config to theme options/ header/ mobile header to help you show the social icon on the header mobile. Please recheck it.
2. I also added the CSS to help you display the page title.
Please recheck it.
Thanks.
Hi again.
1. Where does the social media icon need to display on mobile and tablet? Please let us know again.
2. I see you have hidden the page title for the doctor and service details in the theme options config. It still works fine. I don't see the page title on the doctor details page. Do you need help with that config or what? Please let us know more that.
Thanks.
Hi Adelene.
Please create a new ticket and give us your site info. We will access your site to help you check that issue.
Thanks.
Hi,
Please give us your site URL, admin account. I'll help you check it.
Thanks.
Hi.
Please go to theme options/ WooCommerce/ Archive Product/ And select Woo Default for the Shop Page style option, then select archive product sidebar left or right as this image: https://prnt.sc/lUXW0HAabzln
That will help you display the shop sidebar.
Thanks.
-
AuthorPosts
