Forum Replies Created
-
AuthorPosts
-
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.
Hi.
1. To edit the Footer custom post type with WP Bakery page builder, please go to WPBakery page builder/ Role manager/ and select custom for Post types option, check to yolo_footer config. https://prnt.sc/ETguCDd0oE8v
2. For the header issue, because we also have the config at the page option to select the header, please turn off the option at Page options/ Page header/ Header customize on/off. That will help you get the config from the theme options. https://prnt.sc/xIoScuhB11_v
I have helped you do that. Please recheck it.
Thanks.
Yes, if you need help, please let us know again.
Thanks.
-
AuthorPosts
