Forum Replies Created
-
AuthorPosts
-
Hi.
I have enabled the debug via the wp_config.php file, I only see the issue with PHP 8. https://prnt.sc/sCyiuafWHwLv
Where you can see the error report? Please let us know again.
Thanks.
Hi.
Thank you for contacting us.
Please give us your site URL, admin account. We need access to your website to check the config.
Thanks.
Hi again.
1. For the revolution slider, because on our site don't use the revolution slider, that is why you don't see any slider import under the Slider revolution.
2, 3. I don't see that issue on your site, you still can use the website without the errors.
Please recheck it.
Thanks.
Hi.
To change the breadcrumb link for the doctor archive page, please change the source code at file:
/wp-content/themes/yolo-medilab/framework/core/functions/class-breadcrumb.php line 84-85,
if (function_exists('get_post_type_archive_link') && !empty($post_type_object->has_archive) && $wp_query->post->post_type != 'doctor') $item[] = '- labels->name) . '">' . $post_type_object->labels->name . '
'; if ($wp_query->post->post_type == 'doctor') { $item[] = '- Doctors
'; }Please recheck it.
Thanks.
Hi.
To remove the spacing on the contact form, please use the custom CSS below:
.wpcf7 br { display: none; }Thanks.
Hi.
Please give us your site admin and FTP account again. We will help you check it.
Thanks.
Hi.
Thank you for contacting us.
Please give us your site URL, and admin account. We will help you check it soon.
Thanks.
Hi.
As I see, you are using header 5 for your site. To edit the header 5 options, please go to theme options/ Header/ header 5 option. https://prnt.sc/BG4EHFIbvFhm
Please recheck it.
Thanks.
Hi.
I don't see that issue on your site, maybe you have fixed that. https://prnt.sc/T7RLdoIw-Q-
Please check it and let us know again if you need help.
Thanks.
Hi.
Thank you for contacting us.
Please give us your site URL, and admin account. Because I need access to your site to help you check the issue.
Thanks.
Hi.
I have checked and fixed the contact form issue. Please recheck it.
For another plugin, it doesn't affect your website when you deactivate that.
Thanks
Hi.
For the doctor custom post type, please add the custom source code below:
if( !function_exists('change_custom_post_type_slug_2') ): add_filter( 'register_post_type_args', 'change_custom_post_type_slug_2', 10, 2 ); function change_custom_post_type_slug_2( $args, $post_type ) { if ( 'doctor' === $post_type ) { $args['rewrite']['slug'] = 'engineer'; } return $args; } endif;Thanks.
Yes, please check it and let us know again if you need help.
Thanks.
Hello.
Thank you for contacting us.
Please give us your site URL, admin account. We will help you check it soon.
Thanks.
Hi.
The issue for the About us submenu item is from the submenu item also link to about that. So that will activate that menu item when you access about us.
You can remove the activated color for the submenu item by adding the custom CSS below:
@media screen and (min-width: 1025px) { header.yolo-main-header .yolo-header-wrapper .navbar-nav li.menu-item-has-children ul.sub-menu li.current-menu-item>a { color: inherit; } }Please recheck it.
Thanks.
-
AuthorPosts
