Forum Replies Created
-
AuthorPosts
-
Hi.
I have checked and helped you fix the custom single class page title.
Please recheck it.
Thanks.
3 years, 4 months ago in reply to: How to disable footer scroll overflow on large screen sizes #29298Hi.
I have checked and fixed the footer scroll overflow issue.
Please recheck it.
Thanks.
Yes, if you need help, please let us know again.
Thanks.
Yes, if you need help, please let us know again.
Thanks.
Hi.
To change that icon, please go to edit the service without elementor, you will see the option to change that icon: https://prnt.sc/GC6xjwhzDADR
Thanks.
To change the slug of the service custom post type:
function change_post_types_slug( $args, $post_type ) { /*item post type slug*/ if ( 'service' === $post_type ) { $args['rewrite']['slug'] = 'our-service'; } return $args; } add_filter( 'register_post_type_args', 'change_post_types_slug', 10, 2 );Please recheck it.
Thanks.
Hi.
I have helped you update the doctors slug to the theme language file. Now you can find the string in the theme language folder to translate.
Please recheck it.
Thanks.
Hi.
I have added CSS to this file to help you fix the submenu issue in the Arabic language.
/wp-content/themes/yolo-medilab/rtl.css
Please clear your cache again.
Thanks.
This reply has been marked as private.Hi.
Please check to "Set as private reply" https://prnt.sc/d0LAM1AS4Syp
That will help you protect your message.
Thanks.
Hi.
Thank you for contacting us.
I have checked your site and found the issue from CSS.
Please add the custom CSS below, which will help you show the expand icon on the mobile menu:
@media screen and (max-width: 991px) { .yolo-mobile-header-nav ul.yolo-nav-mobile-menu li.menu-item > b.menu-caret:before { font-weight: 900; } }And remove the custom CSS :
.menu-caret { visibility: hidden; }Please recheck it.
Thanks.
3 years, 4 months ago in reply to: How to disable footer scroll overflow on large screen sizes #29261Hi.
Can you give us your site and login info? I can access your site to help you check the custom CSS.
Thanks.
Yes, if you need help, please let us know again.
Thanks.
Hi.
Please add the custom CSS to the theme options/ custom/custom CSS.
.fal, .far {
font-family: "Font Awesome 5 Pro" !important;
}That will help you fix that issue.
Thanks.
Hi.
We have checked and found the issue in the source code. If yes, please give us your site info, admin account, and we'll update the source code to your site to fix that issue.
We will release a new version to fix that issue soon.
Thanks.
-
AuthorPosts
