Forum Replies Created
-
AuthorPosts
-
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.
Hi.
Yes, we don't have the TikTok icon on the theme options, we will check and add that icon config to our theme in the next version.
Please wait for us.
Thanks.
Sorry, Please try the custom code below:
if( !function_exists('change_custom_post_type_slug') ): add_filter( 'register_post_type_args', 'change_custom_post_type_slug', 10, 2 ); function change_custom_post_type_slug( $args, $post_type ) { if ( 'service' === $post_type ) { $args['rewrite']['slug'] = 'activities'; } return $args; } endif;Thanks.
Hi.
I have checked and helped you update the Revolution slider.
For the footer issue, the issue is from the custom HTML code for the call and WhatsApp buttons.
Please recheck your custom code again.
Thanks.
Hi.
I have checked and helped you install the site and demo data.
Please recheck it.
Thanks.
Hi.
I have checked your site, it doesn't have an issue with the hover menu item.
If you don't like the submenu display animation, you can change another animation via theme options/ header/ sub-menu animation: https://prnt.sc/sMme7_awmX78
Please recheck it.
Thanks.
Hi.
Thank you for contacting us.
Because we also have the scale effect when hovering over the doctor's image.
You can add the custom CSS below to disable scale animation.
article.doctor-item .post-item-wrap:hover .post-thumbnail-wrap img { transform: scale(1); }Please recheck it.
Thanks.
-
AuthorPosts
